freebsd-dev/usr.bin/vi/config.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

29 lines
628 B
C
Raw Normal View History

/* $FreeBSD$ */
1996-11-01 08:16:24 +00:00
/* Define when using wide characters */
#define USE_WIDECHAR
1996-11-01 08:16:24 +00:00
/* Define when iconv can be used */
/* #undef USE_ICONV */
1996-11-01 08:16:24 +00:00
/* Define when the 2nd argument of iconv(3) is not const */
/* #undef ICONV_TRADITIONAL */
1996-11-01 08:16:24 +00:00
/* Define if you have <libutil.h> */
#define HAVE_LIBUTIL_H
1996-11-01 08:16:24 +00:00
/* Define if you have <ncurses.h> */
#define HAVE_NCURSES_H
1996-11-01 08:16:24 +00:00
/* Define if you have <ncursesw/ncurses.h> */
2021-05-21 20:50:50 +00:00
/* #undef HAVE_NCURSESW_NCURSES_H */
/* Define if you have <pty.h> */
2021-05-21 20:50:50 +00:00
/* #undef HAVE_PTY_H */
/* Define if you have <term.h> */
#define HAVE_TERM_H
/* Define if struct dirent has field d_namlen */
2021-05-21 20:50:50 +00:00
#define HAVE_DIRENT_D_NAMLEN