From ecf66d49a103b87d07da8b7d0f9a3629681e6643 Mon Sep 17 00:00:00 2001 From: marha Date: Thu, 29 Mar 2012 11:47:19 +0200 Subject: xserver fontconfig mesa git update 29 Mar 2012 --- fontconfig/src/fcarch.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'fontconfig/src') 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 -# 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 -- cgit v1.2.3