From bd57c85d9a2cc1e95e0ae16168b764204755e143 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 16 Feb 1998 06:28:50 +0000 Subject: Alll of Craig Metz's changes for IPv6 and IPSEC except the POP3 stuff. svn path=/trunk/; revision=1630 --- interface.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'interface.c') diff --git a/interface.c b/interface.c index 370d078d..62f14bfb 100644 --- a/interface.c +++ b/interface.c @@ -11,7 +11,7 @@ * Software Foundation; version 2, or (at your option) any later version. */ -#ifdef linux +#if defined(linux) && !defined(INET6) #include "config.h" #include @@ -253,4 +253,4 @@ int interface_approve(struct hostdata *hp) return(TRUE); } -#endif /* linux */ +#endif /* defined(linux) && !defined(INET6) */ -- cgit v1.2.3