Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc/usr.sbin/config



Module Name:    syssrc
Committed By:   lukem
Date:           Wed Nov 28 09:02:16 UTC 2001

Modified Files:
        syssrc/usr.sbin/config: mkheaders.c

Log Message:
revert previous revert previous. now back to rev 1.27 behaviour:
- Don't bother emitting "#define NFOO 0" for defflag foo (whether or
  not "options FOO" was given); it's really useful as is.

  Until I recently started converting stuff from defopt to defflag,
  nothing used defflag, and because defopt doesn't provide NFOO for FOO,
  the NFOO behaviour shouldn't be missed. The NFOO stuff also added
  a lot of #define namespace pollution that we'd rather avoid.

- Remove a couple of unused vars


To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 syssrc/usr.sbin/config/mkheaders.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index