From: Christian Hofstaedtler Date: Mon, 27 Jan 2014 09:48:37 +0000 (+0100) Subject: Use system endian defines on Hurd (as on Linux) X-Git-Tag: rec-3.6.0-rc1~219^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8348048fadd363987b6bdf5f4d55c6e5f39abe4e;p=pdns Use system endian defines on Hurd (as on Linux) --- diff --git a/pdns/dns.hh b/pdns/dns.hh index 3c71e9a07..47ec216cc 100644 --- a/pdns/dns.hh +++ b/pdns/dns.hh @@ -205,7 +205,7 @@ enum { #if __FreeBSD__ || __APPLE__ || __OpenBSD__ #include -#elif __linux__ +#elif __linux__ || __GNU__ # include #else // with thanks to