]> granicus.if.org Git - curl/commitdiff
Set the CURL_VERSION_ASYNCHDNS bit if USE_ARES is defined.
authorDaniel Stenberg <daniel@haxx.se>
Mon, 11 Aug 2003 23:13:09 +0000 (23:13 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 11 Aug 2003 23:13:09 +0000 (23:13 +0000)
lib/version.c

index 8191f9593b43a45754949c5e43aecd5cf0c8ad19..63ed63c4165f333455d9ab71f704d2757c30b3c4 100644 (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 */