mxge: Unify firmware handling with the rest of the system.
[dragonfly.git] / usr.bin / vi / config.h
blob37e4a3593bd42fc873dd2d8007f6fc7f7e960611
1 /* $Id: config.h.in,v 9.5 2013/03/11 01:20:53 zy Exp $ */
2 /* $FreeBSD: head/usr.bin/vi/config.h 254225 2013-08-11 20:03:12Z peter $ */
4 /* Define if you want a debugging version. */
5 /* #undef DEBUG */
7 /* Define when using wide characters */
8 #define USE_WIDECHAR
10 /* Define when iconv can be used */
11 #define USE_ICONV
13 /* Define when the 2nd argument of iconv(3) is not const */
14 #define ICONV_TRADITIONAL
16 /* Define if you have <libutil.h> */
17 #define HAVE_LIBUTIL_H
19 /* Define if you have <ncurses.h> */
20 #define HAVE_NCURSES_H
22 /* Define if you have <term.h> */
23 #define HAVE_TERM_H