[llvm-commits] CVS: llvm/include/Config/config.h.in

Brian Gaeke gaeke at cs.uiuc.edu
Fri Feb 20 00:42:02 PST 2004


Changes in directory llvm/include/Config:

config.h.in updated: 1.11 -> 1.12

---
Log message:

Regenerated using autoheader-2.57.

---
Diffs of the changes:  (+6 -0)

Index: llvm/include/Config/config.h.in
diff -u llvm/include/Config/config.h.in:1.11 llvm/include/Config/config.h.in:1.12
--- llvm/include/Config/config.h.in:1.11	Wed Jan 21 13:39:29 2004
+++ llvm/include/Config/config.h.in	Fri Feb 20 00:40:58 2004
@@ -15,6 +15,9 @@
    */
 #undef HAVE_ALLOCA_H
 
+/* Define to 1 if you have the `backtrace' function. */
+#undef HAVE_BACKTRACE
+
 /* define if the compiler has bidirectional iterator */
 #undef HAVE_BI_ITERATOR
 
@@ -23,6 +26,9 @@
 
 /* Define if dlopen() is available on this platform. */
 #undef HAVE_DLOPEN
+
+/* Define to 1 if you have the <execinfo.h> header file. */
+#undef HAVE_EXECINFO_H
 
 /* define if the compiler has ext/slist */
 #undef HAVE_EXT_SLIST





More information about the llvm-commits mailing list