diff options
author | das <das> | 2010-08-16 08:37:22 (GMT) |
---|---|---|
committer | das <das> | 2010-08-16 08:37:22 (GMT) |
commit | a1cf3db1559ca43bf259cba8120a9b93f534c4ea (patch) | |
tree | b871810ea2cb40d2b984a1be77d6c9505acf61cd /unix/tclConfig.h.in | |
parent | a1ae335b924bca5292f4c4a0567695ef69544936 (diff) | |
download | tcl-a1cf3db1559ca43bf259cba8120a9b93f534c4ea.zip tcl-a1cf3db1559ca43bf259cba8120a9b93f534c4ea.tar.gz tcl-a1cf3db1559ca43bf259cba8120a9b93f534c4ea.tar.bz2 |
regen
Diffstat (limited to 'unix/tclConfig.h.in')
-rw-r--r-- | unix/tclConfig.h.in | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/unix/tclConfig.h.in b/unix/tclConfig.h.in index 9e906f8..e3ce5ef 100644 --- a/unix/tclConfig.h.in +++ b/unix/tclConfig.h.in @@ -193,6 +193,9 @@ /* Define to 1 if `st_blksize' is member of `struct stat'. */ #undef HAVE_STRUCT_STAT_ST_BLKSIZE +/* Define to 1 if `st_blocks' is member of `struct stat'. */ +#undef HAVE_STRUCT_STAT_ST_BLOCKS + /* Define to 1 if you have the <sys/filio.h> header file. */ #undef HAVE_SYS_FILIO_H @@ -391,15 +394,9 @@ /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ #undef TIME_WITH_SYS_TIME -/* Define to 1 if your <sys/time.h> declares `struct tm'. */ -#undef TM_IN_SYS_TIME - /* Is getcwd Posix-compliant? */ #undef USEGETWD -/* Do we need a special AIX hack for timezones? */ -#undef USE_DELTA_FOR_TZ - /* May we include <dirent2.h>? */ #undef USE_DIRENT2_H @@ -481,7 +478,7 @@ /* Define to `int' if <sys/types.h> does not define. */ #undef pid_t -/* Define to `unsigned' if <sys/types.h> does not define. */ +/* Define to `unsigned int' if <sys/types.h> does not define. */ #undef size_t /* Define as int if socklen_t is not available */ |