summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-01-29 22:37:37 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-01-29 22:37:37 (GMT)
commit190ff778afcb887acd64a90dc8734377751223c8 (patch)
treebad905fbe1fbf0be1c611b005a47b97591df2f30 /config
parentda2a2d940057ad7c5c224bdc00035d867725e9a1 (diff)
downloadhdf5-190ff778afcb887acd64a90dc8734377751223c8.zip
hdf5-190ff778afcb887acd64a90dc8734377751223c8.tar.gz
hdf5-190ff778afcb887acd64a90dc8734377751223c8.tar.bz2
[svn-r26080] Removed unused HAVE_TZNAME define from configuration files.
Also removed a missed HAVE___GMTOFF from CMake. Part of HDFFV-9085 Tested on: jam
Diffstat (limited to 'config')
-rw-r--r--config/cmake/H5pubconf.h.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/config/cmake/H5pubconf.h.in b/config/cmake/H5pubconf.h.in
index 5270dfd..ff05373 100644
--- a/config/cmake/H5pubconf.h.in
+++ b/config/cmake/H5pubconf.h.in
@@ -419,10 +419,6 @@
/* Define if `tm_gmtoff' is a member of `struct tm' */
#cmakedefine H5_HAVE_TM_GMTOFF @H5_HAVE_TM_GMTOFF@
-/* Define to 1 if you don't have `tm_zone' but do have the external array
- `tzname'. */
-#cmakedefine H5_HAVE_TZNAME @H5_HAVE_TZNAME@
-
/* Define to 1 if you have the <unistd.h> header file. */
#cmakedefine H5_HAVE_UNISTD_H @H5_HAVE_UNISTD_H@
@@ -453,9 +449,6 @@
/* Define to 1 if you have the `_scrsize' function. */
#cmakedefine H5_HAVE__SCRSIZE @H5_HAVE__SCRSIZE@
-/* Define if `__tm_gmtoff' is a member of `struct tm' */
-#cmakedefine H5_HAVE___TM_GMTOFF @H5_HAVE___TM_GMTOFF@
-
/* Define if your system can't handle converting floating-point values to long
long. */
#cmakedefine H5_HW_FP_TO_LLONG_NOT_WORKS @H5_HW_FP_TO_LLONG_NOT_WORKS@