diff options
| author | Gerd Moellmann | 1999-10-07 11:49:21 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-10-07 11:49:21 +0000 |
| commit | 9ef0c85bc7c5fa68ec2f9587aacb76e5445de5d1 (patch) | |
| tree | 4aaa8937f584aad755f54d059e34510d26dd0f9a /src | |
| parent | e1b37c346847589fbcb83a4bf1bab5f07401c8c4 (diff) | |
| download | emacs-9ef0c85bc7c5fa68ec2f9587aacb76e5445de5d1.tar.gz emacs-9ef0c85bc7c5fa68ec2f9587aacb76e5445de5d1.zip | |
[HAVE_LIBNCURSES]: Define TERMINFO and LIBS_TERMCAP.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/bsdos4.h | 6 |
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 | ||