diff options
author | 1999-01-18 19:06:44 +0000 | |
---|---|---|
committer | 1999-01-18 19:06:44 +0000 | |
commit | 92dd1ec0a89df25171bc5d61a3d95ea1a68cef0b (patch) | |
tree | b9d1f7bc0ea12a6176e04e01a28222b0364a79ec /lib/libcurses/ncurses_cfg.h | |
parent | updates from ncurses-4.2-990116 (diff) | |
download | wireguard-openbsd-92dd1ec0a89df25171bc5d61a3d95ea1a68cef0b.tar.xz wireguard-openbsd-92dd1ec0a89df25171bc5d61a3d95ea1a68cef0b.zip |
ncurses-4.2-990116
Diffstat (limited to 'lib/libcurses/ncurses_cfg.h')
-rw-r--r-- | lib/libcurses/ncurses_cfg.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libcurses/ncurses_cfg.h b/lib/libcurses/ncurses_cfg.h index f5535f8d735..9e8dff756b3 100644 --- a/lib/libcurses/ncurses_cfg.h +++ b/lib/libcurses/ncurses_cfg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ncurses_cfg.h,v 1.7 1998/10/31 06:30:31 millert Exp $ */ +/* $OpenBSD: ncurses_cfg.h,v 1.8 1999/01/18 19:09:03 millert Exp $ */ /* include/ncurses_cfg.h. Generated automatically by configure. */ /**************************************************************************** @@ -51,6 +51,7 @@ #define GCC_PRINTF 1 #define GCC_SCANF 1 #define GCC_UNUSED __attribute__((unused)) +#define HAVE_BIG_CORE 1 #define HAVE_BUILTIN_H 1 #define HAVE_DIRENT_H 1 #define HAVE_ERRNO 1 @@ -101,6 +102,7 @@ #define HAVE_VSSCANF 1 #define HAVE_BSD_CGETENT 1 #define NCURSES_EXT_FUNCS 1 +#define NCURSES_NO_PADDING 1 #define NDEBUG 1 /* #define PURE_TERMINFO 1 */ #define RETSIGTYPE void @@ -110,7 +112,6 @@ #define TYPEOF_CHTYPE long #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 */ |