summaryrefslogtreecommitdiffstats
path: root/config/cmake/H5pubconf.h.in
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@koziol.gov>2020-06-27 14:47:55 (GMT)
committerQuincey Koziol <koziol@koziol.gov>2020-06-27 14:47:55 (GMT)
commit7bdab523b3eb8eb5a83c3a6eca622171b88856ab (patch)
tree7350a40fd00056ca37125f10efc2f799e2aaadba /config/cmake/H5pubconf.h.in
parente767f44e953047297fece364218147c908e8b585 (diff)
downloadhdf5-7bdab523b3eb8eb5a83c3a6eca622171b88856ab.zip
hdf5-7bdab523b3eb8eb5a83c3a6eca622171b88856ab.tar.gz
hdf5-7bdab523b3eb8eb5a83c3a6eca622171b88856ab.tar.bz2
Refactor code to remove remaining checks for H5_HAVE_GETTIMEOFDAY scattered around in various places. Also clean up iopipe.c.
Diffstat (limited to 'config/cmake/H5pubconf.h.in')
-rw-r--r--config/cmake/H5pubconf.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/config/cmake/H5pubconf.h.in b/config/cmake/H5pubconf.h.in
index 6edf6b4..eea12cd 100644
--- a/config/cmake/H5pubconf.h.in
+++ b/config/cmake/H5pubconf.h.in
@@ -424,9 +424,6 @@
/* Define to 1 if you have the <sys/stat.h> header file. */
#cmakedefine H5_HAVE_SYS_STAT_H @H5_HAVE_SYS_STAT_H@
-/* Define to 1 if you have the <sys/timeb.h> header file. */
-#cmakedefine H5_HAVE_SYS_TIMEB_H @H5_HAVE_SYS_TIMEB_H@
-
/* Define to 1 if you have the <sys/time.h> header file. */
#cmakedefine H5_HAVE_SYS_TIME_H @H5_HAVE_SYS_TIME_H@