X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=include%2Ftermcap.h.in;h=21c62398e0bd5f841b6a87f2408bff9f25a2be74;hp=5c6c07a8e8d055a01117d1bc325e3628f209e401;hb=c633e5103a29a38532cf1925257b91cea33fd090;hpb=b1f61d9f3aa244512045a6b02e759825d7049d34 diff --git a/include/termcap.h.in b/include/termcap.h.in index 5c6c07a8..21c62398 100644 --- a/include/termcap.h.in +++ b/include/termcap.h.in @@ -31,7 +31,7 @@ * and: Eric S. Raymond * ****************************************************************************/ -/* $Id: termcap.h.in,v 1.10 1999/01/09 22:38:04 Uchiyama.Yasushi Exp $ */ +/* $Id: termcap.h.in,v 1.12 2000/10/08 01:06:37 tom Exp $ */ #ifndef _NCU_TERMCAP_H #define _NCU_TERMCAP_H 1 @@ -45,7 +45,6 @@ extern "C" #endif /* __cplusplus */ #include -@OSPEED_INCLUDES@ #undef NCURSES_CONST #define NCURSES_CONST @NCURSES_CONST@ @@ -53,7 +52,7 @@ extern "C" extern char PC; extern char *UP; extern char *BC; -extern @OSPEED_TYPE@ ospeed; +extern short ospeed; #if !defined(_NCU_TERM_H) extern char *tgetstr(NCURSES_CONST char *, char **);