diff options
-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 */ |