diff options
author | dgp <dgp@users.sourceforge.net> | 2010-09-15 15:49:51 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2010-09-15 15:49:51 (GMT) |
commit | 7a4123220019952a0c9fce80dc512a59f9f22208 (patch) | |
tree | 6def3abae9e4c0bd8eddc219966a14ebe9d5427f | |
parent | 40bb3c1c5474de09c765ddb9a90c5126d08e38f5 (diff) | |
download | tcl-7a4123220019952a0c9fce80dc512a59f9f22208.zip tcl-7a4123220019952a0c9fce80dc512a59f9f22208.tar.gz tcl-7a4123220019952a0c9fce80dc512a59f9f22208.tar.bz2 |
update file generated by 'make dist'
-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 |