Deleted Added
full compact
options (199177) options (199243)
1# $FreeBSD: head/sys/conf/options 199177 2009-11-11 11:07:30Z ru $
1# $FreeBSD: head/sys/conf/options 199243 2009-11-13 05:54:55Z ed $
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
9# code so that a single option only switch code on, or only switch

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

727SC_NO_SYSMOUSE opt_syscons.h
728SC_NORM_ATTR opt_syscons.h
729SC_NORM_REV_ATTR opt_syscons.h
730SC_PIXEL_MODE opt_syscons.h
731SC_RENDER_DEBUG opt_syscons.h
732SC_TWOBUTTON_MOUSE opt_syscons.h
733
734# teken terminal emulator options
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
9# code so that a single option only switch code on, or only switch

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

727SC_NO_SYSMOUSE opt_syscons.h
728SC_NORM_ATTR opt_syscons.h
729SC_NORM_REV_ATTR opt_syscons.h
730SC_PIXEL_MODE opt_syscons.h
731SC_RENDER_DEBUG opt_syscons.h
732SC_TWOBUTTON_MOUSE opt_syscons.h
733
734# teken terminal emulator options
735TEKEN_CONS25 opt_teken.h
735TEKEN_UTF8 opt_teken.h
736TEKEN_XTERM opt_teken.h
737
738# options for printf
739PRINTF_BUFR_SIZE opt_printf.h
740
741# kbd options
742KBD_DISABLE_KEYMAP_LOAD opt_kbd.h

--- 102 unchanged lines hidden ---
736TEKEN_UTF8 opt_teken.h
737TEKEN_XTERM opt_teken.h
738
739# options for printf
740PRINTF_BUFR_SIZE opt_printf.h
741
742# kbd options
743KBD_DISABLE_KEYMAP_LOAD opt_kbd.h

--- 102 unchanged lines hidden ---