freebsd-dev/contrib/nvi/files/config.h.in
Baptiste Daroussin 755cc40c21 Update nvi to 2.2.0-05ed8b9
This version incorporates many fixes in particular a fix for vi -w
Another approach was proposed to merge those fixes (see review), I find
it easier to track changes if we keep importing snapshot on regular
basis

PR:		241985
Reported by:	fernape
Differential Revision:	https://reviews.freebsd.org/D26158
2020-10-01 04:46:23 +00:00

27 lines
636 B
C

/* Define when using wide characters */
#cmakedefine USE_WIDECHAR
/* Define when iconv can be used */
#cmakedefine USE_ICONV
/* Define when the 2nd argument of iconv(3) is not const */
#cmakedefine ICONV_TRADITIONAL
/* Define if you have <libutil.h> */
#cmakedefine HAVE_LIBUTIL_H
/* Define if you have <ncurses.h> */
#cmakedefine HAVE_NCURSES_H
/* Define if you have <ncursesw/ncurses.h> */
#cmakedefine HAVE_NCURSESW_NCURSES_H
/* Define if you have <pty.h> */
#cmakedefine HAVE_PTY_H
/* Define if you have <term.h> */
#cmakedefine HAVE_TERM_H
/* Define if struct dirent has field d_namlen */
#cmakedefine HAVE_DIRENT_D_NAMLEN