Deleted Added
full compact
NOTES (16981) NOTES (17072)
1#
2# LINT -- config file for checking all the sources, tries to pull in
3# as much of the source tree as it can.
4#
1#
2# LINT -- config file for checking all the sources, tries to pull in
3# as much of the source tree as it can.
4#
5# $Id: LINT,v 1.272 1996/06/26 19:42:06 gpalmer Exp $
5# $Id: LINT,v 1.273 1996/07/05 18:48:59 jhay Exp $
6#
7# NB: You probably don't want to try running a kernel built from this
8# file. Instead, you should start from GENERIC, and add options from
9# this file as required.
10#
11
12#
13# This directive is mandatory; it defines the architecture to be

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

228# MROUTING enables the kernel multicast packet forwarder, which works
229# with mrouted(8).
230#
231# IPFIREWALL enables support for IP firewall construction, in
232# conjunction with the `ipfw' program. IPFIREWALL_VERBOSE sends
233# logged packets to the system logger. IPFIREWALL_VERBOSE_LIMIT
234# limits the number of times a matching entry can be logged.
235#
6#
7# NB: You probably don't want to try running a kernel built from this
8# file. Instead, you should start from GENERIC, and add options from
9# this file as required.
10#
11
12#
13# This directive is mandatory; it defines the architecture to be

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

228# MROUTING enables the kernel multicast packet forwarder, which works
229# with mrouted(8).
230#
231# IPFIREWALL enables support for IP firewall construction, in
232# conjunction with the `ipfw' program. IPFIREWALL_VERBOSE sends
233# logged packets to the system logger. IPFIREWALL_VERBOSE_LIMIT
234# limits the number of times a matching entry can be logged.
235#
236# IPDIVERT enables the divert IP sockets, used by ``ipfw divert''
237#
236# TCPDEBUG is undocumented.
237#
238options "TCP_COMPAT_42" #emulate 4.2BSD TCP bugs
239options MROUTING # Multicast routing
240options IPFIREWALL #firewall
241options IPFIREWALL_VERBOSE #print information about
242 # dropped packets
243options "IPFIREWALL_VERBOSE_LIMIT=100" #limit verbosity
238# TCPDEBUG is undocumented.
239#
240options "TCP_COMPAT_42" #emulate 4.2BSD TCP bugs
241options MROUTING # Multicast routing
242options IPFIREWALL #firewall
243options IPFIREWALL_VERBOSE #print information about
244 # dropped packets
245options "IPFIREWALL_VERBOSE_LIMIT=100" #limit verbosity
246options IPDIVERT #divert sockets
244options TCPDEBUG
245
246
247#####################################################################
248# FILESYSTEM OPTIONS
249
250#
251# Only the root, /usr, and /tmp filesystems need be statically

--- 698 unchanged lines hidden ---
247options TCPDEBUG
248
249
250#####################################################################
251# FILESYSTEM OPTIONS
252
253#
254# Only the root, /usr, and /tmp filesystems need be statically

--- 698 unchanged lines hidden ---