From 8348048fadd363987b6bdf5f4d55c6e5f39abe4e Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Mon, 27 Jan 2014 10:48:37 +0100 Subject: [PATCH] Use system endian defines on Hurd (as on Linux) --- pdns/dns.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0