blob: 94e780807fbaf6d476e6c52db9d9d8a272c8abab (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
/* $Id: config.h.in,v 9.5 2013/03/11 01:20:53 zy Exp $ */
/* $FreeBSD$ */
/* Define if you want a debugging version. */
/* #undef DEBUG */
/* Define when using wide characters */
/* #define USE_WIDECHAR set by Makefile */
/* Define when iconv can be used */
/* #define USE_ICONV set by Makefile */
/* Define when the 2nd argument of iconv(3) is not const */
/* #undef ICONV_TRADITIONAL */
/* Define if you have <libutil.h> */
#define HAVE_LIBUTIL_H
/* Define if you have <ncurses.h> */
#define HAVE_NCURSES_H
/* Define if you have <term.h> */
#define HAVE_TERM_H
|