From f1909e979cba3f94e15edbc3e12c568c9b68ca8d Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Wed, 30 Jul 1997 03:26:37 +0000 Subject: [PATCH] ifdef out ttytype definition, mytinfo not have it and configure confused --- lib/libncurses/curses.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/libncurses/curses.h b/lib/libncurses/curses.h index 8969db1c5d0f..a3acc533994c 100644 --- a/lib/libncurses/curses.h +++ b/lib/libncurses/curses.h @@ -162,7 +162,9 @@ extern int LINES, COLS; extern "C" { #endif +#if 0 /* MYTINFO not have it */ extern char ttytype[]; /* needed for backward compatibility */ +#endif extern int tigetflag(char *); extern int tigetnum(char *);