Deleted Added
full compact
options (39239) options (39271)
1# $Id: options,v 1.96 1998/09/14 19:56:36 sos Exp $
1# $Id: options,v 1.97 1998/09/15 09:59:15 gibbs Exp $
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

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

198PPP_DEFLATE opt_ppp.h
199PPP_FILTER opt_ppp.h
200TCP_COMPAT_42 opt_compat.h
201TCPDEBUG
202IPFILTER opt_ipfilter.h
203IPFILTER_LOG opt_ipfilter.h
204IPFILTER_LKM opt_ipfilter.h
205
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

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

198PPP_DEFLATE opt_ppp.h
199PPP_FILTER opt_ppp.h
200TCP_COMPAT_42 opt_compat.h
201TCPDEBUG
202IPFILTER opt_ipfilter.h
203IPFILTER_LOG opt_ipfilter.h
204IPFILTER_LKM opt_ipfilter.h
205
206# ATM (HARP version)
207ATM_CORE opt_atm.h
208ATM_IP opt_atm.h
209ATM_SIGPVC opt_atm.h
210ATM_SPANS opt_atm.h
211ATM_UNI opt_atm.h
212
206# XXX Conflict: # of devices vs network protocol (Native ATM).
207# This makes "atm.h" unusable.
208NATM opt_natm.h
209
210# DPT driver debug flags
211DPT_VERIFY_HINTR opt_dpt.h
212DPT_USE_SINTR opt_dpt.h
213DPT_RESTRICTED_FREELIST opt_dpt.h

--- 79 unchanged lines hidden ---
213# XXX Conflict: # of devices vs network protocol (Native ATM).
214# This makes "atm.h" unusable.
215NATM opt_natm.h
216
217# DPT driver debug flags
218DPT_VERIFY_HINTR opt_dpt.h
219DPT_USE_SINTR opt_dpt.h
220DPT_RESTRICTED_FREELIST opt_dpt.h

--- 79 unchanged lines hidden ---