with a macro first.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16579
dc483132-0cff-0310-8789-
dd5450dbe970
krb5_cv_inet6 when deciding whether to test for in6addr_any. If
gcc is in use, suppress pedantic warnings about "inline".
+ * fake-addrinfo.h (in6addr_any): If we need to define a static
+ copy, rename it with a macro first.
+
2004-07-09 Ken Raeburn <raeburn@mit.edu>
* k5-thread.h: Test HAVE_PTHREAD instead of HAVE_PTHREAD_H.
#if defined(KRB5_USE_INET6) && defined(NEED_INSIXADDR_ANY)
/* If compiling with IPv6 support and C library does not define in6addr_any */
+#undef in6addr_any
+#define in6addr_any krb5int_in6addr_any
static const struct in6_addr in6addr_any = IN6ADDR_ANY_INIT;
#endif