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:
parent
6a4ec3be81
commit
3eb4ae031c
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user