summaryrefslogtreecommitdiffstats
path: root/src/config.h.in
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-11-19 11:28:04 +0000
committerBram Moolenaar <Bram@vim.org>2021-11-19 11:28:04 +0000
commitb3a29558eedac9979f5276ae914934b7b7cbe06b (patch)
tree574ec81a2f889213a6d049e5a6726ac8f30185fb /src/config.h.in
parent777175b0df8c5ec3cd30d19a2e887e661ac209c8 (diff)
patch 8.2.3620: memory leak reported in libtlibv8.2.3620
Problem: Memory leak reported in libtlib. Solution: Call del_curterm() when cleaning up memory. Rename term.h to termdefs.h to avoid a name clash.
Diffstat (limited to 'src/config.h.in')
-rw-r--r--src/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in
index 61b8b76a54..20339de8a7 100644
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -27,6 +27,9 @@
/* Define when termcap.h defines outfuntype */
#undef HAVE_OUTFUNTYPE
+/* Define when del_curterm() is available */
+#undef HAVE_DEL_CURTERM
+
/* Define when __DATE__ " " __TIME__ can be used */
#undef HAVE_DATE_TIME