Deleted Added
full compact
options (54263) options (54331)
1# $FreeBSD: head/sys/conf/options 54263 1999-12-07 17:39:16Z shin $
1# $FreeBSD: head/sys/conf/options 54331 1999-12-08 18:55:39Z archie $
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

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

254NETGRAPH_ECHO opt_netgraph.h
255NETGRAPH_FRAME_RELAY opt_netgraph.h
256NETGRAPH_HOLE opt_netgraph.h
257NETGRAPH_IFACE opt_netgraph.h
258NETGRAPH_KSOCKET opt_netgraph.h
259NETGRAPH_LMI opt_netgraph.h
260NETGRAPH_PPP opt_netgraph.h
261NETGRAPH_PPPOE opt_netgraph.h
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

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

254NETGRAPH_ECHO opt_netgraph.h
255NETGRAPH_FRAME_RELAY opt_netgraph.h
256NETGRAPH_HOLE opt_netgraph.h
257NETGRAPH_IFACE opt_netgraph.h
258NETGRAPH_KSOCKET opt_netgraph.h
259NETGRAPH_LMI opt_netgraph.h
260NETGRAPH_PPP opt_netgraph.h
261NETGRAPH_PPPOE opt_netgraph.h
262NETGRAPH_PPTPGRE opt_netgraph.h
262NETGRAPH_RFC1490 opt_netgraph.h
263NETGRAPH_SOCKET opt_netgraph.h
264NETGRAPH_TEE opt_netgraph.h
265NETGRAPH_TTY opt_netgraph.h
266NETGRAPH_UI opt_netgraph.h
267NETGRAPH_VJC opt_netgraph.h
268
269# ATM (HARP version)

--- 148 unchanged lines hidden ---
263NETGRAPH_RFC1490 opt_netgraph.h
264NETGRAPH_SOCKET opt_netgraph.h
265NETGRAPH_TEE opt_netgraph.h
266NETGRAPH_TTY opt_netgraph.h
267NETGRAPH_UI opt_netgraph.h
268NETGRAPH_VJC opt_netgraph.h
269
270# ATM (HARP version)

--- 148 unchanged lines hidden ---