summaryrefslogtreecommitdiff
path: root/include/llvm/Config
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-08-26 22:59:05 +0000
committerDouglas Gregor <dgregor@apple.com>2009-08-26 22:59:05 +0000
commit60475154460cc68431a77aec757cd9d5fa4a2dcc (patch)
tree915ef3c6bac6b0c6b6aceb9f8a741827aab9d547 /include/llvm/Config
parentc403995143d5c331d05b9921a469853dd1838bb6 (diff)
downloadllvm-60475154460cc68431a77aec757cd9d5fa4a2dcc.tar.gz
llvm-60475154460cc68431a77aec757cd9d5fa4a2dcc.tar.bz2
llvm-60475154460cc68431a77aec757cd9d5fa4a2dcc.tar.xz
Regenerate configure
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80173 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Config')
-rw-r--r--include/llvm/Config/config.h.in18
1 files changed, 15 insertions, 3 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in
index 6a28326cdf..f32f4038ff 100644
--- a/include/llvm/Config/config.h.in
+++ b/include/llvm/Config/config.h.in
@@ -3,6 +3,14 @@
/* 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 to 1 if using `alloca.c'. */
+#undef C_ALLOCA
+
/* Define if CBE is enabled for printf %a output */
#undef ENABLE_CBE_PRINTF_A
@@ -12,6 +20,13 @@
/* 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
@@ -446,9 +461,6 @@
/* Installation directory for binary executables */
#undef LLVM_BINDIR
-/* Define to 1 for ilist sentinel compaction */
-#undef LLVM_COMPACT_SENTINELS
-
/* Time at which LLVM was configured */
#undef LLVM_CONFIGTIME