diff options
author | das <das> | 2008-05-31 23:34:09 (GMT) |
---|---|---|
committer | das <das> | 2008-05-31 23:34:09 (GMT) |
commit | 329d98c01605762fe0361928f2c8aa8c3182fb05 (patch) | |
tree | f64fb9f8debb3532fc4f8351763090c919ed7592 /unix/tclConfig.h.in | |
parent | b560c785de029eb8db617c6f106f3e094f43ad6a (diff) | |
download | tcl-329d98c01605762fe0361928f2c8aa8c3182fb05.zip tcl-329d98c01605762fe0361928f2c8aa8c3182fb05.tar.gz tcl-329d98c01605762fe0361928f2c8aa8c3182fb05.tar.bz2 |
* unix/tclConfig.h.in: autoheader-2.59
Diffstat (limited to 'unix/tclConfig.h.in')
-rw-r--r-- | unix/tclConfig.h.in | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/unix/tclConfig.h.in b/unix/tclConfig.h.in index 527c116..8848a62 100644 --- a/unix/tclConfig.h.in +++ b/unix/tclConfig.h.in @@ -31,10 +31,6 @@ /* Do we have access to Darwin CoreFoundation.framework? */ #undef HAVE_COREFOUNDATION -/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't. - */ -#undef HAVE_DECL_TZNAME - /* Do we have fts functions? */ #undef HAVE_FTS @@ -497,7 +493,7 @@ /* Define to `int' if <sys/types.h> does not define. */ #undef pid_t -/* Define to `unsigned int' if <sys/types.h> does not define. */ +/* Define to `unsigned' if <sys/types.h> does not define. */ #undef size_t /* Define as int if socklen_t is not available */ |