[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:
Dana Robinson 2015-01-29 17:37:37 -05:00
parent da2a2d9400
commit 190ff778af
2 changed files with 0 additions and 15 deletions

View File

@ -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@

View File

@ -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