]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
checkpoint
authorMark Andrews <marka@isc.org>
Tue, 3 Apr 2001 02:53:40 +0000 (02:53 +0000)
committerMark Andrews <marka@isc.org>
Tue, 3 Apr 2001 02:53:40 +0000 (02:53 +0000)
lib/bind/port_after.h.in

index 0462627829a914e532d39e3e680b1b32183b0a60..7a39111f893e2e62a9680cb65f2888981a618445 100644 (file)
@@ -65,7 +65,7 @@ struct sockaddr_in6 {
 };
 #endif  /* HAS_INET6_STRUCTS */
 
-#ifdef NEED_IN6ADDR_ANY
+#if !defined(HAS_INET6_STRUCTS) || defined(NEED_IN6ADDR_ANY)
 #define in6addr_any isc_in6addr_any
 extern const struct in6_addr in6addr_any;
 #endif