mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-18 17:40:55 +08:00
[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
This commit is contained in:
parent
da2a2d9400
commit
190ff778af
@ -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 <unistd.h> 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@
|
||||
|
@ -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 <unistd.h> header file. */
|
||||
#define H5_HAVE_UNISTD_H 1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user