mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
[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
This commit is contained in:
parent
f44d493a4b
commit
edc8d356f3
@ -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@
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user