]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Rollback part of b9104. should only have touched fd.cc
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 24 Jul 2008 12:38:24 +0000 (00:38 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 24 Jul 2008 12:38:24 +0000 (00:38 +1200)
include/IPAddress.h

index def0919381d4204a523f133333531f8c0a4da382..0b7b79072402651fc4b536fc16cd2d069e60629f 100644 (file)
 #define s6_addr32 __u6_addr.__u6_addr32
 #endif
 
-// OpenBSD also hide v6only socket option we need for comm layer. :-(
-#if !defined(IPV6_V6ONLY) && defined(_SQUID_OPENBSD_)
-#define IPV6_V6ONLY            27 // from OpenBSD 4.3 headers. (NP: does not match other OS values for same)
-#endif
-
 /// Length of buffer that needs to be allocated to old a null-terminated IP-string
 // Yuck. But there are still structures that need it to be an 'integer constant'.
 #define MAX_IPSTRLEN  75