summaryrefslogtreecommitdiff
path: root/localedef/config.h.in
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2009-07-29 16:58:18 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2009-07-29 16:58:18 +0000
commit9256f6cec752328b02be5ad239c6f9abb37e431d (patch)
tree0a2078d85ea52bbb74a27616be835bdbe106e793 /localedef/config.h.in
parent4d6da0374a6f9e36702cb9fbc7418d144cd62410 (diff)
Regenerate all configure scripts with Autoconf 2.63.
git-svn-id: svn://svn.eglibc.org/trunk@8724 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'localedef/config.h.in')
-rw-r--r--localedef/config.h.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/localedef/config.h.in b/localedef/config.h.in
index e79df3e81..9f7ae5e14 100644
--- a/localedef/config.h.in
+++ b/localedef/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 your build machine's byte order */
#undef BUILD_BYTE_ORDER
@@ -182,3 +185,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