summaryrefslogtreecommitdiffstats
path: root/heimdall/config.h.in~
diff options
context:
space:
mode:
authorBenjamin Dobell <benjamin.dobell+github@glassechidna.com.au>2010-12-27 09:27:29 +0100
committerBenjamin Dobell <benjamin.dobell+github@glassechidna.com.au>2010-12-27 09:27:29 +0100
commit47faaf001de6342b7839f1108034ab65d35f1faf (patch)
tree4101d63a4af11114c4d5b1b3ddb7795fd1638d32 /heimdall/config.h.in~
parentRe-ran autogen.sh and cleaned up slightly. (diff)
downloadHeimdall-47faaf001de6342b7839f1108034ab65d35f1faf.tar
Heimdall-47faaf001de6342b7839f1108034ab65d35f1faf.tar.gz
Heimdall-47faaf001de6342b7839f1108034ab65d35f1faf.tar.bz2
Heimdall-47faaf001de6342b7839f1108034ab65d35f1faf.tar.lz
Heimdall-47faaf001de6342b7839f1108034ab65d35f1faf.tar.xz
Heimdall-47faaf001de6342b7839f1108034ab65d35f1faf.tar.zst
Heimdall-47faaf001de6342b7839f1108034ab65d35f1faf.zip
Diffstat (limited to 'heimdall/config.h.in~')
-rw-r--r--heimdall/config.h.in~15
1 files changed, 15 insertions, 0 deletions
diff --git a/heimdall/config.h.in~ b/heimdall/config.h.in~
index dc63b86..8fda1b2 100644
--- a/heimdall/config.h.in~
+++ b/heimdall/config.h.in~
@@ -1,5 +1,8 @@
/* config.h.in. Generated from configure.ac by autoheader. */
+/* Define if building universal (internal helper macro) */
+#undef AC_APPLE_UNIVERSAL_BUILD
+
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
@@ -63,3 +66,15 @@
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
+
+/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
+ significant byte first (like Motorola and SPARC, unlike Intel). */
+#if defined AC_APPLE_UNIVERSAL_BUILD
+# if defined __BIG_ENDIAN__
+# define WORDS_BIGENDIAN 1
+# endif
+#else
+# ifndef WORDS_BIGENDIAN
+# undef WORDS_BIGENDIAN
+# endif
+#endif