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 3b62e8b commit b4e6cabCopy full SHA for b4e6cab
win32/build/config.w32
@@ -292,7 +292,6 @@ if (main_network_has_ipv6) {
292
AC_DEFINE('HAVE_GAI_STRERROR', 1);
293
AC_DEFINE('HAVE_IPV6', 1);
294
}
295
-AC_DEFINE('HAVE_GETADDRINFO', main_network_has_ipv6);
296
297
/* this allows up to 256 sockets to be select()ed in a single
298
* 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