mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-16 10:50:49 -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
|
#define LIBS_TERMCAP
|
||||||
termcapobj = termcap.o tparam.o
|
termcapobj = termcap.o tparam.o
|
||||||
#else /* LIBS_TERMCAP */
|
#else /* LIBS_TERMCAP */
|
||||||
|
# ifdef TERMCAP_OBJ
|
||||||
|
termcapobj = TERMCAP_OBJ
|
||||||
|
# else
|
||||||
termcapobj = tparam.o
|
termcapobj = tparam.o
|
||||||
|
# endif /* not TERMCAP_OBJ */
|
||||||
#endif /* LIBS_TERMCAP */
|
#endif /* LIBS_TERMCAP */
|
||||||
#endif /* ! defined (TERMINFO) */
|
#endif /* ! defined (TERMINFO) */
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue