summaryrefslogtreecommitdiffstats
path: root/config/cmake
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2021-03-23 21:32:25 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2021-03-23 21:32:25 (GMT)
commit915e36f1d2217cd8f5f614ae975c8b4d97f7c5b5 (patch)
treeff15801afc4852cbd23ec515e17e1478a45eb152 /config/cmake
parent1598238b2f2364957d6390f99edb9a49a8e18d3d (diff)
downloadhdf5-915e36f1d2217cd8f5f614ae975c8b4d97f7c5b5.zip
hdf5-915e36f1d2217cd8f5f614ae975c8b4d97f7c5b5.tar.gz
hdf5-915e36f1d2217cd8f5f614ae975c8b4d97f7c5b5.tar.bz2
Protects timespeccmp
Diffstat (limited to 'config/cmake')
-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 24adb1a..5f6b67f 100644
--- a/config/cmake/H5pubconf.h.in
+++ b/config/cmake/H5pubconf.h.in
@@ -444,6 +444,9 @@
# cmakedefine H5_HAVE_THREADSAFE @H5_HAVE_THREADSAFE@
#endif
+/* Define to 1 if you have the `timespeccmp' function. */
+#cmakedefine H5_HAVE_TIMESPECCMP @H5_HAVE_TIMESPECCMP@
+
/* Define if timezone is a global variable */
#cmakedefine H5_HAVE_TIMEZONE @H5_HAVE_TIMEZONE@