summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index c2b73af..4dbf937 100644
--- a/config.h.in
+++ b/config.h.in
@@ -24,6 +24,13 @@
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
+/* 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 `memset' function. */
+#undef HAVE_MEMSET
+
/* Define to 1 if the Ncurses library is present */
#undef HAVE_NCURSES
@@ -106,3 +113,6 @@
/* Version number of package */
#undef VERSION
+
+/* Define to rpl_malloc if the replacement function should be used. */
+#undef malloc