Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9ef0c85b
Commit
9ef0c85b
authored
Oct 07, 1999
by
Gerd Moellmann
Browse files
[HAVE_LIBNCURSES]: Define TERMINFO and LIBS_TERMCAP.
parent
e1b37c34
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
src/s/bsdos4.h
src/s/bsdos4.h
+6
-0
No files found.
src/s/bsdos4.h
View file @
9ef0c85b
...
...
@@ -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__
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment