diff options
author | ache <ache@FreeBSD.org> | 1997-07-30 03:26:37 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-07-30 03:26:37 +0000 |
commit | 9157a090b3e0beb23a1a26d1a2fad9ac2d2a8bf8 (patch) | |
tree | a449f6d975286731e15cf91beac94f259dcb16d3 /lib | |
parent | f15b8d152ab94684f3aabf9b5ca8e62ab987974a (diff) | |
download | FreeBSD-src-9157a090b3e0beb23a1a26d1a2fad9ac2d2a8bf8.zip FreeBSD-src-9157a090b3e0beb23a1a26d1a2fad9ac2d2a8bf8.tar.gz |
ifdef out ttytype definition, mytinfo not have it and configure confused
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libncurses/curses.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libncurses/curses.h b/lib/libncurses/curses.h index 8969db1..a3acc53 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 *); |