summaryrefslogtreecommitdiffstats
path: root/lib/libcurses/ncurses_cfg.h
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2001-01-22 18:01:32 +0000
committermillert <millert@openbsd.org>2001-01-22 18:01:32 +0000
commit84af20cee44481ef9eb2070c76702603863c1a4c (patch)
treeb232b1727be5b5b1854432f2b87c149f7522cb9d /lib/libcurses/ncurses_cfg.h
parentfix memory leaks in SSH2 key exchange; ok markus@ (diff)
downloadwireguard-openbsd-84af20cee44481ef9eb2070c76702603863c1a4c.tar.xz
wireguard-openbsd-84af20cee44481ef9eb2070c76702603863c1a4c.zip
Update to ncurses-5.2-20010114
Diffstat (limited to 'lib/libcurses/ncurses_cfg.h')
-rw-r--r--lib/libcurses/ncurses_cfg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcurses/ncurses_cfg.h b/lib/libcurses/ncurses_cfg.h
index 976152d7045..493f1fcb2c4 100644
--- a/lib/libcurses/ncurses_cfg.h
+++ b/lib/libcurses/ncurses_cfg.h
@@ -50,7 +50,6 @@
#define CC_HAS_INLINE_FUNCS 1
#define CC_HAS_PROTOS 1
#define CPP_HAS_PARAM_INIT 1
-#define ETIP_NEEDS_MATH_H 1
#define GCC_NORETURN __attribute__((__noreturn__))
#define GCC_PRINTF 1
#define GCC_SCANF 1
@@ -121,6 +120,7 @@
#define MIXEDCASE_FILENAMES 1
#define NCURSES_EXT_FUNCS 1
#define NCURSES_NO_PADDING 1
+#define NCURSES_PATHSEP ':'
#define NDEBUG 1
#define RETSIGTYPE void
#define STDC_HEADERS 1