summaryrefslogtreecommitdiffstats
path: root/unix/tclConfig.h.in
diff options
context:
space:
mode:
authorstwo <stwo@noemail.net>2009-11-25 14:25:53 (GMT)
committerstwo <stwo@noemail.net>2009-11-25 14:25:53 (GMT)
commiteff53efb3f193392e35090a16594458752ecd02f (patch)
tree65356e424ff3fdf65d1538967f0cd791fbece3c2 /unix/tclConfig.h.in
parentbf676feb966e067a5341ba7957782784d4a1ba29 (diff)
downloadtcl-eff53efb3f193392e35090a16594458752ecd02f.zip
tcl-eff53efb3f193392e35090a16594458752ecd02f.tar.gz
tcl-eff53efb3f193392e35090a16594458752ecd02f.tar.bz2
[Patch 2892871]: Remove unneeded AC_STRUCT_TIMEZONE and use
AC_CHECK_MEMBERS([struct stat.st_blksize]) instead of AC_STRUCT_ST_BLKSIZE. FossilOrigin-Name: 39ef38578ce1024ed2533a8a5758657afbc39f61
Diffstat (limited to 'unix/tclConfig.h.in')
-rw-r--r--unix/tclConfig.h.in15
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