NetBSD/bin/pax
lukem 171d653219 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).
2003-10-27 00:12:41 +00:00
..
Makefile doc2html works here now, so remove NOHTML= 2003-07-18 02:18:49 +00:00
ar_io.c Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
ar_subs.c Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
buf_subs.c Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
cpio.1 some mdoc fixes. 2003-04-10 06:07:40 +00:00
cpio.c Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
cpio.h Move Keith Muller's code from a 4-clause to a 3-clause licence by removing 2003-10-13 07:41:22 +00:00
extern.h Move Keith Muller's code from a 4-clause to a 3-clause licence by removing 2003-10-13 07:41:22 +00:00
file_subs.c Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
ftree.c Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
ftree.h Move Keith Muller's code from a 4-clause to a 3-clause licence by removing 2003-10-13 07:41:22 +00:00
gen_subs.c Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
getoldopt.c Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
options.c Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
options.h Move Keith Muller's code from a 4-clause to a 3-clause licence by removing 2003-10-13 07:41:22 +00:00
pat_rep.c Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
pat_rep.h Move Keith Muller's code from a 4-clause to a 3-clause licence by removing 2003-10-13 07:41:22 +00:00
pax.1 Move Keith Muller's code from a 4-clause to a 3-clause licence by removing 2003-10-13 07:41:22 +00:00
pax.c Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
pax.h Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
sel_subs.c Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
sel_subs.h Move Keith Muller's code from a 4-clause to a 3-clause licence by removing 2003-10-13 07:41:22 +00:00
tables.c Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
tables.h Move Keith Muller's code from a 4-clause to a 3-clause licence by removing 2003-10-13 07:41:22 +00:00
tar.1 Bump date for -O change. 2003-07-09 14:42:16 +00:00
tar.c Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
tar.h Move Keith Muller's code from a 4-clause to a 3-clause licence by removing 2003-10-13 07:41:22 +00:00
tty_subs.c Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00