diff options
author | 1999-01-31 20:17:05 +0000 | |
---|---|---|
committer | 1999-01-31 20:17:05 +0000 | |
commit | d9df8399592011f8a1bdca2fd7001b2312e7fc50 (patch) | |
tree | 0827c17f69e9344d83aa514f447da76d2ce86310 /lib/libcurses/ncurses_cfg.h | |
parent | When adjusting units for -h mode, use the absolute value to check for (diff) | |
download | wireguard-openbsd-d9df8399592011f8a1bdca2fd7001b2312e7fc50.tar.xz wireguard-openbsd-d9df8399592011f8a1bdca2fd7001b2312e7fc50.zip |
ncurses-4.2-990130
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 9e8dff756b3..4b4e87ba087 100644 --- a/lib/libcurses/ncurses_cfg.h +++ b/lib/libcurses/ncurses_cfg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ncurses_cfg.h,v 1.8 1999/01/18 19:09:03 millert Exp $ */ +/* $OpenBSD: ncurses_cfg.h,v 1.9 1999/01/31 20:17:07 millert Exp $ */ /* include/ncurses_cfg.h. Generated automatically by configure. */ /**************************************************************************** @@ -100,6 +100,7 @@ #define HAVE_USLEEP 1 #define HAVE_VSNPRINTF 1 #define HAVE_VSSCANF 1 +#define HAVE_TCGETPGRP 1 #define HAVE_BSD_CGETENT 1 #define NCURSES_EXT_FUNCS 1 #define NCURSES_NO_PADDING 1 |