diff options
author | stwo <stwo> | 2009-11-25 14:31:39 (GMT) |
---|---|---|
committer | stwo <stwo> | 2009-11-25 14:31:39 (GMT) |
commit | 8263c49fbdb63c93034274c876cf5a940599b252 (patch) | |
tree | c9d4c690bd9d9989a78e5d3c197bb59d75b68ca4 /unix/tclConfig.h.in | |
parent | eaaa5034bff48b8fd6162def1dd4b0020b7c46cc (diff) | |
download | tcl-8263c49fbdb63c93034274c876cf5a940599b252.zip tcl-8263c49fbdb63c93034274c876cf5a940599b252.tar.gz tcl-8263c49fbdb63c93034274c876cf5a940599b252.tar.bz2 |
[Patch 2892871]: Remove unneeded AC_STRUCT_TIMEZONE and use
AC_CHECK_MEMBERS([struct stat.st_blksize]) instead of AC_STRUCT_ST_BLKSIZE.
Diffstat (limited to 'unix/tclConfig.h.in')
-rw-r--r-- | unix/tclConfig.h.in | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/unix/tclConfig.h.in b/unix/tclConfig.h.in index 31aff62..9e906f8 100644 --- a/unix/tclConfig.h.in +++ b/unix/tclConfig.h.in @@ -193,13 +193,6 @@ /* Define to 1 if `st_blksize' is member of `struct stat'. */ #undef HAVE_STRUCT_STAT_ST_BLKSIZE -/* Define to 1 if `tm_zone' is member of `struct tm'. */ -#undef HAVE_STRUCT_TM_TM_ZONE - -/* Define to 1 if your `struct stat' has `st_blksize'. Deprecated, use - `HAVE_STRUCT_STAT_ST_BLKSIZE' instead. */ -#undef HAVE_ST_BLKSIZE - /* Define to 1 if you have the <sys/filio.h> header file. */ #undef HAVE_SYS_FILIO_H @@ -233,17 +226,9 @@ /* Should we use the tm_tzadj field of struct tm? */ #undef HAVE_TM_TZADJ -/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use - `HAVE_STRUCT_TM_TM_ZONE' instead. */ -#undef HAVE_TM_ZONE - /* Is off64_t in <sys/types.h>? */ #undef HAVE_TYPE_OFF64_T -/* Define to 1 if you don't have `tm_zone' but do have the external array - `tzname'. */ -#undef HAVE_TZNAME - /* Do we have the uintptr_t type? */ #undef HAVE_UINTPTR_T |