opnsense-src/usr.bin/vi/config.h
Baptiste Daroussin 1e5c3ce7a5 import nvi 2.2.0-3bbdfe4
(cherry picked from commit 6680e5a52f)
2021-09-22 12:07:48 +02:00

28 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