summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorlouie <lshprung@tutanota.com>2023-07-08 18:26:57 -0700
committerlouie <lshprung@tutanota.com>2023-07-08 18:29:08 -0700
commit58554ca6f5d0a2246398e62b1fe980ecf78038bc (patch)
tree500400d753902b0f207b99a2fa3cf8826dff4cd2 /config.h.in
parent15b92cd8b26116a5c59fab1490f50b33a5cdf01c (diff)
Basic controls for tui
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