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