From 1a5e7231e414c881517d4da5a140a2f127ea75e4 Mon Sep 17 00:00:00 2001 From: cy Date: Fri, 8 Aug 2014 00:58:24 +0000 Subject: MFC r269585 - Honour WITH and WITHOUT_INET6_SUPPORT. Approved by: glebius (mentor - implicit) --- sys/contrib/ipfilter/netinet/ip_compat.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sys/contrib/ipfilter/netinet') diff --git a/sys/contrib/ipfilter/netinet/ip_compat.h b/sys/contrib/ipfilter/netinet/ip_compat.h index 0cd5d5b..5f86a87 100644 --- a/sys/contrib/ipfilter/netinet/ip_compat.h +++ b/sys/contrib/ipfilter/netinet/ip_compat.h @@ -118,6 +118,10 @@ struct ether_addr { # if defined(INET6) && !defined(USE_INET6) # define USE_INET6 # endif +# else +# if !defined(USE_INET6) && !defined(NOINET6) +# define USE_INET6 +# endif # endif # if defined(_KERNEL) -- cgit v1.1