indent(1): Use NULL instead of zero for pointers.
[freebsd-src.git] / usr.bin / vi / config.h
blob94e780807fbaf6d476e6c52db9d9d8a272c8abab
1 /* $Id: config.h.in,v 9.5 2013/03/11 01:20:53 zy Exp $ */
2 /* $FreeBSD$ */
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 /* #undef 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