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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=73d98e5ac9ac79f4f081e471537d5eb359acc2c5;p=pdns Add note about illumos --- diff --git a/pdns/iputils.hh b/pdns/iputils.hh index 5e77fb6f3..5922dfccb 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)