]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/vi/config.h
amd64: use register macros for gdb_cpu_getreg()
[FreeBSD/FreeBSD.git] / usr.bin / vi / config.h
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