asyn-base: remove the HTTPSRR_WORKS define

It is done in asyn-ares.c since 179aeeaf228e

Closes #17161
This commit is contained in:
Daniel Stenberg 2025-04-23 23:43:38 +02:00
parent f9f1a15699
commit 39f5e7cb69
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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