Add OpenBSD here to make use of the endian header.
Index: pdns/dns.hh =================================================================== --- pdns/dns.hh (revision 2283) +++ pdns/dns.hh (working copy) @@ -192,7 +192,7 @@ #ifdef WIN32 #define BYTE_ORDER 1 #define LITTLE_ENDIAN 1 -#elif __FreeBSD__ || __APPLE__ +#elif __FreeBSD__ || __APPLE__ || __OpenBSD__ #include <machine/endian.h> #elif __linux__ # include <endian.h> -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. _______________________________________________ Pdns-dev mailing list [email protected] http://mailman.powerdns.com/mailman/listinfo/pdns-dev
