summaryrefslogtreecommitdiff
path: root/usr.sbin/unbound/util/fptr_wlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/unbound/util/fptr_wlist.c')
-rw-r--r--usr.sbin/unbound/util/fptr_wlist.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/unbound/util/fptr_wlist.c b/usr.sbin/unbound/util/fptr_wlist.c
index 11cce1a2a04..a792a342954 100644
--- a/usr.sbin/unbound/util/fptr_wlist.c
+++ b/usr.sbin/unbound/util/fptr_wlist.c
@@ -169,7 +169,9 @@ int
fptr_whitelist_event(void (*fptr)(int, short, void *))
{
if(fptr == &comm_point_udp_callback) return 1;
+#if defined(AF_INET6) && defined(IPV6_PKTINFO) && defined(HAVE_RECVMSG)
else if(fptr == &comm_point_udp_ancil_callback) return 1;
+#endif
else if(fptr == &comm_point_tcp_accept_callback) return 1;
else if(fptr == &comm_point_tcp_handle_callback) return 1;
else if(fptr == &comm_timer_callback) return 1;