[HAVE_LIBNCURSES]: Define TERMINFO and LIBS_TERMCAP.

This commit is contained in:
Gerd Moellmann 1999-10-07 11:49:21 +00:00
parent e1b37c3468
commit 9ef0c85bc7

View file

@ -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__