xref: /freebsd/usr.bin/vi/config.h (revision 4d846d26)
1 /* $FreeBSD$ */
2 
3 /* Define when using wide characters */
4 #define USE_WIDECHAR
5 
6 /* Define when iconv can be used */
7 /* #undef USE_ICONV */
8 
9 /* Define when the 2nd argument of iconv(3) is not const */
10 /* #undef ICONV_TRADITIONAL */
11 
12 /* Define if you have <libutil.h> */
13 #define HAVE_LIBUTIL_H
14 
15 /* Define if you have <ncurses.h> */
16 #define HAVE_NCURSES_H
17 
18 /* Define if you have <ncursesw/ncurses.h> */
19 /* #undef HAVE_NCURSESW_NCURSES_H */
20 
21 /* Define if you have <pty.h> */
22 /* #undef HAVE_PTY_H */
23 
24 /* Define if you have <term.h> */
25 #define HAVE_TERM_H
26 
27 /* Define if struct dirent has field d_namlen */
28 #define HAVE_DIRENT_D_NAMLEN
29