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 d77f55b commit 6d5990aCopy full SHA for 6d5990a
Sources/CAsyncDNSResolver/include/ares_config.h
@@ -19,7 +19,7 @@
19
#undef CARES_SYMBOL_SCOPE_EXTERN
20
21
/* Use resolver library to configure cares */
22
-#define CARES_USE_LIBRESOLV
+#undef CARES_USE_LIBRESOLV
23
24
/* if a /etc/inet dir is being used */
25
#undef ETC_INET
@@ -170,7 +170,7 @@
170
#define HAVE_IOCTL_SIOCGIFADDR
171
172
/* Define to 1 if you have the `resolve' library (-lresolve). */
173
-#define HAVE_LIBRESOLV
+#undef HAVE_LIBRESOLV
174
175
/* Define to 1 if you have the <limits.h> header file. */
176
#define HAVE_LIMITS_H
0 commit comments