diff options
author | 2000-03-10 01:35:01 +0000 | |
---|---|---|
committer | 2000-03-10 01:35:01 +0000 | |
commit | 4b107ee47ccf17c9f1ad6db8a59eb142776341c8 (patch) | |
tree | 20e23a45f7f7880a685cfd1261008320e43805bb /lib/libcurses/ncurses_cfg.h | |
parent | increased buffer size. (diff) | |
download | wireguard-openbsd-4b107ee47ccf17c9f1ad6db8a59eb142776341c8.tar.xz wireguard-openbsd-4b107ee47ccf17c9f1ad6db8a59eb142776341c8.zip |
Update to ncurses-5.0-20000304
Diffstat (limited to 'lib/libcurses/ncurses_cfg.h')
-rw-r--r-- | lib/libcurses/ncurses_cfg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libcurses/ncurses_cfg.h b/lib/libcurses/ncurses_cfg.h index 397919a34b5..825a86ed236 100644 --- a/lib/libcurses/ncurses_cfg.h +++ b/lib/libcurses/ncurses_cfg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ncurses_cfg.h,v 1.17 2000/02/06 07:10:50 millert Exp $ */ +/* $OpenBSD: ncurses_cfg.h,v 1.18 2000/03/10 01:35:01 millert Exp $ */ /* include/ncurses_cfg.h. Generated automatically by configure. */ /**************************************************************************** @@ -73,6 +73,7 @@ #define HAVE_LONG_FILE_NAMES 1 #define HAVE_MEMCCPY 1 #define HAVE_MENU_H 1 +#define HAVE_MKSTEMP 1 #define HAVE_NANOSLEEP 1 #define HAVE_NC_ALLOC_H 1 #define HAVE_PANEL_H 1 |