freebsd-nq/usr.sbin/config
Peter Wemm 10ca19cf93 Implement option strings that we can use in #ifdefs (where unavoidable)
as a replacement for the evil #define NFOO.  If 'device npx' is in the
static kernel, a synthetic option '#define DEV_NPX 1' will be available
to stick in an opt_xxx.h file.  "#if NNPX > 0" can be replaced with
"#ifdef DEV_NPX" and we can get rid of the overloaded meaning of the
device count mechanism.
2001-01-19 12:49:21 +00:00
..
SMM.doc
config.8 .Nm Config -> .Nm, there is no such program "Config" in FreeBSD. 2000-12-11 10:14:58 +00:00
config.h Add ia64 support. 2000-09-29 13:36:47 +00:00
config.y Implement option strings that we can use in #ifdefs (where unavoidable) 2001-01-19 12:49:21 +00:00
configvers.h Implement option strings that we can use in #ifdefs (where unavoidable) 2001-01-19 12:49:21 +00:00
lang.l Make it possible to specify profiling in the kernel config file. 2000-10-14 08:33:22 +00:00
main.c Try and stop config(8) from freaking out due to unnecessary paranoia 2001-01-04 22:08:20 +00:00
Makefile Borrow phk's axe and apply the next stage of config(8)'s evolution. 2000-06-13 22:28:50 +00:00
mkheaders.c Fix buffer overflows in filenames. If you had a path > 80 characters 2000-11-21 19:58:55 +00:00
mkmakefile.c Make the xxxFILES= list generation generic. This makes it easier to add 2000-11-25 03:25:34 +00:00
mkoptions.c Implement option strings that we can use in #ifdefs (where unavoidable) 2001-01-19 12:49:21 +00:00