options (cfa1ca9dfa0ee5bed5cc1cb0b07820701abbb431) options (add85a1d6e8136412581f01671b58e9e6738448c)
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

--- 245 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
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

--- 245 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 ---