mirror of
https://github.com/curl/curl.git
synced 2026-08-26 22:54:11 +03:00
asynch resolvers: unified
Introducing an internal API for handling of different async resolver backends.
This commit is contained in:
parent
722f286f80
commit
ca015f1a45
10 changed files with 393 additions and 181 deletions
|
|
@ -33,7 +33,7 @@
|
|||
#include <curl/mprintf.h>
|
||||
|
||||
#ifdef USE_ARES
|
||||
#include <ares_version.h>
|
||||
#include <ares.h>
|
||||
#endif
|
||||
|
||||
#ifdef USE_LIBIDN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue