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: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1236%2Fhead;p=thirdparty%2Fpdns.git Use system endian defines on Hurd (as on Linux) --- diff --git a/pdns/dns.hh b/pdns/dns.hh index 3c71e9a070..47ec216cc5 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