summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-01-29 21:32:32 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-01-29 21:32:32 (GMT)
commitedc8d356f3bd1194c5256318d0643ca62775fff6 (patch)
tree326644e11ffa74e6c9ef74735ef6316dde310f56 /config
parentf44d493a4b9769b105024e2a06e0cc7ba2fe83b6 (diff)
downloadhdf5-edc8d356f3bd1194c5256318d0643ca62775fff6.zip
hdf5-edc8d356f3bd1194c5256318d0643ca62775fff6.tar.gz
hdf5-edc8d356f3bd1194c5256318d0643ca62775fff6.tar.bz2
[svn-r26077] Removed unused HAVE_TM_ZONE and HAVE_STRUCT_TM_TM_ZONE defines from
VMS and CMake pubconfs. 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 44cca9d..5270dfd 100644
--- a/config/cmake/H5pubconf.h.in
+++ b/config/cmake/H5pubconf.h.in
@@ -356,9 +356,6 @@
/* Define if `struct text_info' is defined */
#cmakedefine H5_HAVE_STRUCT_TEXT_INFO @H5_HAVE_STRUCT_TEXT_INFO@
-/* Define to 1 if `tm_zone' is a member of `struct tm'. */
-#cmakedefine H5_HAVE_STRUCT_TM_TM_ZONE @H5_HAVE_STRUCT_TM_TM_ZONE@
-
/* Define if `struct videoconfig' is defined */
#cmakedefine H5_HAVE_STRUCT_VIDEOCONFIG @H5_HAVE_STRUCT_VIDEOCONFIG@
@@ -422,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 your `struct tm' has `tm_zone'. Deprecated, use
- `HAVE_STRUCT_TM_TM_ZONE' instead. */
-#cmakedefine H5_HAVE_TM_ZONE @H5_HAVE_TM_ZONE@
-
/* Define to 1 if you don't have `tm_zone' but do have the external array
`tzname'. */
#cmakedefine H5_HAVE_TZNAME @H5_HAVE_TZNAME@