mirror of
https://github.com/curl/curl.git
synced 2026-08-25 13:33:36 +03:00
ares awareness/usage/support added. If configure --enable-ares is used, we
build libcurl to use ares for asynch name resolves.
This commit is contained in:
parent
f85935f0f9
commit
b73612392d
11 changed files with 629 additions and 182 deletions
|
|
@ -185,7 +185,7 @@ int fileno( FILE *stream);
|
|||
* Information regarding a single IP witin a Curl_addrinfo MUST be stored in
|
||||
* a Curl_ipconnect struct.
|
||||
*/
|
||||
#ifdef ENABLE_IPV6
|
||||
#if defined(ENABLE_IPV6) && !defined(USE_ARES)
|
||||
typedef struct addrinfo Curl_addrinfo;
|
||||
typedef struct addrinfo Curl_ipconnect;
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue