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 8191f95..63ed63c 100644 (file)
@@ -183,6 +183,9 @@ static curl_version_info_data version_info = {
 #ifdef CURLDEBUG
   | CURL_VERSION_DEBUG
 #endif
+#ifdef USE_ARES
+  | CURL_VERSION_ASYNCHDNS
+#endif
   ,
   NULL, /* ssl_version */
   0,    /* ssl_version_num */