Searched hist:71251 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/usr.sbin/config/
H A Dconfigvers.hdiff 71251 Fri Jan 19 10:49:21 MST 2001 peter 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.
H A Dconfig.ydiff 71251 Fri Jan 19 10:49:21 MST 2001 peter 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.

Completed in 81 milliseconds