mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 14:21:18 +01:00
baff81958c
MFC atfer: 1 week
32 lines
861 B
C
32 lines
861 B
C
/* Define to 1 if you have the <curses.h> header file. */
|
|
#define HAVE_CURSES_H 1
|
|
|
|
/* Define to 1 if you have getpwnam_r and getpwuid_r that are draft POSIX.1
|
|
versions. */
|
|
/* #undef HAVE_GETPW_R_DRAFT */
|
|
|
|
/* Define to 1 if you have getpwnam_r and getpwuid_r that are POSIX.1
|
|
compatible. */
|
|
#define HAVE_GETPW_R_POSIX 1
|
|
|
|
/* Define to 1 if you have the `issetugid' function. */
|
|
#define HAVE_ISSETUGID 1
|
|
|
|
/* Define to 1 if you have the <ncurses.h> header file. */
|
|
/* #undef HAVE_NCURSES_H */
|
|
|
|
/* Define to 1 if struct dirent has member d_namlen */
|
|
#define HAVE_STRUCT_DIRENT_D_NAMLEN 1
|
|
|
|
/* Define to 1 if you have the <sys/cdefs.h> header file. */
|
|
#define HAVE_SYS_CDEFS_H 1
|
|
|
|
/* Define to 1 if you have the <termcap.h> header file. */
|
|
#define HAVE_TERMCAP_H 1
|
|
|
|
/* Define to 1 if you have the <term.h> header file. */
|
|
#define HAVE_TERM_H 1
|
|
|
|
#include "sys.h"
|
|
|