summaryrefslogtreecommitdiffstats
path: root/src/INSTALLx.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-12-10 21:11:27 +0100
committerBram Moolenaar <Bram@vim.org>2020-12-10 21:11:27 +0100
commit1b884a0053982335f644eec6c71027706bf3c522 (patch)
tree711868d7876566aae13c9b803c5a92e0d3d42329 /src/INSTALLx.txt
parent70249ee831df357c1a5475473fc84c40d101a67d (diff)
Update runtime files.
Diffstat (limited to 'src/INSTALLx.txt')
-rw-r--r--src/INSTALLx.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/INSTALLx.txt b/src/INSTALLx.txt
index e03f54d4a3..c120a1d385 100644
--- a/src/INSTALLx.txt
+++ b/src/INSTALLx.txt
@@ -131,14 +131,6 @@ vim_cv_toupper_broken:
Whether the "toupper" C library function works correctly. Set to "yes"
if you know it's broken, otherwise set to "no".
-vim_cv_tty_group:
- The default group of pseudo terminals. Either set to the numeric value
- of your tty group or to "world" if they are world accessible.
-
-vim_cv_tty_mode:
- The default mode of pseudo terminals if they are not world accessible.
- Most probably the value "0620".
-
4. EXAMPLE:
===========
@@ -153,7 +145,6 @@ vim_cv_stat_ignores_slash=yes \
vim_cv_tgetent=zero \
vim_cv_terminfo=yes \
vim_cv_toupper_broken=no \
-vim_cv_tty_group=world \
./configure \
--build=i586-linux \
--host=armeb-xscale-linux-gnu \