summaryrefslogtreecommitdiffstats
path: root/config/cmake/H5pubconf.h.in
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2011-10-11 20:54:41 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2011-10-11 20:54:41 (GMT)
commit79f21edd38786825e5e0f7b24617004ce43a2b2c (patch)
tree20112b0a92a2fa29cdf2a8ba3f8b40613e1b23c9 /config/cmake/H5pubconf.h.in
parent6b68df15e797f82c364784e619922e1b5339f349 (diff)
downloadhdf5-79f21edd38786825e5e0f7b24617004ce43a2b2c.zip
hdf5-79f21edd38786825e5e0f7b24617004ce43a2b2c.tar.gz
hdf5-79f21edd38786825e5e0f7b24617004ce43a2b2c.tar.bz2
[svn-r21523] Added CLOCK_GET_TIME define to cmake configure
Tested: local linux
Diffstat (limited to 'config/cmake/H5pubconf.h.in')
-rw-r--r--config/cmake/H5pubconf.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/cmake/H5pubconf.h.in b/config/cmake/H5pubconf.h.in
index 06026f0..87d6b23 100644
--- a/config/cmake/H5pubconf.h.in
+++ b/config/cmake/H5pubconf.h.in
@@ -109,6 +109,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@