From b4ed613595432ece6802d09bfabad18e09aa26f3 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Thu, 1 Oct 2020 04:25:54 +0000 Subject: Import nvi 2.2.0-05ed8b9 This snapshot just brings a bunch of fixes in particular a fix for vi -w PR: 241985 Reported by: fernape --- files/config.h.in | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'files/config.h.in') diff --git a/files/config.h.in b/files/config.h.in index f592f3551a54..f6444357678c 100644 --- a/files/config.h.in +++ b/files/config.h.in @@ -13,5 +13,14 @@ /* Define if you have */ #cmakedefine HAVE_NCURSES_H +/* Define if you have */ +#cmakedefine HAVE_NCURSESW_NCURSES_H + +/* Define if you have */ +#cmakedefine HAVE_PTY_H + /* Define if you have */ #cmakedefine HAVE_TERM_H + +/* Define if struct dirent has field d_namlen */ +#cmakedefine HAVE_DIRENT_D_NAMLEN -- cgit v1.2.3