options (14981d80578205a922309bbfb3d39e11ab54118a) options (83409a55ece4d29a6d2259bc2714eebece3d091d)
1# $FreeBSD$
2#
3# On the handling of kernel options
4#
5# All kernel options should be listed in NOTES, with suitable
6# descriptions. Negative options (options that make some code not
7# compile) should be commented out; LINT (generated from NOTES) should
8# compile as much code as possible. Try to structure option-using

--- 712 unchanged lines hidden (view full) ---

721SC_NO_SUSPEND_VTYSWITCH opt_syscons.h
722SC_NO_SYSMOUSE opt_syscons.h
723SC_NORM_ATTR opt_syscons.h
724SC_NORM_REV_ATTR opt_syscons.h
725SC_PIXEL_MODE opt_syscons.h
726SC_RENDER_DEBUG opt_syscons.h
727SC_TWOBUTTON_MOUSE opt_syscons.h
728
1# $FreeBSD$
2#
3# On the handling of kernel options
4#
5# All kernel options should be listed in NOTES, with suitable
6# descriptions. Negative options (options that make some code not
7# compile) should be commented out; LINT (generated from NOTES) should
8# compile as much code as possible. Try to structure option-using

--- 712 unchanged lines hidden (view full) ---

721SC_NO_SUSPEND_VTYSWITCH opt_syscons.h
722SC_NO_SYSMOUSE opt_syscons.h
723SC_NORM_ATTR opt_syscons.h
724SC_NORM_REV_ATTR opt_syscons.h
725SC_PIXEL_MODE opt_syscons.h
726SC_RENDER_DEBUG opt_syscons.h
727SC_TWOBUTTON_MOUSE opt_syscons.h
728
729# teken terminal emulator options
730TEKEN_UTF8 opt_teken.h
731TEKEN_XTERM opt_teken.h
732
729# options for printf
730PRINTF_BUFR_SIZE opt_printf.h
731
732# kbd options
733KBD_DISABLE_KEYMAP_LOAD opt_kbd.h
734KBD_INSTALL_CDEV opt_kbd.h
735KBD_MAXRETRY opt_kbd.h
736KBD_MAXWAIT opt_kbd.h

--- 66 unchanged lines hidden ---
733# options for printf
734PRINTF_BUFR_SIZE opt_printf.h
735
736# kbd options
737KBD_DISABLE_KEYMAP_LOAD opt_kbd.h
738KBD_INSTALL_CDEV opt_kbd.h
739KBD_MAXRETRY opt_kbd.h
740KBD_MAXWAIT opt_kbd.h

--- 66 unchanged lines hidden ---