Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 02/02/1997 21:20:02
thorpej
Sun Feb  2 13:12:38 PST 1997
Update of /cvsroot/src/usr.sbin/config
In directory netbsd1:/var/slash-tmp/cvs-serv15330

Modified Files:
	config.h gram.y main.c mkheaders.c mkmakefile.c scan.l 
Log Message:
Add support for generating "option headers".  These allow options to
be included in object dependencies.  config(8) is told to generate
a header for a particular option with the new "defopt" keyword, used
in the files.* system description files.  Options that are placed in
header files are not given -D... cpp flags.

This approach allows options to be turned into headers incrementally,
rather than all at once, and allows for non-header options, as well.


thorpej
Sun Feb  2 13:16:27 PST 1997
Update of /cvsroot/src/sys/conf
In directory netbsd1:/var/slash-tmp/cvs-serv15490

Modified Files:
	files 
Log Message:
Make KMEMSTATS a "header option".