mirror of
https://github.com/curl/curl.git
synced 2026-04-15 01:11:40 +03:00
version: rename c-ares-rr to asyn-rr
Works better if we later introduce another way to do the asynch RR resolves (together with the threaded resolver) that does not use c-ares. Closes #16090
This commit is contained in:
parent
5ce5c62662
commit
e27abfe2f1
7 changed files with 11 additions and 11 deletions
|
|
@ -461,15 +461,15 @@ static const struct feat features_table[] = {
|
|||
#ifndef CURL_DISABLE_ALTSVC
|
||||
FEATURE("alt-svc", NULL, CURL_VERSION_ALTSVC),
|
||||
#endif
|
||||
#if defined(USE_ARES) && defined(CURLRES_THREADED) && defined(USE_HTTPSRR)
|
||||
FEATURE("asyn-rr", NULL, 0),
|
||||
#endif
|
||||
#ifdef CURLRES_ASYNCH
|
||||
FEATURE("AsynchDNS", NULL, CURL_VERSION_ASYNCHDNS),
|
||||
#endif
|
||||
#ifdef HAVE_BROTLI
|
||||
FEATURE("brotli", NULL, CURL_VERSION_BROTLI),
|
||||
#endif
|
||||
#if defined(CURLRES_ARES) && defined(CURLRES_THREADED)
|
||||
FEATURE("c-ares-rr", NULL, 0),
|
||||
#endif
|
||||
#ifdef DEBUGBUILD
|
||||
FEATURE("Debug", NULL, CURL_VERSION_DEBUG),
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue