aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/s/bsdos4.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/s/bsdos4.h b/src/s/bsdos4.h
index 0827b622aaa..6c3e498deb8 100644
--- a/src/s/bsdos4.h
+++ b/src/s/bsdos4.h
@@ -2,6 +2,12 @@
2 2
3#include "bsdos3.h" 3#include "bsdos3.h"
4 4
5/* BSD/OS 4.1 and later have ncurses */
6#ifdef HAVE_LIBNCURSES
7#define TERMINFO
8#define LIBS_TERMCAP -lncurses
9#endif /* HAVE_LIBNCURSES */
10
5/* copied from freebsd.h */ 11/* copied from freebsd.h */
6#ifdef __ELF__ 12#ifdef __ELF__
7 13