Deleted Added
sdiff udiff text old ( 53626 ) new ( 53642 )
full compact
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
221IPFILTER opt_ipfilter.h
222IPFILTER_LOG opt_ipfilter.h
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 ---