Deleted Added
full compact
options (105054) options (105199)
1# $FreeBSD: head/sys/conf/options 105054 2002-10-13 16:29:17Z mike $
1# $FreeBSD: head/sys/conf/options 105199 2002-10-16 02:25:05Z sam $
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

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

307ETHER_8022 opt_ef.h
308ETHER_SNAP opt_ef.h
309MROUTING opt_mrouting.h
310INET opt_inet.h
311INET6 opt_inet6.h
312IPSEC opt_ipsec.h
313IPSEC_ESP opt_ipsec.h
314IPSEC_DEBUG opt_ipsec.h
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

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

307ETHER_8022 opt_ef.h
308ETHER_SNAP opt_ef.h
309MROUTING opt_mrouting.h
310INET opt_inet.h
311INET6 opt_inet6.h
312IPSEC opt_ipsec.h
313IPSEC_ESP opt_ipsec.h
314IPSEC_DEBUG opt_ipsec.h
315FAST_IPSEC opt_ipsec.h
315IPDIVERT
316DUMMYNET opt_ipdn.h
317IPFILTER opt_ipfilter.h
318IPFILTER_LOG opt_ipfilter.h
319IPFILTER_DEFAULT_BLOCK opt_ipfilter.h
320PFIL_HOOKS opt_pfil_hooks.h
321IPFIREWALL opt_ipfw.h
322IPFIREWALL_VERBOSE opt_ipfw.h

--- 266 unchanged lines hidden ---
316IPDIVERT
317DUMMYNET opt_ipdn.h
318IPFILTER opt_ipfilter.h
319IPFILTER_LOG opt_ipfilter.h
320IPFILTER_DEFAULT_BLOCK opt_ipfilter.h
321PFIL_HOOKS opt_pfil_hooks.h
322IPFIREWALL opt_ipfw.h
323IPFIREWALL_VERBOSE opt_ipfw.h

--- 266 unchanged lines hidden ---