about summary refs log tree commit diff homepage
path: root/include
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2014-09-12 14:07:15 -0700
committerDaniel Dunbar <daniel@zuster.org>2014-09-12 17:39:17 -0700
commitd6f8d78a31becd3c2c397bb1be8c9ad707d33371 (patch)
treec656834f50ed0f5cb714ac97340ee92af28fb9fd /include
parent1592fc057fa81ca9714f5761325f61ad0c15747a (diff)
downloadklee-d6f8d78a31becd3c2c397bb1be8c9ad707d33371.tar.gz
Regenerate configure.
Diffstat (limited to 'include')
-rw-r--r--include/klee/Config/config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/klee/Config/config.h.in b/include/klee/Config/config.h.in
index 59b8a0ba..b97f0b05 100644
--- a/include/klee/Config/config.h.in
+++ b/include/klee/Config/config.h.in
@@ -15,6 +15,12 @@
 /* Define if mallinfo() is available on this platform. */
 #undef HAVE_MALLINFO
 
+/* Define to 1 if you have the <malloc/malloc.h> header file. */
+#undef HAVE_MALLOC_MALLOC_H
+
+/* Define to 1 if you have the `malloc_zone_statistics' function. */
+#undef HAVE_MALLOC_ZONE_STATISTICS
+
 /* Define to 1 if you have the <memory.h> header file. */
 #undef HAVE_MEMORY_H