From 400e41e8f543ad57660696e4c9f6e4cc809b2568 Mon Sep 17 00:00:00 2001 From: Benjamin-Dobell Date: Sun, 5 Dec 2010 20:33:30 +1100 Subject: Ran ./autogen.sh with updated configure.ac. modified: autom4te.cache/output.0 modified: autom4te.cache/output.1 modified: autom4te.cache/traces.0 modified: autom4te.cache/traces.1 modified: config.guess modified: config.h.in modified: config.sub modified: configure modified: depcomp modified: install-sh modified: ltmain.sh modified: missing --- heimdall/config.h.in | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'heimdall/config.h.in') 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 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 -- cgit v1.2.3