From 38b7183ccd78f58f0da8ed66baa55625d28daf05 Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Fri, 30 Oct 2020 10:23:05 +0100 Subject: [PATCH] Makefile.defs: use blocklist defines --- src/Makefile.defs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Makefile.defs b/src/Makefile.defs index dabf05e0bc3..dd019237407 100644 --- a/src/Makefile.defs +++ b/src/Makefile.defs @@ -673,11 +673,11 @@ data_target = $(prefix)/$(data_dir) # -DUSE_DNS_FAILOVER # if the destination resolves to multiple ips, on send error fall back # to the others -# -DUSE_DST_BLACKLIST -# blacklist bad destination (timeout, failed to connect, error sending +# -DUSE_DST_BLOCKLIST +# blocklist bad destination (timeout, failed to connect, error sending # a.s.o) -# -DUSE_DST_BLACKLIST_STATS -# turns on blacklist bad destination measurements +# -DUSE_DST_BLOCKLIST_STATS +# turns on blocklist bad destination measurements # -DPROFILING # if enabled profiling will be enabled for child processes # Don't forget to set PROFILE (see below) @@ -724,11 +724,11 @@ C_DEFS+= -DSHM_MMAP \ -DHAVE_RESOLV_RES \ -DUSE_DNS_CACHE \ -DUSE_DNS_FAILOVER \ - -DUSE_DST_BLACKLIST \ + -DUSE_DST_BLOCKLIST \ -DUSE_NAPTR \ -DWITH_XAVP \ #-DUSE_DNS_CACHE_STATS \ - #-DUSE_DST_BLACKLIST_STATS \ + #-DUSE_DST_BLOCKLIST_STATS \ #-DDNS_WATCHDOG_SUPPORT \ #-DLL_MALLOC \ #-DSF_MALLOC \