Deleted Added
sdiff udiff text old ( 102763 ) new ( 103026 )
full compact
1# $FreeBSD: head/sys/conf/options 103026 2002-09-06 17:12:50Z sobomax $
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

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

322IPV6FIREWALL_DEFAULT_TO_ACCEPT opt_ip6fw.h
323IPSTEALTH
324IPX opt_ipx.h
325IPXIP opt_ipx.h
326IPTUNNEL opt_ipx.h
327LIBMCHAIN
328NCP opt_ncp.h
329NETATALK opt_atalk.h
330NS opt_ns.h
331PPP_BSDCOMP opt_ppp.h
332PPP_DEFLATE opt_ppp.h
333PPP_FILTER opt_ppp.h
334RANDOM_IP_ID
335SLIP_IFF_OPTS opt_slip.h
336TCPDEBUG
337TCP_DROP_SYNFIN opt_tcp_input.h
338XBONEHACK

--- 242 unchanged lines hidden ---