xref: /freebsd/contrib/nvi/files/config.h.in (revision 81ad6265)
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 <ncursesw/ncurses.h> */
17#cmakedefine HAVE_NCURSESW_NCURSES_H
18
19/* Define if you have <pty.h> */
20#cmakedefine HAVE_PTY_H
21
22/* Define if you have <term.h> */
23#cmakedefine HAVE_TERM_H
24
25/* Define if struct dirent has field d_namlen */
26#cmakedefine HAVE_DIRENT_D_NAMLEN
27