aboutsummaryrefslogtreecommitdiff
path: root/src/dns.c
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2025-07-11 22:09:42 +0200
committerRodrigo Arias Mallo <rodarima@gmail.com>2025-07-11 22:37:26 +0200
commitb782b01c290fbc4f67e0030cb534f8238383329f (patch)
treee06fc50f4daa7cc6e104a7a6af6a8bbf6b743925 /src/dns.c
parentd8fbeee466e6ce08d950fd694d5e58065d2fee97 (diff)
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.
Diffstat (limited to 'src/dns.c')
-rw-r--r--src/dns.c1
1 files changed, 1 insertions, 0 deletions
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.