mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 05:57:52 +00:00
ISC_NET_HAVEIPV6 -> ISC_PLATFORM_HAVEIPV6
This commit is contained in:
parent
89acdfd744
commit
eb2c85b103
@ -59,7 +59,7 @@ try_proto(int domain) {
|
||||
static void
|
||||
initialize_action(void) {
|
||||
ipv4_result = try_proto(PF_INET);
|
||||
#ifdef ISC_NET_HAVEIPV6
|
||||
#ifdef ISC_PLATFORM_HAVEIPV6
|
||||
ipv6_result = try_proto(PF_INET6);
|
||||
#endif
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user