Always define, even if not doing anything.
* libkrb5support.exports: Export the new functions.
+ * fake-addrinfo.c (krb5int_in6addr_any): Always define.
+
2005-09-09 Ken Raeburn <raeburn@mit.edu>
* fake_addrinfo.c (getaddrinfo): Conditionalize last change on
return k5_mutex_unlock(&krb5int_fac.lock);
}
-#if defined(KRB5_USE_INET6) && defined(NEED_INSIXADDR_ANY)
-/* If compiling with IPv6 support and C library does not define in6addr_any */
+/* Some systems don't define in6addr_any. */
const struct in6_addr krb5int_in6addr_any = IN6ADDR_ANY_INIT;
-#endif
-
-
int krb5int_getaddrinfo (const char *node, const char *service,
const struct addrinfo *hints,