From 39f5e7cb69f916f5f3bb5b0bbcf6df0607b974aa Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 23 Apr 2025 23:43:38 +0200 Subject: [PATCH] asyn-base: remove the HTTPSRR_WORKS define It is done in asyn-ares.c since 179aeeaf228e Closes #17161 --- lib/asyn-base.c | 9 --------- 1 file changed, 9 deletions(-) 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