diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/klee/Config/config.h.in | 6 |
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 |