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
1 changed files with 3 additions and 0 deletions

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 */