comparison src/common.h @ 246:5a82d41c883d

patches from Kenneth Berland for solaris
author Carl Byington <carl@five-ten-sg.com>
date Thu, 06 May 2010 15:28:46 -0700
parents e7f363452178
children 506e266f930d
comparison
equal deleted inserted replaced
245:9d3ceecb30d7 246:5a82d41c883d
45 #define BYTE_ORDER LITTLE_ENDIAN 45 #define BYTE_ORDER LITTLE_ENDIAN
46 #endif 46 #endif
47 47
48 48
49 #endif 49 #endif
50
51 #if defined (__SVR4) && defined (__sun)
52 #define LITTLE_ENDIAN 1234
53 #define BYTE_ORDER LITTLE_ENDIAN
54 #endif