xref: /freebsd/usr.bin/vi/config.h (revision 50696a6e8cbfdbf4a0d00f2f85f1951aa0d8e23d)
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 <term.h> */
19 #define HAVE_TERM_H
20