From: Peter van Dijk Date: Mon, 12 Jan 2015 15:38:20 +0000 (+0100) Subject: import 'Add DragonFly support.' from pkgsrc X-Git-Tag: auth-3.4.2~4^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e04ce46d1355c49c3389b3a63e68f0a036c0c0af;p=pdns import 'Add DragonFly support.' from pkgsrc (cherry picked from commit 0c86d4c318018c34dc76419f4fcf8052d3e48008) Conflicts: pdns/dns.hh --- diff --git a/pdns/dns.hh b/pdns/dns.hh index 611c3daf1..bf3aa06e4 100644 --- a/pdns/dns.hh +++ b/pdns/dns.hh @@ -207,7 +207,7 @@ enum { ns_t_any = 255, /* Wildcard match. */ }; -#if __FreeBSD__ || __APPLE__ || __OpenBSD__ || defined(__FreeBSD_kernel__) +#if __FreeBSD__ || __APPLE__ || __OpenBSD__ || __DragonFly__ || defined(__FreeBSD_kernel__) #include #elif __linux__ || __GNU__ # include