Deleted Added
full compact
options (75424) options (75458)
1# $FreeBSD: head/sys/conf/options 75424 2001-04-11 19:29:24Z rwatson $
1# $FreeBSD: head/sys/conf/options 75458 2001-04-13 03:50:37Z alfred $
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

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

248BOOTP_WIRED_TO opt_bootp.h
249BRIDGE opt_bdg.h
250ETHER_II opt_ef.h
251ETHER_8023 opt_ef.h
252ETHER_8022 opt_ef.h
253ETHER_SNAP opt_ef.h
254MROUTING opt_mrouting.h
255INET opt_inet.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

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

248BOOTP_WIRED_TO opt_bootp.h
249BRIDGE opt_bdg.h
250ETHER_II opt_ef.h
251ETHER_8023 opt_ef.h
252ETHER_8022 opt_ef.h
253ETHER_SNAP opt_ef.h
254MROUTING opt_mrouting.h
255INET opt_inet.h
256SOMAXCONN opt_inet.h
256INET6 opt_inet6.h
257IPSEC opt_ipsec.h
258IPSEC_ESP opt_ipsec.h
259IPSEC_DEBUG opt_ipsec.h
260IPDIVERT
261DUMMYNET opt_ipdn.h
262IPFILTER opt_ipfilter.h
263IPFILTER_LOG opt_ipfilter.h

--- 247 unchanged lines hidden ---
257INET6 opt_inet6.h
258IPSEC opt_ipsec.h
259IPSEC_ESP opt_ipsec.h
260IPSEC_DEBUG opt_ipsec.h
261IPDIVERT
262DUMMYNET opt_ipdn.h
263IPFILTER opt_ipfilter.h
264IPFILTER_LOG opt_ipfilter.h

--- 247 unchanged lines hidden ---