Deleted Added
full compact
options (53626) options (53642)
1# $FreeBSD: head/sys/conf/options 53626 1999-11-23 05:42:36Z shin $
1# $FreeBSD: head/sys/conf/options 53642 1999-11-23 21:44:59Z guido $
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

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

213BOOTP_NFSV3 opt_bootp.h
214BOOTP_WIRED_TO opt_bootp.h
215BRIDGE opt_bdg.h
216MROUTING opt_mrouting.h
217INET opt_inet.h
218INET6 opt_inet.h
219IPDIVERT
220DUMMYNET opt_ipdn.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

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

213BOOTP_NFSV3 opt_bootp.h
214BOOTP_WIRED_TO opt_bootp.h
215BRIDGE opt_bdg.h
216MROUTING opt_mrouting.h
217INET opt_inet.h
218INET6 opt_inet.h
219IPDIVERT
220DUMMYNET opt_ipdn.h
221IPFILTER_LKM opt_ipfilter.h
221IPFILTER opt_ipfilter.h
222IPFILTER_LOG opt_ipfilter.h
222IPFIREWALL opt_ipfw.h
223IPFIREWALL_VERBOSE opt_ipfw.h
224IPFIREWALL_VERBOSE_LIMIT opt_ipfw.h
225IPFIREWALL_DEFAULT_TO_ACCEPT opt_ipfw.h
226IPFIREWALL_FORWARD opt_ipfw.h
227IPSTEALTH
228IPX opt_ipx.h
229IPXIP opt_ipx.h

--- 183 unchanged lines hidden ---
223IPFIREWALL opt_ipfw.h
224IPFIREWALL_VERBOSE opt_ipfw.h
225IPFIREWALL_VERBOSE_LIMIT opt_ipfw.h
226IPFIREWALL_DEFAULT_TO_ACCEPT opt_ipfw.h
227IPFIREWALL_FORWARD opt_ipfw.h
228IPSTEALTH
229IPX opt_ipx.h
230IPXIP opt_ipx.h

--- 183 unchanged lines hidden ---