Deleted Added
full compact
options (117451) options (117624)
1# $FreeBSD: head/sys/conf/options 117451 2003-07-11 17:04:37Z imp $
1# $FreeBSD: head/sys/conf/options 117624 2003-07-15 08:59:38Z harti $
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

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

341IPFIREWALL_FORWARD opt_ipfw.h
342IPV6FIREWALL opt_ip6fw.h
343IPV6FIREWALL_VERBOSE opt_ip6fw.h
344IPV6FIREWALL_VERBOSE_LIMIT opt_ip6fw.h
345IPV6FIREWALL_DEFAULT_TO_ACCEPT opt_ip6fw.h
346IPSTEALTH
347IPX
348IPXIP opt_ipx.h
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

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

341IPFIREWALL_FORWARD opt_ipfw.h
342IPV6FIREWALL opt_ip6fw.h
343IPV6FIREWALL_VERBOSE opt_ip6fw.h
344IPV6FIREWALL_VERBOSE_LIMIT opt_ip6fw.h
345IPV6FIREWALL_DEFAULT_TO_ACCEPT opt_ip6fw.h
346IPSTEALTH
347IPX
348IPXIP opt_ipx.h
349LIBMBPOOL
349LIBMCHAIN
350NCP
351NETATALK opt_atalk.h
352PPP_BSDCOMP opt_ppp.h
353PPP_DEFLATE opt_ppp.h
354PPP_FILTER opt_ppp.h
355RANDOM_IP_ID
356SLIP_IFF_OPTS opt_slip.h

--- 299 unchanged lines hidden ---
350LIBMCHAIN
351NCP
352NETATALK opt_atalk.h
353PPP_BSDCOMP opt_ppp.h
354PPP_DEFLATE opt_ppp.h
355PPP_FILTER opt_ppp.h
356RANDOM_IP_ID
357SLIP_IFF_OPTS opt_slip.h

--- 299 unchanged lines hidden ---