Revert "files from last original release."

This reverts commit d3934a8ead.

revert changes
This commit is contained in:
2024-10-10 18:23:22 +00:00
parent d3934a8ead
commit 6427f89745
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