remove debug options

This commit is contained in:
christos 2006-10-13 21:02:19 +00:00
parent 2a7aac1421
commit 95dcef71ae

View File

@ -1,4 +1,4 @@
# $NetBSD: ALL,v 1.66 2006/10/13 21:00:51 christos Exp $
# $NetBSD: ALL,v 1.67 2006/10/13 21:02:19 christos Exp $
# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
#
# ALL machine description file
@ -17,7 +17,7 @@ include "arch/i386/conf/std.i386"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "ALL-$Revision: 1.66 $"
#ident "ALL-$Revision: 1.67 $"
maxusers 32 # estimated number of users
@ -190,7 +190,7 @@ options INET6 # IPV6
options IPSEC # IP security
options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
options IPSEC_NAT_T # IPsec NAT traversal (NAT-T)
options IPSEC_DEBUG # debug for IP security
#options IPSEC_DEBUG # debug for IP security
options MROUTING # IP multicast routing
options PIM # Protocol Independent Multicast
options ISO,TPIP # OSI
@ -203,7 +203,7 @@ options PFIL_HOOKS # pfil(9) packet filter hooks
options IPFILTER_LOG # ipmon(8) log support
options IPFILTER_LOOKUP # ippool(8) support
options IPFILTER_DEFAULT_BLOCK # block all packets by default
options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
# These options enable verbose messages for several subsystems.
# Warning, these may compile large string tables into the kernel!