drop unused value of USE_HTTPSRR_ARES

This commit is contained in:
Viktor Szakats 2025-02-21 18:03:52 +01:00
parent a17ff9cf1d
commit 747516b0d2
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -69,7 +69,7 @@
#ifdef USE_ARES
#include <ares.h>
#ifdef USE_HTTPSRR
#define USE_HTTPSRR_ARES 1 /* the combo */
#define USE_HTTPSRR_ARES /* the combo */
#endif
#endif