options (49b07961a925874c182ca137af885bb1830e6bc2) options (64dddc18727af4db4a6047ff86291d981f6e9042)
1# $FreeBSD$
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

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

273IPXIP opt_ipx.h
274IPTUNNEL opt_ipx.h
275LIBMCHAIN
276NCP opt_ncp.h
277NETATALK opt_atalk.h
278PPP_BSDCOMP opt_ppp.h
279PPP_DEFLATE opt_ppp.h
280PPP_FILTER opt_ppp.h
1# $FreeBSD$
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

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

273IPXIP opt_ipx.h
274IPTUNNEL opt_ipx.h
275LIBMCHAIN
276NCP opt_ncp.h
277NETATALK opt_atalk.h
278PPP_BSDCOMP opt_ppp.h
279PPP_DEFLATE opt_ppp.h
280PPP_FILTER opt_ppp.h
281RANDOM_IP_ID
281SLIP_IFF_OPTS opt_slip.h
282TCPDEBUG
283TCP_DROP_SYNFIN opt_tcp_input.h
284XBONEHACK
285
286# Netgraph(4). Use option NETGRAPH to enable the base netgraph code.
287# Each netgraph node type can be either be compiled into the kernel
288# or loaded dynamically. To get the former, include the corresponding

--- 216 unchanged lines hidden ---
282SLIP_IFF_OPTS opt_slip.h
283TCPDEBUG
284TCP_DROP_SYNFIN opt_tcp_input.h
285XBONEHACK
286
287# Netgraph(4). Use option NETGRAPH to enable the base netgraph code.
288# Each netgraph node type can be either be compiled into the kernel
289# or loaded dynamically. To get the former, include the corresponding

--- 216 unchanged lines hidden ---