diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2000-03-10 01:35:07 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2000-03-10 01:35:07 +0000 |
commit | 261ac7c5d4e5530264ff351b1a233f04029a8a6f (patch) | |
tree | 194864f15038dcdd201ca21529813de767f3fad8 /lib/libcurses/ncurses_cfg.h | |
parent | d81f935ca5458507391f36a713d5bf0ccffbf725 (diff) |
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 |