diff options
author | das <das@noemail.net> | 2005-12-05 13:03:16 (GMT) |
---|---|---|
committer | das <das@noemail.net> | 2005-12-05 13:03:16 (GMT) |
commit | 7ff20a9fbb5e6772bdaecb1c4fb569eb193963d2 (patch) | |
tree | de184beb12392b5d5382cd6ff21227041743df82 /unix/tclConfig.h.in | |
parent | fd6ec077b088a2e695fc18319731760bc38a7ba2 (diff) | |
download | tcl-7ff20a9fbb5e6772bdaecb1c4fb569eb193963d2.zip tcl-7ff20a9fbb5e6772bdaecb1c4fb569eb193963d2.tar.gz tcl-7ff20a9fbb5e6772bdaecb1c4fb569eb193963d2.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.
FossilOrigin-Name: e3315f4c91c6f3923275fa51451a67089ce7174d
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 |