diff options
| author | das <das> | 2010-08-16 08:37:22 (GMT) |
|---|---|---|
| committer | das <das> | 2010-08-16 08:37:22 (GMT) |
| commit | fac421ecc3df3e5fb8e700e2aa003e5572f843e6 (patch) | |
| tree | b871810ea2cb40d2b984a1be77d6c9505acf61cd | |
| parent | 7b8ad95a4d3a13ad4b17a3fdf1ece10ec620c9c4 (diff) | |
| download | tcl-fac421ecc3df3e5fb8e700e2aa003e5572f843e6.zip tcl-fac421ecc3df3e5fb8e700e2aa003e5572f843e6.tar.gz tcl-fac421ecc3df3e5fb8e700e2aa003e5572f843e6.tar.bz2 | |
regen
| -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 */ |
