29 lines
628 B
C
29 lines
628 B
C
/* $FreeBSD$ */
|
|
|
|
/* Define when using wide characters */
|
|
#define USE_WIDECHAR
|
|
|
|
/* Define when iconv can be used */
|
|
/* #undef USE_ICONV */
|
|
|
|
/* 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 <ncursesw/ncurses.h> */
|
|
/* #undef HAVE_NCURSESW_NCURSES_H */
|
|
|
|
/* Define if you have <pty.h> */
|
|
/* #undef HAVE_PTY_H */
|
|
|
|
/* Define if you have <term.h> */
|
|
#define HAVE_TERM_H
|
|
|
|
/* Define if struct dirent has field d_namlen */
|
|
#define HAVE_DIRENT_D_NAMLEN
|