From 8724ebf7f98c6fe5f040bd6cc566d16ef84b7e71 Mon Sep 17 00:00:00 2001 From: abs Date: Tue, 16 Dec 2003 12:15:04 +0000 Subject: [PATCH] Comment out #undef LARGE_NAT so LARGE_NAT can be set in a kernel config file without having to edit this file as well. --- sys/netinet/ip_nat.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/netinet/ip_nat.h b/sys/netinet/ip_nat.h index 3d317657ac59..4162bfa358e3 100644 --- a/sys/netinet/ip_nat.h +++ b/sys/netinet/ip_nat.h @@ -1,4 +1,4 @@ -/* $NetBSD: ip_nat.h,v 1.27 2002/09/19 08:09:17 martti Exp $ */ +/* $NetBSD: ip_nat.h,v 1.28 2003/12/16 12:15:04 abs Exp $ */ /* * Copyright (C) 1995-2001 by Darren Reed. @@ -28,7 +28,7 @@ #define SIOCGNATL _IOWR(r, 63, struct natlookup *) #endif -#undef LARGE_NAT /* define this if you're setting up a system to NAT +/* #define LARGE_NAT */ /* define this if you're setting up a system to NAT * LARGE numbers of networks/hosts - i.e. in the * hundreds or thousands. In such a case, you should * also change the RDR_SIZE and NAT_SIZE below to more