diff options
author | stwo <stwo> | 2009-11-25 14:25:54 (GMT) |
---|---|---|
committer | stwo <stwo> | 2009-11-25 14:25:54 (GMT) |
commit | 9a8e3c9cf2c11e1d73b27f3d278b80390a3224e0 (patch) | |
tree | 65356e424ff3fdf65d1538967f0cd791fbece3c2 /unix/tclConfig.h.in | |
parent | bfe62b221470f6cabde3d6a6a378627187e9f33b (diff) | |
download | tcl-9a8e3c9cf2c11e1d73b27f3d278b80390a3224e0.zip tcl-9a8e3c9cf2c11e1d73b27f3d278b80390a3224e0.tar.gz tcl-9a8e3c9cf2c11e1d73b27f3d278b80390a3224e0.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 9879254..d1e6e94 100644 --- a/unix/tclConfig.h.in +++ b/unix/tclConfig.h.in @@ -184,13 +184,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 @@ -224,17 +217,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 |