diff 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
line wrap: on
line diff
--- a/src/common.h	Sat Feb 13 11:28:18 2010 -0800
+++ b/src/common.h	Thu May 06 15:28:46 2010 -0700
@@ -47,3 +47,8 @@
 
 
 #endif
+
+#if defined (__SVR4) && defined (__sun)
+    #define LITTLE_ENDIAN 1234
+    #define BYTE_ORDER LITTLE_ENDIAN
+#endif