asynch resolvers: unified

Introducing an internal API for handling of different async resolver
backends.
This commit is contained in:
Vsevolod Novikov 2011-01-29 20:12:10 +01:00 committed by Daniel Stenberg
parent 722f286f80
commit ca015f1a45
10 changed files with 393 additions and 181 deletions

View file

@ -33,7 +33,7 @@
#include <curl/mprintf.h>
#ifdef USE_ARES
#include <ares_version.h>
#include <ares.h>
#endif
#ifdef USE_LIBIDN