summaryrefslogtreecommitdiff
path: root/lib/libcurses
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1998-09-12 04:38:03 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1998-09-12 04:38:03 +0000
commitee9291b26a5dff7c3cb4dc025fd94c26e895079b (patch)
tree74abb27990b6ecc0e16e1a65a49b47e302b63a2c /lib/libcurses
parent78ac4471cdb12f3ad4e4aa780b07629bec3f2c4b (diff)
fall back on termcap
Diffstat (limited to 'lib/libcurses')
-rw-r--r--lib/libcurses/ncurses_cfg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcurses/ncurses_cfg.h b/lib/libcurses/ncurses_cfg.h
index 3f9a19da185..2b49773d54f 100644
--- a/lib/libcurses/ncurses_cfg.h
+++ b/lib/libcurses/ncurses_cfg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ncurses_cfg.h,v 1.4 1998/07/23 21:19:57 millert Exp $ */
+/* $OpenBSD: ncurses_cfg.h,v 1.5 1998/09/12 04:38:02 millert Exp $ */
/* include/ncurses_cfg.h. Generated automatically by configure. */
/****************************************************************************
@@ -101,7 +101,7 @@
#define HAVE_VSSCANF 1
#define NCURSES_EXT_FUNCS 1
#define NDEBUG 1
-#define PURE_TERMINFO 1
+/* #define PURE_TERMINFO 1 */
#define RETSIGTYPE void
#define STDC_HEADERS 1
#define SYSTEM_NAME "openbsd2.3"