Skip to content

Commit 6d5990a

Browse files
committed
not using libresolv
1 parent d77f55b commit 6d5990a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/CAsyncDNSResolver/include/ares_config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#undef CARES_SYMBOL_SCOPE_EXTERN
2020

2121
/* Use resolver library to configure cares */
22-
#define CARES_USE_LIBRESOLV
22+
#undef CARES_USE_LIBRESOLV
2323

2424
/* if a /etc/inet dir is being used */
2525
#undef ETC_INET
@@ -170,7 +170,7 @@
170170
#define HAVE_IOCTL_SIOCGIFADDR
171171

172172
/* Define to 1 if you have the `resolve' library (-lresolve). */
173-
#define HAVE_LIBRESOLV
173+
#undef HAVE_LIBRESOLV
174174

175175
/* Define to 1 if you have the <limits.h> header file. */
176176
#define HAVE_LIMITS_H

0 commit comments

Comments
 (0)