diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/version.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/version.c b/lib/version.c index 8191f9593..63ed63c41 100644 --- a/lib/version.c +++ b/lib/version.c @@ -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 */ |