We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 196f8fd commit b0cf100Copy full SHA for b0cf100
win32/build/config.w32
@@ -293,7 +293,6 @@ if (main_network_has_ipv6) {
293
AC_DEFINE('HAVE_GAI_STRERROR', 1);
294
AC_DEFINE('HAVE_IPV6', 1);
295
}
296
-AC_DEFINE('HAVE_GETADDRINFO', main_network_has_ipv6);
297
298
/* this allows up to 256 sockets to be select()ed in a single
299
* call to select(), instead of the usual 64 */
win32/build/config.w32.h.in
@@ -71,7 +71,7 @@
71
#define HAVE_UTIME 1
72
#undef HAVE_DIRENT_H
73
#define HAVE_FCNTL_H 1
74
-#define HAVE_GRP_H 0
+#define HAVE_GRP_H 1
75
#undef HAVE_PWD_H
76
#undef HAVE_SYS_FILE_H
77
#undef HAVE_SYS_SOCKET_H
@@ -135,3 +135,5 @@
135
#ifdef __clang__
136
#define HAVE_FUNC_ATTRIBUTE_TARGET 1
137
#endif
138
+
139
+#define HAVE_GETADDRINFO 1
0 commit comments