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
7e0ba6da
Commit
7e0ba6da
authored
Apr 27, 2000
by
Gerd Moellmann
Browse files
(TERMCAP_OBJ): Removed.
(LIBS_TERMCAP): Don't define for __FreeBSD_version >= 400000.
parent
c2f646d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
7 deletions
+2
-7
src/s/freebsd.h
src/s/freebsd.h
+2
-7
No files found.
src/s/freebsd.h
View file @
7e0ba6da
...
...
@@ -45,7 +45,9 @@
#define LIBS_DEBUG
#define LIBS_SYSTEM -lutil
#if __FreeBSD_version < 400000
#define LIBS_TERMCAP -ltermcap
#endif
#define SYSV_SYSTEM_DIR
...
...
@@ -180,10 +182,3 @@
#define GC_SETJMP_WORKS 1
/* In FreeBSD 4, we must use terminfo.o instead of tparam.o. Termcap
capabilities use %-specifiers that tparm.o cannot handle.
Libtermcap.a contains a `tparm' that terminfo.c can use. */
#if __FreeBSD__ >= 4
#define TERMCAP_OBJ terminfo.o
#endif
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