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

Chris Lattner lattner at cs.uiuc.edu
Sun Nov 13 22:57:45 PST 2005



Changes in directory llvm/include/llvm/Config:

config.h.in updated: 1.57 -> 1.58
---
Log message:

regenerate


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

 config.h.in |    6 ++++++
 1 files changed, 6 insertions(+)


Index: llvm/include/llvm/Config/config.h.in
diff -u llvm/include/llvm/Config/config.h.in:1.57 llvm/include/llvm/Config/config.h.in:1.58
--- llvm/include/llvm/Config/config.h.in:1.57	Wed Aug 24 05:07:21 2005
+++ llvm/include/llvm/Config/config.h.in	Mon Nov 14 00:57:34 2005
@@ -185,6 +185,9 @@
 /* Define to 1 if you have the <malloc.h> header file. */
 #undef HAVE_MALLOC_H
 
+/* Define to 1 if you have the <malloc/malloc.h> header file. */
+#undef HAVE_MALLOC_MALLOC_H
+
 /* Define to 1 if you have the `memcpy' function. */
 #undef HAVE_MEMCPY
 
@@ -213,6 +216,9 @@
 /* Define if mmap() can map files into memory */
 #undef HAVE_MMAP_FILE
 
+/* Define to 1 if you have the `mstats' function. */
+#undef HAVE_MSTATS
+
 /* define if the compiler implements namespaces */
 #undef HAVE_NAMESPACES
 






More information about the llvm-commits mailing list