summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-1.1-devel/files/patch-sal+inc+osl+endian.h
blob: 22146c369344d669c67e6aa7f7de2c86bfda93f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- ../sal/inc/osl/endian.h.orig	Thu May  8 19:38:17 2003
+++ ../sal/inc/osl/endian.h	Thu May  8 19:40:11 2003
@@ -108,13 +108,6 @@
 
 #ifdef FREEBSD
 #   include <machine/endian.h>
-#   if BYTE_ORDER == LITTLE_ENDIAN
-#   	define _LITTLE_ENDIAN
-#   elif BYTE_ORDER == BIG_ENDIAN
-#   	define _BIG_ENDIAN
-#   elif BYTE_ORDER == PDP_ENDIAN
-#   	define _PDP_ENDIAN
-#   endif
 #endif
 
 #ifdef SCO