summaryrefslogtreecommitdiff
path: root/src/os.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/os.h')
-rw-r--r--src/os.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/os.h b/src/os.h
index b56b660..5c17c83 100644
--- a/src/os.h
+++ b/src/os.h
@@ -24,7 +24,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
- * $Id$ FAU
+ * $Id$ GNU
*/
#include <stdio.h>
@@ -234,11 +234,6 @@ extern int errno;
# undef TIOCPKT
#endif
-/* linux ncurses is broken, we have to use our own tputs */
-#if defined(linux) && defined(TERMINFO)
-# define tputs xtputs
-#endif
-
/* Alexandre Oliva: SVR4 style ptys don't work with osf */
#ifdef __osf__
# undef HAVE_SVR4_PTYS