2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 22:45:39 +00:00

enable IPv6 resolver support

This commit is contained in:
Mark Andrews
2001-04-23 02:59:53 +00:00
parent f93659e9a2
commit dab8e1d00c

View File

@@ -64,6 +64,8 @@ struct sockaddr_in6 {
struct in6_addr sin6_addr; /* IPv6 address */ struct in6_addr sin6_addr; /* IPv6 address */
u_int32_t sin6_scope_id; /* set of interfaces for a scope */ u_int32_t sin6_scope_id; /* set of interfaces for a scope */
}; };
#else
#define INET6 1
#endif /* HAS_INET6_STRUCTS */ #endif /* HAS_INET6_STRUCTS */
#if !defined(HAS_INET6_STRUCTS) || defined(NEED_IN6ADDR_ANY) #if !defined(HAS_INET6_STRUCTS) || defined(NEED_IN6ADDR_ANY)