From: Aki Tuomi Date: Thu, 7 Jan 2016 18:20:11 +0000 (+0200) Subject: Add note about illumos X-Git-Tag: dnsdist-1.0.0-alpha2~110^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F3187%2Fhead;p=thirdparty%2Fpdns.git Add note about illumos --- diff --git a/pdns/iputils.hh b/pdns/iputils.hh index 5e77fb6f36..5922dfccb8 100644 --- a/pdns/iputils.hh +++ b/pdns/iputils.hh @@ -59,6 +59,7 @@ #define le64toh(x) OSSwapLittleToHostInt64(x) #endif +// for illumos #ifdef BE_64 #define htobe16(x) BE_16(x)