178cb86e0Schristos /* Define to 1 if you have the <curses.h> header file. */ 278cb86e0Schristos #define HAVE_CURSES_H 1 378cb86e0Schristos 478cb86e0Schristos /* Define to 1 if you have getpwnam_r and getpwuid_r that are draft POSIX.1 578cb86e0Schristos versions. */ 678cb86e0Schristos /* #undef HAVE_GETPW_R_DRAFT */ 778cb86e0Schristos 878cb86e0Schristos /* Define to 1 if you have getpwnam_r and getpwuid_r that are POSIX.1 978cb86e0Schristos compatible. */ 1078cb86e0Schristos #define HAVE_GETPW_R_POSIX 1 1178cb86e0Schristos 1278cb86e0Schristos /* Define to 1 if you have the `issetugid' function. */ 13aef033dfSchristos #define HAVE_ISSETUGID 1 14aef033dfSchristos 1578cb86e0Schristos /* Define to 1 if you have the <ncurses.h> header file. */ 1678cb86e0Schristos /* #undef HAVE_NCURSES_H */ 1778cb86e0Schristos 18*f46176b9Schristos /* Define to 1 if struct dirent has member d_namlen */ 19*f46176b9Schristos #define HAVE_STRUCT_DIRENT_D_NAMLEN 1 20*f46176b9Schristos 2178cb86e0Schristos /* Define to 1 if you have the <sys/cdefs.h> header file. */ 2278cb86e0Schristos #define HAVE_SYS_CDEFS_H 1 2378cb86e0Schristos 24*f46176b9Schristos /* Define to 1 if you have the <termcap.h> header file. */ 25*f46176b9Schristos #define HAVE_TERMCAP_H 1 26*f46176b9Schristos 2778cb86e0Schristos /* Define to 1 if you have the <term.h> header file. */ 2878cb86e0Schristos #define HAVE_TERM_H 1 2978cb86e0Schristos 30aef033dfSchristos #include "sys.h" 31*f46176b9Schristos 32