aboutsummaryrefslogtreecommitdiff
path: root/fontconfig/src
diff options
context:
space:
mode:
Diffstat (limited to 'fontconfig/src')
-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