]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Drop old INET6 patch attempt remainders from 3-HEAD.
authoramosjeffries <>
Thu, 20 Sep 2007 16:59:30 +0000 (16:59 +0000)
committeramosjeffries <>
Thu, 20 Sep 2007 16:59:30 +0000 (16:59 +0000)
include/config.h

index fa59c7770522fb1de787de1b17cdda56573ce81d..d1ab6215ca08700cb560fb0fc173303f05901d33 100644 (file)
@@ -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
  *
  * 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 */