diff src/term.c @ 107421:eab59b26377e

Merge from trunk
author Jan D. <jan.h.d@swipnet.se>
date Mon, 15 Mar 2010 09:18:20 +0100
parents 5a46c741f65e
children a744b1df50bd
line wrap: on
line diff
--- a/src/term.c	Thu Mar 11 11:05:39 2010 +0100
+++ b/src/term.c	Mon Mar 15 09:18:20 2010 +0100
@@ -66,15 +66,10 @@
 /* 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)));
 extern int tgetent P_ ((char *, const char *));
 extern int tgetflag P_ ((char *id));
 extern int tgetnum P_ ((char *id));
-#endif
 
 #include "cm.h"
 #ifdef HAVE_X_WINDOWS