summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--config/cmake/H5pubconf.h.in7
-rw-r--r--vms/src/h5pubconf.h7
2 files changed, 0 insertions, 14 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@
diff --git a/vms/src/h5pubconf.h b/vms/src/h5pubconf.h
index 9cf0a53..a6eb514 100644
--- a/vms/src/h5pubconf.h
+++ b/vms/src/h5pubconf.h
@@ -304,9 +304,6 @@
/* Define if `struct text_info' is defined */
/* #undef H5_HAVE_STRUCT_TEXT_INFO */
-/* Define to 1 if `tm_zone' is member of `struct tm'. */
-#define H5_HAVE_STRUCT_TM_TM_ZONE 1
-
/* Define if `struct videoconfig' is defined */
/* #undef H5_HAVE_STRUCT_VIDEOCONFIG */
@@ -367,10 +364,6 @@
/* Define if `tm_gmtoff' is a member of `struct tm' */
/* #undef H5_HAVE_TM_GMTOFF */
-/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
- `HAVE_STRUCT_TM_TM_ZONE' instead. */
-#define H5_HAVE_TM_ZONE 1
-
/* Define to 1 if you don't have `tm_zone' but do have the external array
`tzname'. */
/* #undef H5_HAVE_TZNAME */