OpenGrok
Cross Reference: fts.h
xref
: /
src
/
tools
/
compat
/
fts.h
Home
|
History
|
Annotate
|
Download
|
only in
compat
History log of
/src/tools/compat/fts.h
Revision
Date
Author
Comments
1.2
27-Oct-2003
lukem
Overhaul how `build.sh tools' are used:
* Rename "config.h" to "nbtool_config.h" and
HAVE_CONFIG_H to HAVE_NBTOOL_CONFIG_H.
This makes in more obvious in the source when we're using
tools/compat/config.h versus "standard autoconf" config.h
* Consistently move the inclusion of nbtool_config.h to before
<sys/cdefs.h> so that the former can provide __RCSID() (et al),
and there's no need to protect those macros any more.
These changes should make it easier to "tool-ify" a program by adding:
#if HAVE_NBTOOL_CONFIG_H
#include "nbtool_config.h"
#endif
to the top of the source files (for the general case).
1.1
16-Sep-2002
briggs
branches: 1.1.2;
Always use NetBSD's fts(3) in compat builds. Some systems (notably
Red Hat 7.3, at least) do not have fts(3) implementations that work
correctly with -D_FILE_OFFSET_BITS=64.
1.1.2.2
01-Dec-2002
he
Pull up revision 1.1 (new, requested by thorpej in ticket #834):
Always NetBSD's own fts(3) in compat builds. Some systems
(among them RedHat 7.3) do not have fts(3) implementations
which work correctly with -D_FILE_OFFSET_BITS=64.
1.1.2.1
16-Sep-2002
he
file fts.h was added on branch netbsd-1-6 on 2002-12-01 19:10:45 +0000
Indexes created Wed Oct 22 00:09:40 GMT 2025