kopia lustrzana https://github.com/Hamlib/Hamlib
Only use IPv6 features on Windows versions that support it (>=XP)
rodzic
cc21c64662
commit
04c545b9b9
|
@ -439,7 +439,7 @@ int main (int argc, char *argv[])
|
||||||
exit (1);
|
exit (1);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef __MINGW32__
|
#if defined(__MINGW32__) && HAVE_WS2TCPIP_H
|
||||||
/* allow IPv4 mapped to IPv6 clients, MS default this to 1! */
|
/* allow IPv4 mapped to IPv6 clients, MS default this to 1! */
|
||||||
sockopt = 0;
|
sockopt = 0;
|
||||||
if (setsockopt(sock_listen, IPPROTO_IPV6, IPV6_V6ONLY,
|
if (setsockopt(sock_listen, IPPROTO_IPV6, IPV6_V6ONLY,
|
||||||
|
|
|
@ -352,7 +352,7 @@ int main (int argc, char *argv[])
|
||||||
exit (1);
|
exit (1);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef __MINGW32__
|
#if defined(__MINGW32__) && HAVE_WS2TCPIP_H
|
||||||
/* allow IPv4 mapped to IPv6 clients, MS default this to 1! */
|
/* allow IPv4 mapped to IPv6 clients, MS default this to 1! */
|
||||||
sockopt = 0;
|
sockopt = 0;
|
||||||
if (setsockopt(sock_listen, IPPROTO_IPV6, IPV6_V6ONLY,
|
if (setsockopt(sock_listen, IPPROTO_IPV6, IPV6_V6ONLY,
|
||||||
|
|
Ładowanie…
Reference in New Issue