diff options
author | das <das> | 2010-08-16 08:37:22 (GMT) |
---|---|---|
committer | das <das> | 2010-08-16 08:37:22 (GMT) |
commit | fcae4adee4b479c834af229b1339d8f66d96dcf6 (patch) | |
tree | b871810ea2cb40d2b984a1be77d6c9505acf61cd /unix/tclConfig.h.in | |
parent | 0d3c1d543dacc770e745710b52d9ea1c4d1a28f2 (diff) | |
download | tcl-fcae4adee4b479c834af229b1339d8f66d96dcf6.zip tcl-fcae4adee4b479c834af229b1339d8f66d96dcf6.tar.gz tcl-fcae4adee4b479c834af229b1339d8f66d96dcf6.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 */ |