Deleted Added
full compact
options (63142) options (63256)
1# $FreeBSD: head/sys/conf/options 63142 2000-07-14 12:14:13Z sheldonh $
1# $FreeBSD: head/sys/conf/options 63256 2000-07-16 07:56:54Z itojun $
2#
3# On the handling of kernel options
4#
5# All kernel options should be listed in LINT, with suitable
6# descriptions. Negative options (options that make some code not
7# compile) should be commented out; LINT should compile as much code
8# as possible. Try to structure option-using code so that a single
9# option only switch code on, or only switch code off, to make it

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

231ETHER_8022 opt_ef.h
232ETHER_SNAP opt_ef.h
233MROUTING opt_mrouting.h
234INET opt_inet.h
235INET6 opt_inet6.h
236IPSEC opt_ipsec.h
237IPSEC_ESP opt_ipsec.h
238IPSEC_DEBUG opt_ipsec.h
2#
3# On the handling of kernel options
4#
5# All kernel options should be listed in LINT, with suitable
6# descriptions. Negative options (options that make some code not
7# compile) should be commented out; LINT should compile as much code
8# as possible. Try to structure option-using code so that a single
9# option only switch code on, or only switch code off, to make it

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

231ETHER_8022 opt_ef.h
232ETHER_SNAP opt_ef.h
233MROUTING opt_mrouting.h
234INET opt_inet.h
235INET6 opt_inet6.h
236IPSEC opt_ipsec.h
237IPSEC_ESP opt_ipsec.h
238IPSEC_DEBUG opt_ipsec.h
239IPSEC_IPV6FWD opt_ipsec.h
240IPDIVERT
241DUMMYNET opt_ipdn.h
242IPFILTER opt_ipfilter.h
243IPFILTER_LOG opt_ipfilter.h
244IPFILTER_DEFAULT_BLOCK opt_ipfilter.h
245PFIL_HOOKS opt_pfil_hooks.h
246IPFIREWALL opt_ipfw.h
247IPFIREWALL_VERBOSE opt_ipfw.h

--- 205 unchanged lines hidden ---
239IPDIVERT
240DUMMYNET opt_ipdn.h
241IPFILTER opt_ipfilter.h
242IPFILTER_LOG opt_ipfilter.h
243IPFILTER_DEFAULT_BLOCK opt_ipfilter.h
244PFIL_HOOKS opt_pfil_hooks.h
245IPFIREWALL opt_ipfw.h
246IPFIREWALL_VERBOSE opt_ipfw.h

--- 205 unchanged lines hidden ---