aboutsummaryrefslogtreecommitdiff
path: root/fontconfig/src/fcarch.h
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2012-03-29 11:47:19 +0200
committermarha <marha@users.sourceforge.net>2012-03-29 11:47:19 +0200
commitecf66d49a103b87d07da8b7d0f9a3629681e6643 (patch)
tree40362ec7a305e1a95d5e65ac9a08c26f2af7bbff /fontconfig/src/fcarch.h
parent992585b1df5c2d96a2cfac3835afbe818a13165f (diff)
downloadvcxsrv-ecf66d49a103b87d07da8b7d0f9a3629681e6643.tar.gz
vcxsrv-ecf66d49a103b87d07da8b7d0f9a3629681e6643.tar.bz2
vcxsrv-ecf66d49a103b87d07da8b7d0f9a3629681e6643.zip
xserver fontconfig mesa git update 29 Mar 2012
Diffstat (limited to 'fontconfig/src/fcarch.h')
-rw-r--r--fontconfig/src/fcarch.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/fontconfig/src/fcarch.h b/fontconfig/src/fcarch.h
index 22e6f8e13..cf7fd3c9f 100644
--- a/fontconfig/src/fcarch.h
+++ b/fontconfig/src/fcarch.h
@@ -46,19 +46,6 @@
* be64 1234 8 8
*/
-#ifdef __APPLE__
-# include <machine/endian.h>
-# undef SIZEOF_VOID_P
-# undef ALIGNOF_DOUBLE
-# ifdef __LP64__
-# define SIZEOF_VOID_P 8
-# define ALIGNOF_DOUBLE 8
-# else
-# define SIZEOF_VOID_P 4
-# define ALIGNOF_DOUBLE 4
-# endif
-#endif
-
#if defined(__DARWIN_BYTE_ORDER) && __DARWIN_BYTE_ORDER == __DARWIN_LITTLE_ENDIAN
# define FC_ARCH_ENDIAN "le"
#elif defined(__DARWIN_BYTE_ORDER) && __DARWIN_BYTE_ORDER == __DARWIN_BIG_ENDIAN