xref: /freebsd/usr.bin/vi/config.h (revision a0409676120c1e558d0ade943019934e0f15118d)
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