mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-26 10:53:39 +01:00
2a63c3be15
Remove /^/[*/]\s*\$FreeBSD\$.*\n/
28 lines
612 B
C
28 lines
612 B
C
|
|
/* 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
|