diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-08-20 04:27:38 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-08-20 04:27:38 (GMT) |
commit | 2333fd7d82b5d0813b63e381c9a2ccd47def965d (patch) | |
tree | d74035e20bef0f85dfc460eb7512b13dd5ee001a /config | |
parent | 8abfc02bb1f9074cc5d58efdb520ef1c28bd7431 (diff) | |
download | hdf5-2333fd7d82b5d0813b63e381c9a2ccd47def965d.zip hdf5-2333fd7d82b5d0813b63e381c9a2ccd47def965d.tar.gz hdf5-2333fd7d82b5d0813b63e381c9a2ccd47def965d.tar.bz2 |
[svn-r27536] Partial implementation of CMake fixes. Library and tests now build on Windows.
config/cmake/H5pubconf.h.in has been brought up to date.
Diffstat (limited to 'config')
-rw-r--r-- | config/cmake/H5pubconf.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/cmake/H5pubconf.h.in b/config/cmake/H5pubconf.h.in index 37bcfbf..15f5145 100644 --- a/config/cmake/H5pubconf.h.in +++ b/config/cmake/H5pubconf.h.in @@ -109,6 +109,9 @@ /* Define if support for szip filter is enabled */ #cmakedefine H5_HAVE_FILTER_SZIP @H5_HAVE_FILTER_SZIP@ +/* Define to 1 if you have the `flock' function. */ +#cmakedefine H5_HAVE_FLOCK @H5_HAVE_FLOCK@ + /* Define to 1 if you have the `fork' function. */ #cmakedefine H5_HAVE_FORK @H5_HAVE_FORK@ @@ -311,6 +314,9 @@ /* Define to 1 if you have the `system' function. */ #cmakedefine H5_HAVE_SYSTEM @H5_HAVE_SYSTEM@ +/* Define to 1 if you have the <sys/file.h> header file. */ +#cmakedefine H5_HAVE_SYS_FILE_H @H5_HAVE_SYS_FILE_H@ + /* Define to 1 if you have the <sys/fpu.h> header file. */ #cmakedefine H5_HAVE_SYS_FPU_H @H5_HAVE_SYS_FPU_H@ |