Mercurial > emacs
changeset 25895:1f372b20fb99
[HAVE_LIBNCURSES]: Define TERMINFO and LIBS_TERMCAP.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 07 Oct 1999 11:49:21 +0000 |
parents | 8bd3e6fbf42f |
children | cac07b2a11ef |
files | src/s/bsdos4.h |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/bsdos4.h Thu Oct 07 11:37:40 1999 +0000 +++ b/src/s/bsdos4.h Thu Oct 07 11:49:21 1999 +0000 @@ -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__