summaryrefslogtreecommitdiffstats
path: root/config/cmake
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-08-20 04:27:38 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-08-20 04:27:38 (GMT)
commit2333fd7d82b5d0813b63e381c9a2ccd47def965d (patch)
treed74035e20bef0f85dfc460eb7512b13dd5ee001a /config/cmake
parent8abfc02bb1f9074cc5d58efdb520ef1c28bd7431 (diff)
downloadhdf5-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/cmake')
-rw-r--r--config/cmake/H5pubconf.h.in6
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@