diff src/libpst.h @ 122:bdb38b434c0a

more changes from Fridrich Strba to avoid installing our config.h
author Carl Byington <carl@five-ten-sg.com>
date Mon, 02 Feb 2009 21:55:48 -0800
parents 6395ced2b8b2
children ab2a11e72250
line wrap: on
line diff
--- a/src/libpst.h	Sun Feb 01 19:21:47 2009 -0800
+++ b/src/libpst.h	Mon Feb 02 21:55:48 2009 -0800
@@ -10,15 +10,6 @@
 #ifndef LIBPST_H
 #define LIBPST_H
 
-// According to Jan Wolter, sys/param.h is the most portable source of endian
-// information on UNIX systems. see http://www.unixpapa.com/incnote/byteorder.html
-#ifdef _WIN32
-    #define BYTE_ORDER LITTLE_ENDIAN
-#else
-    #ifdef HAVE_SYS_PARAM_H
-        #include <sys/param.h>
-    #endif
-#endif // defined _WIN32
 
 #if BYTE_ORDER == BIG_ENDIAN
 #  define LE64_CPU(x) \