diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index dcacdf9..78466ef 100644 --- a/config.h.in +++ b/config.h.in @@ -6,6 +6,13 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H +/* Define to 1 if you have the `pthread' library (-lpthread). */ +#undef HAVE_LIBPTHREAD + +/* Define to 1 if your system has a GNU libc compatible `malloc' function, and + to 0 otherwise. */ +#undef HAVE_MALLOC + /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H @@ -59,3 +66,6 @@ /* Version number of package */ #undef VERSION + +/* Define to rpl_malloc if the replacement function should be used. */ +#undef malloc |