1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

Set the CURL_VERSION_ASYNCHDNS bit if USE_ARES is defined.

This commit is contained in:
Daniel Stenberg 2003-08-11 23:13:09 +00:00
parent 6a4ec3be81
commit 3eb4ae031c

View File

@ -182,6 +182,9 @@ static curl_version_info_data version_info = {
#endif
#ifdef CURLDEBUG
| CURL_VERSION_DEBUG
#endif
#ifdef USE_ARES
| CURL_VERSION_ASYNCHDNS
#endif
,
NULL, /* ssl_version */