From b782b01c290fbc4f67e0030cb534f8238383329f Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Fri, 11 Jul 2025 22:09:42 +0200 Subject: Report if IPv6 support is enabled with the -v flag The IPv6 support is stored in the config.h header file, instead of being passed with the -D flag, so it is easier to read from version.cc. --- src/dns.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/dns.c') diff --git a/src/dns.c b/src/dns.c index 188ee691..c9bc76dd 100644 --- a/src/dns.c +++ b/src/dns.c @@ -13,6 +13,7 @@ * Non blocking pthread-handled Dns scheme */ +#include "config.h" /* * Uncomment the following line for debugging or gprof profiling. -- cgit v1.2.3