mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
ISC_NET_HAVEIPV6 -> ISC_PLATFORM_HAVEIPV6
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user