mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-27 15:52:00 -08:00
(TERMCAP_OBJ) [__FreeBSD__ >= 4]: Define as
terminfo.o.
This commit is contained in:
parent
a16fcdfc64
commit
cbf5ca04c1
1 changed files with 8 additions and 0 deletions
|
|
@ -173,3 +173,11 @@
|
|||
jmp_buf. */
|
||||
|
||||
#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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue