[TERMINFO]: Don't define LIBS_TERMCAP.

This commit is contained in:
Richard M. Stallman 1993-01-25 20:12:52 +00:00
parent baacd4229e
commit 55f0149e49

View file

@ -83,9 +83,12 @@ NOTE-END */
#define HAVE_ALLOCA
#include <alloca.h>
/* Must use the system's termcap. It does special things. */
/* Must use the system's termcap, if we use any termcap.
It does special things. */
#ifndef TERMINFO
#define LIBS_TERMCAP -ltermcap
#endif
/* Mask for address bits within a memory segment */