nvi: Upgrade from version 1.79 to 2.1.1 (multibyte support)
[dragonfly.git] / usr.bin / vi / config.h
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 $ */
3
4 /* Define if you want a debugging version. */
5 /* #undef DEBUG */
6
7 /* Define when using wide characters */
8 /* #define USE_WIDECHAR set by Makefile */
9
10 /* Define when iconv can be used */
11 /* #define USE_ICONV set by Makefile */
12
13 /* Define when the 2nd argument of iconv(3) is not const */
14 /* #undef ICONV_TRADITIONAL */
15
16 /* Define if you have <libutil.h> */
17 #define HAVE_LIBUTIL_H
18
19 /* Define if you have <ncurses.h> */
20 #define HAVE_NCURSES_H
21
22 /* Define if you have <term.h> */
23 #define HAVE_TERM_H