freebsd-dev/contrib/nvi/files/config.h.in
Baptiste Daroussin 110d525ec6 Update nvi to 2.2.0
Main changes:
* Vim-style expandtab option
* Provides Turkish translation
* Backspace now deletes \ rather than being escaped
* T during motion commands is now VI-compatible
* Encoding related fixes, such as UTF-8 detection
* Fixed a number of memory management issues

MFC after:	3 weeks
2020-09-09 08:38:47 +00:00

18 lines
410 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 <term.h> */
#cmakedefine HAVE_TERM_H