From: amosjeffries <> Date: Thu, 20 Sep 2007 16:59:30 +0000 (+0000) Subject: Drop old INET6 patch attempt remainders from 3-HEAD. X-Git-Tag: SQUID_3_0_RC1~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a3c52abef724474450e93b9d976fea8109200dc;p=thirdparty%2Fsquid.git Drop old INET6 patch attempt remainders from 3-HEAD. --- diff --git a/include/config.h b/include/config.h index fa59c77705..d1ab6215ca 100644 --- a/include/config.h +++ b/include/config.h @@ -1,5 +1,5 @@ /* - * $Id: config.h,v 1.23 2006/09/03 04:09:35 hno Exp $ + * $Id: config.h,v 1.24 2007/09/20 10:59:30 amosjeffries Exp $ * * AUTHOR: Duane Wessels * @@ -199,12 +199,7 @@ * This is hack to allow compiling IPv6-IPv4 version, * not disturbing branches others than squid3-ipv6 */ - -#ifdef INET6 -#define IN_ADDR in6_addr -#else #define IN_ADDR in_addr -#endif /* Typedefs for missing entries on a system */