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:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user