config.h revision 254225
1185573Srwatson/* $Id: config.h.in,v 9.5 2013/03/11 01:20:53 zy Exp $ */
2185573Srwatson/* $FreeBSD: head/usr.bin/vi/config.h 254225 2013-08-11 20:03:12Z peter $ */
3155131Srwatson
4155131Srwatson/* Define if you want a debugging version. */
5155131Srwatson/* #undef DEBUG */
6155131Srwatson
7155131Srwatson/* Define when using wide characters */
8155131Srwatson/* #define USE_WIDECHAR set by Makefile */
9155131Srwatson
10155131Srwatson/* Define when iconv can be used */
11155131Srwatson/* #define USE_ICONV set by Makefile */
12155131Srwatson
13155131Srwatson/* Define when the 2nd argument of iconv(3) is not const */
14185573Srwatson/* #undef ICONV_TRADITIONAL */
15155131Srwatson
16155131Srwatson/* Define if you have <libutil.h> */
17155131Srwatson#define HAVE_LIBUTIL_H
18155131Srwatson
19155131Srwatson/* Define if you have <ncurses.h> */
20155131Srwatson#define HAVE_NCURSES_H
21155131Srwatson
22155131Srwatson/* Define if you have <term.h> */
23155131Srwatson#define HAVE_TERM_H
24155131Srwatson