1/* $Id: config.h.in,v 9.5 2013/03/11 01:20:53 zy Exp $ */
2/* $FreeBSD$ */
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
24