diff src/term.c @ 33672:a94852aef620

Don't try to include termcap.h; see comment there.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 21 Nov 2000 12:04:32 +0000
parents c0a3490a2554
children efabd2ba9997
line wrap: on
line diff
--- a/src/term.c	Tue Nov 21 11:41:09 2000 +0000
+++ b/src/term.c	Tue Nov 21 12:04:32 2000 +0000
@@ -38,7 +38,11 @@
 #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 <termcap.h>
 #else
 extern void tputs P_ ((const char *, int, int (*)(int)));