mirror of
https://github.com/curl/curl.git
synced 2026-08-25 06:33:32 +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
|
|
@ -5018,7 +5018,7 @@ if test "x$USE_ARES" = "x1" -o "x$USE_THREADS_POSIX" = "x1" \
|
|||
SUPPORT_FEATURES="$SUPPORT_FEATURES AsynchDNS"
|
||||
fi
|
||||
if test "x$USE_ARES" = "x1" -a "$want_threaded_resolver" = "yes"; then
|
||||
SUPPORT_FEATURES="$SUPPORT_FEATURES c-ares-rr"
|
||||
SUPPORT_FEATURES="$SUPPORT_FEATURES asyn-rr"
|
||||
fi
|
||||
if test "x$IDN_ENABLED" = "x1"; then
|
||||
SUPPORT_FEATURES="$SUPPORT_FEATURES IDN"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue