diff options
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -23,12 +23,13 @@ #undef SCO_FLAVOR /* our own curses checks */ -#undef USE_CURSES_WINDOWS #undef HAVE_NCURSES_USE_DEFAULT_COLORS #undef HAVE_CURSES_IDCOK #undef HAVE_CURSES_RESIZETERM #undef HAVE_CURSES_WRESIZE -#undef USE_CURSES_WINDOWS + +/* terminfo/termcap */ +#undef HAVE_TERMINFO /* nls */ #undef ENABLE_NLS |