Move NODEVFS and NO_GEOM to opt_global.h.

This allows me to mark code which they control with #ifdef without
polluting files with #includes of opt_devfs.h and opt_geom.h.

Once these two options are removed, this will allow mechanical removal
of the bits their removal makes obsolete.
This commit is contained in:
Poul-Henning Kamp 2003-01-19 10:02:47 +00:00
parent 024906dc2c
commit d3cd81e026
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=109523

View file

@ -87,7 +87,7 @@ DDB_TRACE
DDB_UNATTENDED
GDB_REMOTE_CHAT opt_ddb.h
GDBSPEED opt_ddb.h
NO_GEOM opt_geom.h
NO_GEOM opt_global.h
GEOM_AES opt_geom.h
GEOM_BDE opt_geom.h
GEOM_BSD opt_geom.h
@ -105,7 +105,7 @@ LIBICONV
MD_ROOT opt_md.h
MD_ROOT_SIZE opt_md.h
NDGBPORTS opt_dgb.h
NODEVFS opt_devfs.h
NODEVFS opt_global.h
NTIMECOUNTER opt_ntp.h
NSWAPDEV opt_swap.h
PANIC_REBOOT_WAIT_TIME opt_panic.h