[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 0827b62..6c3e498 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__