From ff23e1dd170acbd8c702c5b81465c8b27d903f1f Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 21 Nov 2000 12:05:08 +0000 Subject: Don't try to include termcap.h; see comment there. --- src/term.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/term.c') diff --git a/src/term.c b/src/term.c index fc96d7d712..8e1443f450 100644 --- a/src/term.c +++ b/src/term.c @@ -38,7 +38,11 @@ Boston, MA 02111-1307, USA. */ #include "dispextern.h" #include "window.h" -#ifdef HAVE_TERMCAP_H +/* For now, don't try to include termcap.h. On some systems, + configure finds a non-standard termcap.h that the main build + won't find. */ + +#if defined HAVE_TERMCAP_H && 0 #include #else extern void tputs P_ ((const char *, int, int (*)(int))); -- cgit v1.2.3