NetBSD/usr.sbin/config
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 Make this compile again. 2003-10-19 23:15:54 +00:00
Makefile.boot
config.8 Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:25:11 +00:00
defs.h Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
files.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:25:11 +00:00
gram.y Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:25:11 +00:00
hash.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:25:11 +00:00
main.c Use tabs for indentation; pointed out by simonb@. 2003-09-14 12:43:04 +00:00
mkdevsw.c strncpy -> strlcpy 2003-05-17 18:51:13 +00:00
mkheaders.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:25:11 +00:00
mkioconf.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:25:11 +00:00
mkmakefile.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:25:11 +00:00
mkswap.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:25:11 +00:00
pack.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:25:11 +00:00
scan.l free string only after it's no longer used through dirname reference. 2003-09-08 17:50:12 +00:00
sem.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:25:11 +00:00
sem.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 11:25:11 +00:00
strerror.c use bounded string op 2003-07-13 12:29:20 +00:00
util.c realloc pedant 2003-09-19 06:11:35 +00:00