1
Fork 0
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:
Gerd Moellmann 2000-04-13 19:10:05 +00:00
parent 017266f83b
commit eb9e93992f

View file

@ -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) */