mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(termcapobj) [LIBS_TERMCAP && TERMCAP_OBJ]: Define
as TERMCAP_OBJ.
This commit is contained in:
parent
017266f83b
commit
eb9e93992f
1 changed files with 4 additions and 0 deletions
|
|
@ -577,7 +577,11 @@ termcapobj = terminfo.o
|
|||
#define LIBS_TERMCAP
|
||||
termcapobj = termcap.o tparam.o
|
||||
#else /* LIBS_TERMCAP */
|
||||
# ifdef TERMCAP_OBJ
|
||||
termcapobj = TERMCAP_OBJ
|
||||
# else
|
||||
termcapobj = tparam.o
|
||||
# endif /* not TERMCAP_OBJ */
|
||||
#endif /* LIBS_TERMCAP */
|
||||
#endif /* ! defined (TERMINFO) */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue