summaryrefslogtreecommitdiffstats
path: root/core/combo/include/arch/darwin-x86/AndroidConfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/combo/include/arch/darwin-x86/AndroidConfig.h')
-rw-r--r--core/combo/include/arch/darwin-x86/AndroidConfig.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/core/combo/include/arch/darwin-x86/AndroidConfig.h b/core/combo/include/arch/darwin-x86/AndroidConfig.h
index 5d7dde9..447dfa2 100644
--- a/core/combo/include/arch/darwin-x86/AndroidConfig.h
+++ b/core/combo/include/arch/darwin-x86/AndroidConfig.h
@@ -58,19 +58,6 @@
#define HAVE_SYMLINKS
/*
- * Endianness of the target machine. Choose one:
- *
- * HAVE_ENDIAN_H -- have endian.h header we can include.
- * HAVE_LITTLE_ENDIAN -- we are little endian.
- * HAVE_BIG_ENDIAN -- we are big endian.
- */
-#if (defined(__ppc__) || defined(__ppc64__))
-# define HAVE_BIG_ENDIAN
-#elif (defined(__i386__) || defined(__x86_64__))
-# define HAVE_LITTLE_ENDIAN
-#endif
-
-/*
* We need to choose between 32-bit and 64-bit off_t. All of our code should
* agree on the same size. For desktop systems, use 64-bit values,
* because some of our libraries (e.g. wxWidgets) expect to be built that way.