From 190ff778afcb887acd64a90dc8734377751223c8 Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Thu, 29 Jan 2015 17:37:37 -0500 Subject: [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 --- config/cmake/H5pubconf.h.in | 7 ------- vms/src/h5pubconf.h | 8 -------- 2 files changed, 15 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 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@ diff --git a/vms/src/h5pubconf.h b/vms/src/h5pubconf.h index 6f6a8a2..d163b8f 100644 --- a/vms/src/h5pubconf.h +++ b/vms/src/h5pubconf.h @@ -80,10 +80,6 @@ /* Define if the function stack tracing code is to be compiled in */ /* #undef H5_HAVE_CODESTACK */ -/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't. - */ -/* #undef H5_HAVE_DECL_TZNAME */ - /* Define to 1 if you have the `difftime' function. */ #define H5_HAVE_DIFFTIME 1 @@ -364,10 +360,6 @@ /* Define if `tm_gmtoff' is a member of `struct tm' */ /* #undef H5_HAVE_TM_GMTOFF */ -/* Define to 1 if you don't have `tm_zone' but do have the external array - `tzname'. */ -/* #undef H5_HAVE_TZNAME */ - /* Define to 1 if you have the header file. */ #define H5_HAVE_UNISTD_H 1 -- cgit v0.12