diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2021-06-30 15:18:01 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-30 15:18:01 (GMT) |
commit | 257c8c745446ee614f92624b30cec41d8d771e05 (patch) | |
tree | 8aa5ed161f822520e6e0beffd9545d450cba1f6b /config/cmake/H5pubconf.h.in | |
parent | f0e0c7ed2a2df6d6dbe3728002c7fc9c518fea5f (diff) | |
download | hdf5-257c8c745446ee614f92624b30cec41d8d771e05.zip hdf5-257c8c745446ee614f92624b30cec41d8d771e05.tar.gz hdf5-257c8c745446ee614f92624b30cec41d8d771e05.tar.bz2 |
Removes remaining H5_TIME_WITH_SYS_TIME cruft (#810)
Mostly from CMake
Diffstat (limited to 'config/cmake/H5pubconf.h.in')
-rw-r--r-- | config/cmake/H5pubconf.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/cmake/H5pubconf.h.in b/config/cmake/H5pubconf.h.in index 051272b..35ff8cf 100644 --- a/config/cmake/H5pubconf.h.in +++ b/config/cmake/H5pubconf.h.in @@ -634,9 +634,6 @@ PTHREAD_SCOPE_SYSTEM) call. */ #cmakedefine H5_SYSTEM_SCOPE_THREADS @H5_SYSTEM_SCOPE_THREADS@ -/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ -#cmakedefine H5_TIME_WITH_SYS_TIME @H5_TIME_WITH_SYS_TIME@ - /* Define using v1.10 public API symbols by default */ #cmakedefine H5_USE_110_API_DEFAULT @H5_USE_110_API_DEFAULT@ |