summaryrefslogtreecommitdiffstats
path: root/src/config.h.in
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-11-21 17:13:31 +0100
committerBram Moolenaar <Bram@vim.org>2019-11-21 17:13:31 +0100
commit546125869f2959480c9a0f6c448c2092d565ec15 (patch)
tree7ac0aff02cb54e73a4a1a0143d6c09ed2eff8bcd /src/config.h.in
parent10455d43fef041309ce0613fa792c635dd71e3a8 (diff)
patch 8.1.2327: cannot build with Hangul inputv8.1.2327
Problem: Cannot build with Hangul input. Solution: Remove Hangul input support.
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 e17f036c7c..deeceb7a94 100644
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -408,9 +408,6 @@
/* Define if you want to include XIM support. */
#undef FEAT_XIM
-/* Define if you want to include Hangul input support. */
-#undef FEAT_HANGULIN
-
/* Define if you use GTK and want GNOME support. */
#undef FEAT_GUI_GNOME