10ca19cf93
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.
12 lines
353 B
C
12 lines
353 B
C
/*
|
|
* 6 digits of version. The most significant are branch indicators
|
|
* (eg: RELENG_2_2 = 22, -current presently = 40 etc). The least
|
|
* significant digits are incremented for each incompatible change.
|
|
*
|
|
* The numbering scheme is inspired by the sys/conf/newvers.sh RELDATE
|
|
* and <osreldate.h> system.
|
|
*
|
|
* $FreeBSD$
|
|
*/
|
|
#define CONFIGVERS 500006
|