diff options
author | Vailin Choi <vchoi@hdfgroup.org> | 2015-06-26 18:44:27 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@hdfgroup.org> | 2015-06-26 18:44:27 (GMT) |
commit | 130e77f4fa8044b2e2e06cf18b74ed8f8c64665a (patch) | |
tree | 0aaac762383218a930bc513108de585225eb6cf9 /src/H5config.h.in | |
parent | 39b99473ea6e83aa394779a591eeef55fe141487 (diff) | |
download | hdf5-130e77f4fa8044b2e2e06cf18b74ed8f8c64665a.zip hdf5-130e77f4fa8044b2e2e06cf18b74ed8f8c64665a.tar.gz hdf5-130e77f4fa8044b2e2e06cf18b74ed8f8c64665a.tar.bz2 |
[svn-r27288] Bring revision #24622 from revise_chksum_retry branch to revise_chunks. h5committested.
#test-p fails but will be fixed with merges later: #26569 (revise_chksum_retry) + v3 metadata cache #27237 (trunk).
Diffstat (limited to 'src/H5config.h.in')
-rw-r--r-- | src/H5config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in index c089cd3..6bd21f0 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -278,6 +278,9 @@ /* Define to 1 if you have the `system' function. */ #undef HAVE_SYSTEM +/* Define to 1 if you have the <sys/file.h> header file. */ +#undef HAVE_SYS_FILE_H + /* Define to 1 if you have the <sys/fpu.h> header file. */ #undef HAVE_SYS_FPU_H |