From 747516b0d24e81d5fa33de3bd588446f394c6e4e Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 21 Feb 2025 18:03:52 +0100 Subject: [PATCH] drop unused value of `USE_HTTPSRR_ARES` --- lib/asyn-thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/asyn-thread.c b/lib/asyn-thread.c index 5982983082..970ec1ffb3 100644 --- a/lib/asyn-thread.c +++ b/lib/asyn-thread.c @@ -69,7 +69,7 @@ #ifdef USE_ARES #include #ifdef USE_HTTPSRR -#define USE_HTTPSRR_ARES 1 /* the combo */ +#define USE_HTTPSRR_ARES /* the combo */ #endif #endif