From 95dcef71ae182cd7e7b9d6d3b2698d4d1384ac83 Mon Sep 17 00:00:00 2001 From: christos Date: Fri, 13 Oct 2006 21:02:19 +0000 Subject: [PATCH] remove debug options --- sys/arch/i386/conf/ALL | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/arch/i386/conf/ALL b/sys/arch/i386/conf/ALL index 0793a71093b2..15baa144d50f 100644 --- a/sys/arch/i386/conf/ALL +++ b/sys/arch/i386/conf/ALL @@ -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!