]> git.eshelyaron.com Git - emacs.git/commitdiff
[HAVE_LIBNCURSES]: Define TERMINFO and LIBS_TERMCAP.
authorGerd Moellmann <gerd@gnu.org>
Thu, 7 Oct 1999 11:49:21 +0000 (11:49 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 7 Oct 1999 11:49:21 +0000 (11:49 +0000)
src/s/bsdos4.h

index 0827b622aaa90c2a4ebffdd467fc932d6e29ec3c..6c3e498deb8e3daa5dc00f574b3745d1828f56fd 100644 (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__