diff options
author | 1999-03-02 06:23:26 +0000 | |
---|---|---|
committer | 1999-03-02 06:23:26 +0000 | |
commit | feef4803a40c592364b218e74a951c67178917ec (patch) | |
tree | aa10d366e07c2efb3312c722b5ee1db12b239b36 /lib/libcurses/ncurses_cfg.h | |
parent | Ignore TX interrupts when there are not packets buffered. (diff) | |
download | wireguard-openbsd-feef4803a40c592364b218e74a951c67178917ec.tar.xz wireguard-openbsd-feef4803a40c592364b218e74a951c67178917ec.zip |
ncurses-4.2-990301
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 04960fd5396..22795ed7b79 100644 --- a/lib/libcurses/ncurses_cfg.h +++ b/lib/libcurses/ncurses_cfg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ncurses_cfg.h,v 1.10 1999/01/31 20:25:38 millert Exp $ */ +/* $OpenBSD: ncurses_cfg.h,v 1.11 1999/03/02 06:23:27 millert Exp $ */ /* include/ncurses_cfg.h. Generated automatically by configure. */ /**************************************************************************** @@ -115,6 +115,7 @@ #define USE_DATABASE 1 #define USE_GETCAP 1 #define USE_HASHMAP 1 +/* #define USE_SIGWINCH 1 */ /* The C compiler may not treat these properly but C++ has to */ #ifdef __cplusplus |