diff options
author | philip <philip@FreeBSD.org> | 2004-01-23 20:30:52 +0000 |
---|---|---|
committer | philip <philip@FreeBSD.org> | 2004-01-23 20:30:52 +0000 |
commit | c374fe02f6b32289164a40f939d220e9fe053529 (patch) | |
tree | de8013e9f5a6fb1a6885dab71dbca3a0f344f90e | |
parent | 126f909d870f8bbc51783e93045c81b9c07a00f7 (diff) | |
download | FreeBSD-src-c374fe02f6b32289164a40f939d220e9fe053529.zip FreeBSD-src-c374fe02f6b32289164a40f939d220e9fe053529.tar.gz |
Add missing options from pcvt_conf.h to options.i386. This
allows the kernel build to survive config when these options
are specified in the config file.
Reviewed by: hm
Approved by: njl (mentor)
-rw-r--r-- | sys/conf/options.i386 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/sys/conf/options.i386 b/sys/conf/options.i386 index 0ae3639..deb17f7 100644 --- a/sys/conf/options.i386 +++ b/sys/conf/options.i386 @@ -95,16 +95,26 @@ ATKBD_DFLT_KEYMAP opt_atkbd.h # pcvt(4) has a bunch of options FAT_CURSOR opt_pcvt.h XSERVER opt_pcvt.h +PCVT_123GENERIC opt_pcvt.h PCVT_24LINESDEF opt_pcvt.h PCVT_CTRL_ALT_DEL opt_pcvt.h +PCVT_GREENSAVER opt_pcvt.h +PCVT_INHIBIT_NUMLOCK opt_pcvt.h PCVT_META_ESC opt_pcvt.h +PCVT_NO_LED_UPDATE opt_pcvt.h PCVT_NSCREENS opt_pcvt.h +PCVT_NULLCHARS opt_pcvt.h PCVT_PRETTYSCRNS opt_pcvt.h PCVT_SCANSET opt_pcvt.h +PCVT_SETCOLOR opt_pcvt.h PCVT_SCREENSAVER opt_pcvt.h +PCVT_SHOWKEYS opt_pcvt.h +PCVT_SLOW_INTERRUPT opt_pcvt.h +PCVT_SYSBEEPF opt_pcvt.h +PCVT_UPDATEFAST opt_pcvt.h +PCVT_UPDATESLOW opt_pcvt.h PCVT_USEKBDSEC opt_pcvt.h PCVT_VT220KEYB opt_pcvt.h -PCVT_GREENSAVER opt_pcvt.h # Video spigot SPIGOT_UNSECURE opt_spigot.h |