diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-07-24 00:07:43 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-07-24 00:07:43 +0000 |
commit | 8a2ab60466cbd2986529c0e969ebfa5a622a5aa7 (patch) | |
tree | a476c71bd9301205f613b5ff394fc6d9da596b87 /usr.bin/vi/cl/cl_bsd.c | |
parent | 30ccdeeff34f8e3eec2205b58637d47f40e5523d (diff) |
-D_USE_OLD_CURSE_ for -locurses and no more -ltermlib/termcap
Diffstat (limited to 'usr.bin/vi/cl/cl_bsd.c')
-rw-r--r-- | usr.bin/vi/cl/cl_bsd.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.bin/vi/cl/cl_bsd.c b/usr.bin/vi/cl/cl_bsd.c index b1d454556ee..4a06a54af2f 100644 --- a/usr.bin/vi/cl/cl_bsd.c +++ b/usr.bin/vi/cl/cl_bsd.c @@ -17,11 +17,7 @@ static const char sccsid[] = "@(#)cl_bsd.c 8.29 (Berkeley) 7/1/96"; #include <bitstring.h> #include <ctype.h> -#ifdef USE_OCURSES -#include <ocurses.h> -#else #include <curses.h> -#endif #include <signal.h> #include <stdio.h> #include <stdlib.h> |