diff options
Diffstat (limited to 'unix/tclConfig.h.in')
-rw-r--r-- | unix/tclConfig.h.in | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/unix/tclConfig.h.in b/unix/tclConfig.h.in index bc63530..debbd53 100644 --- a/unix/tclConfig.h.in +++ b/unix/tclConfig.h.in @@ -10,6 +10,9 @@ /* Define to 1 if you have the <AvailabilityMacros.h> header file. */ #undef HAVE_AVAILABILITYMACROS_H +/* Define to 1 if the system has the type `blkcnt_t'. */ +#undef HAVE_BLKCNT_T + /* Do we have BSDgettimeofday()? */ #undef HAVE_BSDGETTIMEOFDAY @@ -184,6 +187,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 @@ -382,9 +388,6 @@ /* 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 |