2000-04-16 17:34:33 +00:00
|
|
|
/* $FreeBSD$ */
|
1996-11-01 08:16:24 +00:00
|
|
|
|
2013-08-11 20:03:12 +00:00
|
|
|
/* Define when using wide characters */
|
2020-09-09 08:38:47 +00:00
|
|
|
#define USE_WIDECHAR
|
1996-11-01 08:16:24 +00:00
|
|
|
|
2013-08-11 20:03:12 +00:00
|
|
|
/* Define when iconv can be used */
|
2020-09-09 08:38:47 +00:00
|
|
|
/* #undef USE_ICONV */
|
1996-11-01 08:16:24 +00:00
|
|
|
|
2013-08-11 20:03:12 +00:00
|
|
|
/* Define when the 2nd argument of iconv(3) is not const */
|
|
|
|
/* #undef ICONV_TRADITIONAL */
|
1996-11-01 08:16:24 +00:00
|
|
|
|
2013-08-11 20:03:12 +00:00
|
|
|
/* Define if you have <libutil.h> */
|
|
|
|
#define HAVE_LIBUTIL_H
|
1996-11-01 08:16:24 +00:00
|
|
|
|
2013-08-11 20:03:12 +00:00
|
|
|
/* Define if you have <ncurses.h> */
|
|
|
|
#define HAVE_NCURSES_H
|
1996-11-01 08:16:24 +00:00
|
|
|
|
2013-08-11 20:03:12 +00:00
|
|
|
/* Define if you have <term.h> */
|
|
|
|
#define HAVE_TERM_H
|