1
2/* Define when using wide characters */
3#define USE_WIDECHAR
4
5/* Define when iconv can be used */
6/* #undef USE_ICONV */
7
8/* Define when the 2nd argument of iconv(3) is not const */
9/* #undef ICONV_TRADITIONAL */
10
11/* Define if you have <libutil.h> */
12#define HAVE_LIBUTIL_H
13
14/* Define if you have <ncurses.h> */
15#define HAVE_NCURSES_H
16
17/* Define if you have <ncursesw/ncurses.h> */
18/* #undef HAVE_NCURSESW_NCURSES_H */
19
20/* Define if you have <pty.h> */
21/* #undef HAVE_PTY_H */
22
23/* Define if you have <term.h> */
24#define HAVE_TERM_H
25
26/* Define if struct dirent has field d_namlen */
27#define HAVE_DIRENT_D_NAMLEN
28