Deleted Added
full compact
options (83998) options (84053)
1# $FreeBSD: head/sys/conf/options 83998 2001-09-26 23:50:17Z brooks $
1# $FreeBSD: head/sys/conf/options 84053 2001-09-27 21:54:27Z brooks $
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

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

310NETGRAPH_CISCO opt_netgraph.h
311NETGRAPH_ECHO opt_netgraph.h
312NETGRAPH_ETHER opt_netgraph.h
313NETGRAPH_FRAME_RELAY opt_netgraph.h
314NETGRAPH_GIF opt_netgraph.h
315NETGRAPH_GIF_DEMUX opt_netgraph.h
316NETGRAPH_HOLE opt_netgraph.h
317NETGRAPH_IFACE opt_netgraph.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

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

310NETGRAPH_CISCO opt_netgraph.h
311NETGRAPH_ECHO opt_netgraph.h
312NETGRAPH_ETHER opt_netgraph.h
313NETGRAPH_FRAME_RELAY opt_netgraph.h
314NETGRAPH_GIF opt_netgraph.h
315NETGRAPH_GIF_DEMUX opt_netgraph.h
316NETGRAPH_HOLE opt_netgraph.h
317NETGRAPH_IFACE opt_netgraph.h
318NETGRAPH_IP_INPUT opt_netgraph.h
318NETGRAPH_KSOCKET opt_netgraph.h
319NETGRAPH_LMI opt_netgraph.h
320# MPPC compression requires proprietary files (not included)
321NETGRAPH_MPPC_COMPRESSION opt_netgraph.h
322NETGRAPH_MPPC_ENCRYPTION opt_netgraph.h
323NETGRAPH_ONE2MANY opt_netgraph.h
324NETGRAPH_PPP opt_netgraph.h
325NETGRAPH_PPPOE opt_netgraph.h

--- 199 unchanged lines hidden ---
319NETGRAPH_KSOCKET opt_netgraph.h
320NETGRAPH_LMI opt_netgraph.h
321# MPPC compression requires proprietary files (not included)
322NETGRAPH_MPPC_COMPRESSION opt_netgraph.h
323NETGRAPH_MPPC_ENCRYPTION opt_netgraph.h
324NETGRAPH_ONE2MANY opt_netgraph.h
325NETGRAPH_PPP opt_netgraph.h
326NETGRAPH_PPPOE opt_netgraph.h

--- 199 unchanged lines hidden ---