summaryrefslogtreecommitdiff
path: root/include/llvm/Config
diff options
context:
space:
mode:
authorTorok Edwin <edwintorok@gmail.com>2010-01-26 08:50:50 +0000
committerTorok Edwin <edwintorok@gmail.com>2010-01-26 08:50:50 +0000
commit871384fcdaafde9341923b280aa277c9f4d4a7a3 (patch)
treed34eb752a21f7a59a25b679a9abcdc28c087b7b2 /include/llvm/Config
parentf6ce9ef66e9847b3d069eeb116bc87cf6726c25e (diff)
downloadllvm-871384fcdaafde9341923b280aa277c9f4d4a7a3.tar.gz
llvm-871384fcdaafde9341923b280aa277c9f4d4a7a3.tar.bz2
llvm-871384fcdaafde9341923b280aa277c9f4d4a7a3.tar.xz
Regenerate configure.
With the previous cleanup to configure.ac, configure is now only 393k, instead of 1.1M! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94535 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Config')
-rw-r--r--include/llvm/Config/config.h.in54
1 files changed, 17 insertions, 37 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in
index 8051f55dd5..3016da8b95 100644
--- a/include/llvm/Config/config.h.in
+++ b/include/llvm/Config/config.h.in
@@ -1,12 +1,7 @@
/* include/llvm/Config/config.h.in. Generated from autoconf/configure.ac by autoheader. */
-/* Define if dlopen(0) will open the symbols of the program */
-#undef CAN_DLOPEN_SELF
-
-/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
- systems. This function is required for `alloca.c' support on those systems.
- */
-#undef CRAY_STACKSEG_END
+/* Define if building universal (internal helper macro) */
+#undef AC_APPLE_UNIVERSAL_BUILD
/* 32 bit multilib directory. */
#undef CXX_INCLUDE_32BIT_DIR
@@ -20,9 +15,6 @@
/* Directory with the libstdc++ headers. */
#undef CXX_INCLUDE_ROOT
-/* Define to 1 if using `alloca.c'. */
-#undef C_ALLOCA
-
/* Directories clang will search for headers */
#undef C_INCLUDE_DIRS
@@ -35,13 +27,6 @@
/* Define if threads enabled */
#undef ENABLE_THREADS
-/* Define to 1 if you have `alloca', as a function or macro. */
-#undef HAVE_ALLOCA
-
-/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
- */
-#undef HAVE_ALLOCA_H
-
/* Define to 1 if you have the `argz_append' function. */
#undef HAVE_ARGZ_APPEND
@@ -69,9 +54,6 @@
/* Define to 1 if you have the `bcopy' function. */
#undef HAVE_BCOPY
-/* Does not have bi-directional iterator */
-#undef HAVE_BI_ITERATOR
-
/* Define to 1 if you have the `ceilf' function. */
#undef HAVE_CEILF
@@ -148,9 +130,6 @@
/* Define to 1 if you have the `fmodf' function. */
#undef HAVE_FMODF
-/* Does not have forward iterator */
-#undef HAVE_FWD_ITERATOR
-
/* Define to 1 if you have the `getcwd' function. */
#undef HAVE_GETCWD
@@ -276,9 +255,6 @@
/* Define if mmap() can map files into memory */
#undef HAVE_MMAP_FILE
-/* define if the compiler implements namespaces */
-#undef HAVE_NAMESPACES
-
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
#undef HAVE_NDIR_H
@@ -375,9 +351,6 @@
/* Set to 1 if the std::isnan function is found in <cmath> */
#undef HAVE_STD_ISNAN_IN_CMATH
-/* Does not have std namespace iterator */
-#undef HAVE_STD_ITERATOR
-
/* Define to 1 if you have the `strchr' function. */
#undef HAVE_STRCHR
@@ -581,20 +554,15 @@
/* 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
/* Define as the return type of signal handlers (`int' or `void'). */
#undef RETSIGTYPE
-/* If using the C implementation of alloca, define if you know the
- direction of stack growth for your system; otherwise it will be
- automatically deduced at runtime.
- STACK_DIRECTION > 0 => grows toward higher addresses
- STACK_DIRECTION < 0 => grows toward lower addresses
- STACK_DIRECTION = 0 => direction of growth unknown */
-#undef STACK_DIRECTION
-
/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
#undef STAT_MACROS_BROKEN
@@ -613,6 +581,18 @@
/* Define if use udis86 library */
#undef USE_UDIS86
+/* 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