2
0
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:
Bob Halley 1999-10-30 03:53:19 +00:00
parent 89acdfd744
commit eb2c85b103

View File

@ -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
}