mirror of
https://github.com/curl/curl.git
synced 2026-01-27 01:44:17 +00:00
asyn-base: remove the HTTPSRR_WORKS define
It is done in asyn-ares.c since 179aeeaf228e Closes #17161
This commit is contained in:
parent
f9f1a15699
commit
39f5e7cb69
@ -64,19 +64,10 @@
|
||||
|
||||
|
||||
#ifdef USE_ARES
|
||||
/* common functions for c-ares and threaded resolver with HTTPSRR */
|
||||
|
||||
#ifdef USE_HTTPSRR
|
||||
/* 1.28.0 and later have ares_query_dnsrec */
|
||||
#if ARES_VERSION < 0x011c00
|
||||
#error "requires c-ares 1.28.0 or newer for HTTPSRR"
|
||||
#endif
|
||||
#define HTTPSRR_WORKS
|
||||
#else
|
||||
#if ARES_VERSION < 0x010600
|
||||
#error "requires c-ares 1.6.0 or newer"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Curl_ares_getsock() is called when the outside world (using
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user