In network.hpp:
// For ntohs and htons
#if defined(_WIN32)
#include <winsock2.h>
#else
//#include <arpa/inet.h>
#include <netinet/in.h>
>> + #undef htonll
>> + #undef ntohll
#endif
without the two undefs it won't compile.
Comments: No more information from customer or reports about not building on OS X. No action on our part to be taken.
// For ntohs and htons
#if defined(_WIN32)
#include <winsock2.h>
#else
//#include <arpa/inet.h>
#include <netinet/in.h>
>> + #undef htonll
>> + #undef ntohll
#endif
without the two undefs it won't compile.
Comments: No more information from customer or reports about not building on OS X. No action on our part to be taken.