summaryrefslogtreecommitdiff
path: root/include/llvm/Config
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-11-14 06:57:34 +0000
committerChris Lattner <sabre@nondot.org>2005-11-14 06:57:34 +0000
commit0b14259eb2b2663ca9ee02ad8919b27e2723d330 (patch)
treefcba56b1d94cf5688ccb3d3939cf6bedca49fe23 /include/llvm/Config
parenta930f21f0646b9d3f33695cd7ad4e7634fb4c574 (diff)
downloadllvm-0b14259eb2b2663ca9ee02ad8919b27e2723d330.tar.gz
llvm-0b14259eb2b2663ca9ee02ad8919b27e2723d330.tar.bz2
llvm-0b14259eb2b2663ca9ee02ad8919b27e2723d330.tar.xz
regenerate
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24348 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Config')
-rw-r--r--include/llvm/Config/config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in
index b7fb6d3063..17e3be2154 100644
--- a/include/llvm/Config/config.h.in
+++ b/include/llvm/Config/config.h.in
@@ -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