LINT64 (755d70b8) LINT64 (96a102de)
1#
2# LINT64 -- config file for checking all the sources, tries to pull in
3# as much of the source tree as it can.
4#
5# $FreeBSD: src/sys/i386/conf/LINT,v 1.749.2.144 2003/06/04 17:56:59 sam Exp $
6#
7# See the kernconf(5) manual page for more information on the format of
8# this file.

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

391
392# TCP_SIGNATURE adds support for RFC 2385 (TCP-MD5) digests. These are
393# carried in TCP option 19.
394# This is enabled on a per-socket basis using the TCP_SIGNATURE_ENABLE
395# socket option.
396# This requires the use of 'device crypto' or 'device cryptodev'.
397#
398# XXX disabled for now until building with it is fixed, which broke
1#
2# LINT64 -- config file for checking all the sources, tries to pull in
3# as much of the source tree as it can.
4#
5# $FreeBSD: src/sys/i386/conf/LINT,v 1.749.2.144 2003/06/04 17:56:59 sam Exp $
6#
7# See the kernconf(5) manual page for more information on the format of
8# this file.

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

391
392# TCP_SIGNATURE adds support for RFC 2385 (TCP-MD5) digests. These are
393# carried in TCP option 19.
394# This is enabled on a per-socket basis using the TCP_SIGNATURE_ENABLE
395# socket option.
396# This requires the use of 'device crypto' or 'device cryptodev'.
397#
398# XXX disabled for now until building with it is fixed, which broke
399* after removing IPsec.
399# after removing IPsec.
400#
401#options TCP_SIGNATURE #include support for RFC 2385
402
403#
404# TCP_DROP_SYNFIN adds support for ignoring TCP packets with SYN+FIN. This
405# prevents nmap et al. from identifying the TCP/IP stack, but breaks support
406# for RFC1644 extensions and is not recommended for web servers.
407#

--- 1858 unchanged lines hidden ---
400#
401#options TCP_SIGNATURE #include support for RFC 2385
402
403#
404# TCP_DROP_SYNFIN adds support for ignoring TCP packets with SYN+FIN. This
405# prevents nmap et al. from identifying the TCP/IP stack, but breaks support
406# for RFC1644 extensions and is not recommended for web servers.
407#

--- 1858 unchanged lines hidden ---