mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 05:57:52 +00:00
enable IPv6 resolver support
This commit is contained in:
parent
f93659e9a2
commit
dab8e1d00c
@ -64,6 +64,8 @@ struct sockaddr_in6 {
|
||||
struct in6_addr sin6_addr; /* IPv6 address */
|
||||
u_int32_t sin6_scope_id; /* set of interfaces for a scope */
|
||||
};
|
||||
#else
|
||||
#define INET6 1
|
||||
#endif /* HAS_INET6_STRUCTS */
|
||||
|
||||
#if !defined(HAS_INET6_STRUCTS) || defined(NEED_IN6ADDR_ANY)
|
||||
|
Loading…
x
Reference in New Issue
Block a user