From: Daniel Stenberg Date: Wed, 23 Apr 2025 21:43:38 +0000 (+0200) Subject: asyn-base: remove the HTTPSRR_WORKS define X-Git-Tag: curl-8_14_0~230 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39f5e7cb69f916f5f3bb5b0bbcf6df0607b974aa;p=thirdparty%2Fcurl.git asyn-base: remove the HTTPSRR_WORKS define It is done in asyn-ares.c since 179aeeaf228e Closes #17161 --- diff --git a/lib/asyn-base.c b/lib/asyn-base.c index 9c99a8ee10..ea89fba15c 100644 --- a/lib/asyn-base.c +++ b/lib/asyn-base.c @@ -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