sys/conf/files: Move vmx a bit up.
[dragonfly.git] / usr.bin / vi / config.h
blob9c3bc599a46490684f1e461e2feac1168d2593d7
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 set by Makefile */
10 /* Define when iconv can be used */
11 /* #define USE_ICONV set by Makefile */
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