options (e42fc368672e8c3f1d30fbbd7f1903e3baa69b7a) | options (4b2361f811fac65d57b88b8fa5d705909944bc0a) |
---|---|
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 --- 720 unchanged lines hidden (view full) --- 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 736TEKEN_UTF8 opt_teken.h | 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 --- 720 unchanged lines hidden (view full) --- 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 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 744KBD_INSTALL_CDEV opt_kbd.h 745KBD_MAXRETRY opt_kbd.h --- 100 unchanged lines hidden --- | 737 738# options for printf 739PRINTF_BUFR_SIZE opt_printf.h 740 741# kbd options 742KBD_DISABLE_KEYMAP_LOAD opt_kbd.h 743KBD_INSTALL_CDEV opt_kbd.h 744KBD_MAXRETRY opt_kbd.h --- 100 unchanged lines hidden --- |