From: Ken Hornstein Date: Fri, 3 Jan 2014 05:30:15 +0000 (-0500) Subject: I guess we can't include both termcap and terminfo headers on Solaris. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/e2ffa5756f261ab2f0c5bd4199b3f4021a5eca38?hp=cdb8ece87048345690001c3ef8ef7a217f73cd93 I guess we can't include both termcap and terminfo headers on Solaris. --- diff --git a/sbr/terminal.c b/sbr/terminal.c index 7db83f0d..f664d0cf 100644 --- a/sbr/terminal.c +++ b/sbr/terminal.c @@ -13,15 +13,6 @@ #include #include -/* It might be better to tie this to the termcap_curses_order in - configure.ac. It would be fine to check for ncurses/termcap.h - first on Linux, it's a symlink to termcap.h. */ -#ifdef HAVE_TERMCAP_H -# include -#elif defined (HAVE_NCURSES_TERMCAP_H) -# include -#endif - #include #include