[HAVE_LIBNCURSES]: Define TERMINFO and LIBS_TERMCAP.
This commit is contained in:
parent
e1b37c3468
commit
9ef0c85bc7
1 changed files with 6 additions and 0 deletions
|
@ -2,6 +2,12 @@
|
|||
|
||||
#include "bsdos3.h"
|
||||
|
||||
/* BSD/OS 4.1 and later have ncurses */
|
||||
#ifdef HAVE_LIBNCURSES
|
||||
#define TERMINFO
|
||||
#define LIBS_TERMCAP -lncurses
|
||||
#endif /* HAVE_LIBNCURSES */
|
||||
|
||||
/* copied from freebsd.h */
|
||||
#ifdef __ELF__
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue