From 73d98e5ac9ac79f4f081e471537d5eb359acc2c5 Mon Sep 17 00:00:00 2001 From: Aki Tuomi Date: Thu, 7 Jan 2016 20:20:11 +0200 Subject: [PATCH] Add note about illumos --- pdns/iputils.hh | 1 + 1 file changed, 1 insertion(+) 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) -- 2.40.0