xref: /freebsd/contrib/nvi/files/config.h.in (revision 96474d2a3fa895fb9636183403fc8ca7ccf60216)
1/* Define when using wide characters */
2#cmakedefine USE_WIDECHAR
3
4/* Define when iconv can be used */
5#cmakedefine USE_ICONV
6
7/* Define when the 2nd argument of iconv(3) is not const */
8#cmakedefine ICONV_TRADITIONAL
9
10/* Define if you have <libutil.h> */
11#cmakedefine HAVE_LIBUTIL_H
12
13/* Define if you have <ncurses.h> */
14#cmakedefine HAVE_NCURSES_H
15
16/* Define if you have <term.h> */
17#cmakedefine HAVE_TERM_H
18