Commit 3eb4ae03 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Set the CURL_VERSION_ASYNCHDNS bit if USE_ARES is defined.

parent 6a4ec3be
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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 */