summaryrefslogtreecommitdiffstats
path: root/src/config.h.in
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-04-24 15:00:11 +0200
committerBram Moolenaar <Bram@vim.org>2016-04-24 15:00:11 +0200
commit8e9eb3a6a1e589949f1c878c839528d917fdfc4a (patch)
treebb68340a3ef8afa88f7ebc46d7b7cbae7f12e947 /src/config.h.in
parentaf98a49dd0ef1661b4998f118151fddbf6e4df75 (diff)
patch 7.4.1784v7.4.1784
Problem: The termtruecolor feature is enabled differently from many other features. Solution: Enable the termtruecolor feature for the big build, not through configure.
Diffstat (limited to 'src/config.h.in')
-rw-r--r--src/config.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/config.h.in b/src/config.h.in
index 6c0f7798de..9d35e48fa6 100644
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -362,9 +362,6 @@
/* Define for linking via dlopen() or LoadLibrary() */
#undef DYNAMIC_TCL
-/* Define if you want 24-bit colors in ISO-8613-3 compatible terminals. */
-#undef FEAT_TERMTRUECOLOR
-
/* Define if you want to add support for ACL */
#undef HAVE_POSIX_ACL
#undef HAVE_SOLARIS_ZFS_ACL