From edc8d356f3bd1194c5256318d0643ca62775fff6 Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Thu, 29 Jan 2015 16:32:32 -0500 Subject: [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 --- config/cmake/H5pubconf.h.in | 7 ------- vms/src/h5pubconf.h | 7 ------- 2 files changed, 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 */ -- cgit v0.12