From d017fc1346cef81b2181668287582eac21494e65 Mon Sep 17 00:00:00 2001 From: "dgp@users.sourceforge.net" Date: Wed, 15 Sep 2010 15:49:51 +0000 Subject: update file generated by 'make dist' --- unix/tclConfig.h.in | 9 ++++++--- 1 file 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 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 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 ? */ #undef USE_DIRENT2_H -- cgit v0.12