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/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73d98e5ac9ac79f4f081e471537d5eb359acc2c5;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)