]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/nvi/files/config.h.in
MFV r368746:
[FreeBSD/FreeBSD.git] / contrib / nvi / files / config.h.in
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