Lines 21-26
Link Here
|
21 |
|
21 |
|
22 |
# |
22 |
# |
23 |
# Compiler and linker flags. |
23 |
# Compiler and linker flags. |
|
|
24 |
@@ -205,13 +204,13 @@ OSTYPE = -DVMUNIX |
25 |
# |
26 |
# You may also get terminfo access by using the ncurses library. |
27 |
# |
28 |
-#TERMLIB = ncurses |
29 |
+TERMLIB = ncurses |
30 |
# |
31 |
# The preferred choice for ex on Linux distributions, other systems that |
32 |
# provide a good termcap file, or when setting the TERMCAP environment |
33 |
# variable is deemed sufficient, is the included 2.11BSD termcap library. |
34 |
# |
35 |
-TERMLIB = termlib |
36 |
+#TERMLIB = termlib |
37 |
|
38 |
# |
39 |
# Since ex uses sbrk() internally, a conflict with the libc's version of |
24 |
@@ -292,13 +291,6 @@ |
40 |
@@ -292,13 +291,6 @@ |
25 |
# install in standard place |
41 |
# install in standard place |