files from last original release.

This commit is contained in:
2024-10-10 18:21:41 +00:00
parent 2c0c217bb6
commit d3934a8ead
52 changed files with 2 additions and 2 deletions

View File

@@ -205,13 +205,13 @@ OSTYPE = -DVMUNIX
#
# You may also get terminfo access by using the ncurses library.
#
#TERMLIB = ncurses
TERMLIB = ncurses
#
# The preferred choice for ex on Linux distributions, other systems that
# provide a good termcap file, or when setting the TERMCAP environment
# variable is deemed sufficient, is the included 2.11BSD termcap library.
#
TERMLIB = termlib
#TERMLIB = termlib
#
# Since ex uses sbrk() internally, a conflict with the libc's version of