]> git.ipfire.org Git - thirdparty/coreutils.git/commit
[HAVE_CONFIG_H]: Include <config.h>.
authorJim Meyering <jim@meyering.net>
Mon, 24 Feb 2003 09:09:42 +0000 (09:09 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 24 Feb 2003 09:09:42 +0000 (09:09 +0000)
commitb3cac1155b7abd3edd711cca620ea38be0cf3e0a
tree7e66d06486a71cd8dbcf43af5b8ae5a57670e5fa
parent4c283a1dc00aafaab622b913a7eae2de36d4892f
[HAVE_CONFIG_H]: Include <config.h>.
Conditionalize inclusion of <sys/param.h>.
Conditionalize inclusion of <include/sys/stat.h> vs <sys/stat.h>.
Include autoconf-recommended block of dirent/NAMELEN-related
definitions and includes.  Use NAMLEN throughout, rather than
_D_EXACT_NAMLEN.
[_LIBC] (close, closedir, fchdir, open, opendir): Define.
[_LIBC] (readdir, tdestroy, tfind, tsearch): Define.
Remove `__' prefix from all uses of the above.  This will help
to merge *BSD changes.
[!_LIBC] (internal_function): Define.
[! _LIBC && ! LSTAT_FOLLOWS_SLASHED_SYMLINK]: Define lstat.
(__set_errno): Define if not already defined.
lib/fts.c