summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2013-11-20 09:55:44 +0000
committerBill Wendling <isanbard@gmail.com>2013-11-20 09:55:44 +0000
commitc817d3e36d82787e639668dc1b898fd17415570d (patch)
tree49d521f044e9a6cf4adc2be8b28023e25510d420 /include
parentdd9c5e98c87a33eae1fe0ec9e03bc41f6f3a731d (diff)
downloadllvm-c817d3e36d82787e639668dc1b898fd17415570d.tar.gz
llvm-c817d3e36d82787e639668dc1b898fd17415570d.tar.bz2
llvm-c817d3e36d82787e639668dc1b898fd17415570d.tar.xz
Regenerate configure files with 3.4svn changed to 3.4.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_34@195231 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Config/config.h.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in
index 0d43ae50a1..dcec8f8cd1 100644
--- a/include/llvm/Config/config.h.in
+++ b/include/llvm/Config/config.h.in
@@ -3,6 +3,9 @@
#ifndef CONFIG_H
#define CONFIG_H
+/* Define if building universal (internal helper macro) */
+#undef AC_APPLE_UNIVERSAL_BUILD
+
/* Bug report URL. */
#undef BUG_REPORT_URL
@@ -670,6 +673,9 @@
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
+/* Define to the home page for this package. */
+#undef PACKAGE_URL
+
/* Define to the version of this package. */
#undef PACKAGE_VERSION
@@ -694,6 +700,18 @@
/* Type of 1st arg on ELM Callback */
#undef WIN32_ELMCB_PCSTR
+/* 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
+
/* Define to empty if `const' does not conform to ANSI C. */
#undef const