mirror of
https://github.com/curl/curl.git
synced 2026-06-02 00:04:15 +03:00
Set the CURL_VERSION_ASYNCHDNS bit if USE_ARES is defined.
This commit is contained in:
parent
6a4ec3be81
commit
3eb4ae031c
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue