summaryrefslogtreecommitdiffstats
path: root/config/cmake/H5pubconf.h.in
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2012-06-11 16:12:49 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2012-06-11 16:12:49 (GMT)
commitd8572191812a3debcb172fe72f3ecc5b87e59eb3 (patch)
tree0ef2a9cdee70c7d903080af175f518b6063f4db8 /config/cmake/H5pubconf.h.in
parentba0ea5dc9c8095f6097491ee63b27eeb6da40ebb (diff)
downloadhdf5-d8572191812a3debcb172fe72f3ecc5b87e59eb3.zip
hdf5-d8572191812a3debcb172fe72f3ecc5b87e59eb3.tar.gz
hdf5-d8572191812a3debcb172fe72f3ecc5b87e59eb3.tar.bz2
[svn-r22451] Brought cmake configuration / configure changes from Trunk.
Tested jam, local linux
Diffstat (limited to 'config/cmake/H5pubconf.h.in')
-rw-r--r--config/cmake/H5pubconf.h.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/config/cmake/H5pubconf.h.in b/config/cmake/H5pubconf.h.in
index a87efd1..208ad18 100644
--- a/config/cmake/H5pubconf.h.in
+++ b/config/cmake/H5pubconf.h.in
@@ -105,6 +105,9 @@
/* Define if the compiler understands the __func__ keyword */
#cmakedefine H5_HAVE_C99_FUNC @H5_HAVE_C99_FUNC@
+/* Define to 1 if you have the `clock_gettime' function. */
+#cmakedefine H5_HAVE_CLOCK_GETTIME @H5_HAVE_CLOCK_GETTIME@
+
/* Define if the function stack tracing code is to be compiled in */
#cmakedefine H5_HAVE_CODESTACK @H5_HAVE_CODESTACK@
@@ -458,7 +461,7 @@
#cmakedefine H5_HAVE_WINDOW_PATH @H5_HAVE_WINDOW_PATH@
/* Define to 1 if you have the <winsock.h> header file. */
-#cmakedefine H5_HAVE_WINSOCK_H @H5_HAVE_WINSOCK_H@
+#cmakedefine H5_HAVE_WINSOCK2_H @H5_HAVE_WINSOCK2_H@
/* Define to 1 if you have the <zlib.h> header file. */
#cmakedefine H5_HAVE_ZLIB_H @H5_HAVE_ZLIB_H@