From 4a4e956c26d2f73534e504c36e2ca6a2617644b8 Mon Sep 17 00:00:00 2001 From: Nicolas Dato Date: Sun, 13 Oct 2024 19:57:49 -0300 Subject: adding tests for the main library --- config.h.in | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'config.h.in') 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 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 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 -- cgit v1.2.3