diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-09-12 05:47:15 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-09-12 05:47:15 +0000 |
commit | 82f78c8190ff06df89a12e7be83cf1734e4604bc (patch) | |
tree | fe4153ee823da684956263ad1edc96b70f4512d1 /lib/libcurses/ncurses_cfg.h | |
parent | ee9291b26a5dff7c3cb4dc025fd94c26e895079b (diff) |
Use cgetent(3) and friends when reading termcap
Diffstat (limited to 'lib/libcurses/ncurses_cfg.h')
-rw-r--r-- | lib/libcurses/ncurses_cfg.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libcurses/ncurses_cfg.h b/lib/libcurses/ncurses_cfg.h index 2b49773d54f..843d41bddd1 100644 --- a/lib/libcurses/ncurses_cfg.h +++ b/lib/libcurses/ncurses_cfg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ncurses_cfg.h,v 1.5 1998/09/12 04:38:02 millert Exp $ */ +/* $OpenBSD: ncurses_cfg.h,v 1.6 1998/09/12 05:47:14 millert Exp $ */ /* include/ncurses_cfg.h. Generated automatically by configure. */ /**************************************************************************** @@ -99,6 +99,7 @@ #define HAVE_USLEEP 1 #define HAVE_VSNPRINTF 1 #define HAVE_VSSCANF 1 +#define HAVE_BSD_CGETENT 1 #define NCURSES_EXT_FUNCS 1 #define NDEBUG 1 /* #define PURE_TERMINFO 1 */ @@ -109,6 +110,7 @@ #define USE_DATABASE 1 #define USE_HASHMAP 1 #define USE_SCROLL_HINTS 1 +#define USE_GETCAP 1 /* The C compiler may not treat these properly but C++ has to */ #ifdef __cplusplus |