diff options
author | das <das> | 2005-12-05 13:03:16 (GMT) |
---|---|---|
committer | das <das> | 2005-12-05 13:03:16 (GMT) |
commit | 72a72bdbda1a618c81ce21298d38a7b66024cf95 (patch) | |
tree | de184beb12392b5d5382cd6ff21227041743df82 /unix/tclConfig.h.in | |
parent | 403f07fad3a34a8d96e855e42124439774d1b8d3 (diff) | |
download | tcl-72a72bdbda1a618c81ce21298d38a7b66024cf95.zip tcl-72a72bdbda1a618c81ce21298d38a7b66024cf95.tar.gz tcl-72a72bdbda1a618c81ce21298d38a7b66024cf95.tar.bz2 |
* unix/configure.in: move check for fts API to configure.in and run it
* unix/tcl.m4: on all platforms, since Linux glibc2 and *BSDs also
have this; using fts is more efficient than recursive opendir/readdir.
* unix/tclUnixFCmd.c (TraverseUnixTree): add support to fts code for
platforms with stat64.
* unix/configure:
* unix/tclConfig.h.in: regen.
Diffstat (limited to 'unix/tclConfig.h.in')
-rw-r--r-- | unix/tclConfig.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/unix/tclConfig.h.in b/unix/tclConfig.h.in index 98d4908..91a5bb4 100644 --- a/unix/tclConfig.h.in +++ b/unix/tclConfig.h.in @@ -28,6 +28,9 @@ /* Do we have access to Darwin CoreFoundation.framework ? */ #undef HAVE_COREFOUNDATION +/* Do we have fts functions? */ +#undef HAVE_FTS + /* Define to 1 if you have the `getattrlist' function. */ #undef HAVE_GETATTRLIST |