1*ae87de88Schristos /* This file is automatically generated. DO NOT EDIT! */ 2*ae87de88Schristos /* Generated from: NetBSD: mknative-gdb,v 1.16 2023/07/31 17:09:59 christos Exp */ 3*ae87de88Schristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */ 4*ae87de88Schristos 5*ae87de88Schristos /* config.h. Generated from config.h.in by configure. */ 6*ae87de88Schristos /* config.h.in. Maintained by hand. */ 7*ae87de88Schristos 8*ae87de88Schristos /* Template definitions for autoconf */ 9*ae87de88Schristos #define __EXTENSIONS__ 1 10*ae87de88Schristos #define _ALL_SOURCE 1 11*ae87de88Schristos #define _GNU_SOURCE 1 12*ae87de88Schristos /* #undef _POSIX_SOURCE */ 13*ae87de88Schristos /* #undef _POSIX_1_SOURCE */ 14*ae87de88Schristos #define _POSIX_PTHREAD_SEMANTICS 1 15*ae87de88Schristos #define _TANDEM_SOURCE 1 16*ae87de88Schristos /* #undef _MINIX */ 17*ae87de88Schristos 18*ae87de88Schristos /* Define NO_MULTIBYTE_SUPPORT to not compile in support for multibyte 19*ae87de88Schristos characters, even if the OS supports them. */ 20*ae87de88Schristos /* #undef NO_MULTIBYTE_SUPPORT */ 21*ae87de88Schristos 22*ae87de88Schristos /* #undef _FILE_OFFSET_BITS */ 23*ae87de88Schristos 24*ae87de88Schristos /* Define as the return type of signal handlers (int or void). */ 25*ae87de88Schristos #define RETSIGTYPE void 26*ae87de88Schristos 27*ae87de88Schristos #define VOID_SIGHANDLER 1 28*ae87de88Schristos 29*ae87de88Schristos /* Characteristics of the compiler. */ 30*ae87de88Schristos /* #undef sig_atomic_t */ 31*ae87de88Schristos 32*ae87de88Schristos /* #undef size_t */ 33*ae87de88Schristos 34*ae87de88Schristos /* #undef ssize_t */ 35*ae87de88Schristos 36*ae87de88Schristos /* #undef const */ 37*ae87de88Schristos 38*ae87de88Schristos /* #undef volatile */ 39*ae87de88Schristos 40*ae87de88Schristos #define PROTOTYPES 1 41*ae87de88Schristos #define __PROTOTYPES 1 42*ae87de88Schristos 43*ae87de88Schristos /* #undef __CHAR_UNSIGNED__ */ 44*ae87de88Schristos 45*ae87de88Schristos /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */ 46*ae87de88Schristos /* #undef STAT_MACROS_BROKEN */ 47*ae87de88Schristos 48*ae87de88Schristos /* Define if you have the chown function. */ 49*ae87de88Schristos /* #undef HAVE_CHOWN */ 50*ae87de88Schristos 51*ae87de88Schristos /* Define if you have the fcntl function. */ 52*ae87de88Schristos #define HAVE_FCNTL 1 53*ae87de88Schristos 54*ae87de88Schristos /* Define if you have the fnmatch function. */ 55*ae87de88Schristos #define HAVE_FNMATCH 1 56*ae87de88Schristos 57*ae87de88Schristos /* Define if you have the getpwent function. */ 58*ae87de88Schristos #define HAVE_GETPWENT 1 59*ae87de88Schristos 60*ae87de88Schristos /* Define if you have the getpwnam function. */ 61*ae87de88Schristos #define HAVE_GETPWNAM 1 62*ae87de88Schristos 63*ae87de88Schristos /* Define if you have the getpwuid function. */ 64*ae87de88Schristos #define HAVE_GETPWUID 1 65*ae87de88Schristos 66*ae87de88Schristos /* Define if you have the isascii function. */ 67*ae87de88Schristos #define HAVE_ISASCII 1 68*ae87de88Schristos 69*ae87de88Schristos /* Define if you have the iswctype function. */ 70*ae87de88Schristos #define HAVE_ISWCTYPE 1 71*ae87de88Schristos 72*ae87de88Schristos /* Define if you have the iswlower function. */ 73*ae87de88Schristos #define HAVE_ISWLOWER 1 74*ae87de88Schristos 75*ae87de88Schristos /* Define if you have the iswupper function. */ 76*ae87de88Schristos #define HAVE_ISWUPPER 1 77*ae87de88Schristos 78*ae87de88Schristos /* Define if you have the isxdigit function. */ 79*ae87de88Schristos #define HAVE_ISXDIGIT 1 80*ae87de88Schristos 81*ae87de88Schristos /* Define if you have the kill function. */ 82*ae87de88Schristos #define HAVE_KILL 1 83*ae87de88Schristos 84*ae87de88Schristos /* Define if you have the lstat function. */ 85*ae87de88Schristos #define HAVE_LSTAT 1 86*ae87de88Schristos 87*ae87de88Schristos /* Define if you have the mbrlen function. */ 88*ae87de88Schristos #define HAVE_MBRLEN 1 89*ae87de88Schristos 90*ae87de88Schristos /* Define if you have the mbrtowc function. */ 91*ae87de88Schristos #define HAVE_MBRTOWC 1 92*ae87de88Schristos 93*ae87de88Schristos /* Define if you have the mbsrtowcs function. */ 94*ae87de88Schristos #define HAVE_MBSRTOWCS 1 95*ae87de88Schristos 96*ae87de88Schristos /* Define if you have the memmove function. */ 97*ae87de88Schristos #define HAVE_MEMMOVE 1 98*ae87de88Schristos 99*ae87de88Schristos /* Define if you have the pselect function. */ 100*ae87de88Schristos #define HAVE_PSELECT 1 101*ae87de88Schristos 102*ae87de88Schristos /* Define if you have the putenv function. */ 103*ae87de88Schristos #define HAVE_PUTENV 1 104*ae87de88Schristos 105*ae87de88Schristos /* Define if you have the readlink function. */ 106*ae87de88Schristos #define HAVE_READLINK 1 107*ae87de88Schristos 108*ae87de88Schristos /* Define if you have the select function. */ 109*ae87de88Schristos #define HAVE_SELECT 1 110*ae87de88Schristos 111*ae87de88Schristos /* Define if you have the setenv function. */ 112*ae87de88Schristos #define HAVE_SETENV 1 113*ae87de88Schristos 114*ae87de88Schristos /* Define if you have the setlocale function. */ 115*ae87de88Schristos #define HAVE_SETLOCALE 1 116*ae87de88Schristos 117*ae87de88Schristos /* Define if you have the strcasecmp function. */ 118*ae87de88Schristos #define HAVE_STRCASECMP 1 119*ae87de88Schristos 120*ae87de88Schristos /* Define if you have the strcoll function. */ 121*ae87de88Schristos #define HAVE_STRCOLL 1 122*ae87de88Schristos 123*ae87de88Schristos /* #undef STRCOLL_BROKEN */ 124*ae87de88Schristos 125*ae87de88Schristos /* Define if you have the strpbrk function. */ 126*ae87de88Schristos #define HAVE_STRPBRK 1 127*ae87de88Schristos 128*ae87de88Schristos /* Define if you have the tcgetattr function. */ 129*ae87de88Schristos #define HAVE_TCGETATTR 1 130*ae87de88Schristos 131*ae87de88Schristos /* Define if you have the towlower function. */ 132*ae87de88Schristos #define HAVE_TOWLOWER 1 133*ae87de88Schristos 134*ae87de88Schristos /* Define if you have the towupper function. */ 135*ae87de88Schristos #define HAVE_TOWUPPER 1 136*ae87de88Schristos 137*ae87de88Schristos /* Define if you have the vsnprintf function. */ 138*ae87de88Schristos #define HAVE_VSNPRINTF 1 139*ae87de88Schristos 140*ae87de88Schristos /* Define if you have the wcrtomb function. */ 141*ae87de88Schristos #define HAVE_WCRTOMB 1 142*ae87de88Schristos 143*ae87de88Schristos /* Define if you have the wcscoll function. */ 144*ae87de88Schristos #define HAVE_WCSCOLL 1 145*ae87de88Schristos 146*ae87de88Schristos /* Define if you have the wctype function. */ 147*ae87de88Schristos #define HAVE_WCTYPE 1 148*ae87de88Schristos 149*ae87de88Schristos /* Define if you have the wcwidth function. */ 150*ae87de88Schristos #define HAVE_WCWIDTH 1 151*ae87de88Schristos 152*ae87de88Schristos /* and whether it works */ 153*ae87de88Schristos /* #undef WCWIDTH_BROKEN */ 154*ae87de88Schristos 155*ae87de88Schristos #define STDC_HEADERS 1 156*ae87de88Schristos 157*ae87de88Schristos /* Define if you have the <dirent.h> header file. */ 158*ae87de88Schristos #define HAVE_DIRENT_H 1 159*ae87de88Schristos 160*ae87de88Schristos /* Define if you have the <fcntl.h> header file. */ 161*ae87de88Schristos #define HAVE_FCNTL_H 1 162*ae87de88Schristos 163*ae87de88Schristos /* Define if you have the <langinfo.h> header file. */ 164*ae87de88Schristos #define HAVE_LANGINFO_H 1 165*ae87de88Schristos 166*ae87de88Schristos /* Define if you have the <libaudit.h> header file. */ 167*ae87de88Schristos /* #undef HAVE_LIBAUDIT_H */ 168*ae87de88Schristos 169*ae87de88Schristos /* Define if you have the <limits.h> header file. */ 170*ae87de88Schristos #define HAVE_LIMITS_H 1 171*ae87de88Schristos 172*ae87de88Schristos /* Define if you have the <locale.h> header file. */ 173*ae87de88Schristos #define HAVE_LOCALE_H 1 174*ae87de88Schristos 175*ae87de88Schristos /* Define if you have the <memory.h> header file. */ 176*ae87de88Schristos #define HAVE_MEMORY_H 1 177*ae87de88Schristos 178*ae87de88Schristos /* Define if you have the <ndir.h> header file. */ 179*ae87de88Schristos /* #undef HAVE_NDIR_H */ 180*ae87de88Schristos 181*ae87de88Schristos /* Define if you have the <ncurses/termcap.h> header file. */ 182*ae87de88Schristos /* #undef HAVE_NCURSES_TERMCAP_H */ 183*ae87de88Schristos 184*ae87de88Schristos /* Define if you have the <pwd.h> header file. */ 185*ae87de88Schristos #define HAVE_PWD_H 1 186*ae87de88Schristos 187*ae87de88Schristos /* Define if you have the <stdarg.h> header file. */ 188*ae87de88Schristos #define HAVE_STDARG_H 1 189*ae87de88Schristos 190*ae87de88Schristos /* Define if you have the <stdbool.h> header file. */ 191*ae87de88Schristos #define HAVE_STDBOOL_H 1 192*ae87de88Schristos 193*ae87de88Schristos /* Define if you have the <stdlib.h> header file. */ 194*ae87de88Schristos #define HAVE_STDLIB_H 1 195*ae87de88Schristos 196*ae87de88Schristos /* Define if you have the <string.h> header file. */ 197*ae87de88Schristos #define HAVE_STRING_H 1 198*ae87de88Schristos 199*ae87de88Schristos /* Define if you have the <strings.h> header file. */ 200*ae87de88Schristos #define HAVE_STRINGS_H 1 201*ae87de88Schristos 202*ae87de88Schristos /* Define if you have the <sys/dir.h> header file. */ 203*ae87de88Schristos /* #undef HAVE_SYS_DIR_H */ 204*ae87de88Schristos 205*ae87de88Schristos /* Define if you have the <sys/file.h> header file. */ 206*ae87de88Schristos #define HAVE_SYS_FILE_H 1 207*ae87de88Schristos 208*ae87de88Schristos /* Define if you have the <sys/ioctl.h> header file. */ 209*ae87de88Schristos #define HAVE_SYS_IOCTL_H 1 210*ae87de88Schristos 211*ae87de88Schristos /* Define if you have the <sys/ndir.h> header file. */ 212*ae87de88Schristos /* #undef HAVE_SYS_NDIR_H */ 213*ae87de88Schristos 214*ae87de88Schristos /* Define if you have the <sys/pte.h> header file. */ 215*ae87de88Schristos /* #undef HAVE_SYS_PTE_H */ 216*ae87de88Schristos 217*ae87de88Schristos /* Define if you have the <sys/ptem.h> header file. */ 218*ae87de88Schristos /* #undef HAVE_SYS_PTEM_H */ 219*ae87de88Schristos 220*ae87de88Schristos /* Define if you have the <sys/select.h> header file. */ 221*ae87de88Schristos #define HAVE_SYS_SELECT_H 1 222*ae87de88Schristos 223*ae87de88Schristos /* Define if you have the <sys/stream.h> header file. */ 224*ae87de88Schristos /* #undef HAVE_SYS_STREAM_H */ 225*ae87de88Schristos 226*ae87de88Schristos /* Define if you have the <termcap.h> header file. */ 227*ae87de88Schristos #define HAVE_TERMCAP_H 1 228*ae87de88Schristos 229*ae87de88Schristos /* Define if you have the <termio.h> header file. */ 230*ae87de88Schristos /* #undef HAVE_TERMIO_H */ 231*ae87de88Schristos 232*ae87de88Schristos /* Define if you have the <termios.h> header file. */ 233*ae87de88Schristos #define HAVE_TERMIOS_H 1 234*ae87de88Schristos 235*ae87de88Schristos /* Define if you have the <unistd.h> header file. */ 236*ae87de88Schristos #define HAVE_UNISTD_H 1 237*ae87de88Schristos 238*ae87de88Schristos /* Define if you have the <varargs.h> header file. */ 239*ae87de88Schristos /* #undef HAVE_VARARGS_H */ 240*ae87de88Schristos 241*ae87de88Schristos /* Define if you have the <wchar.h> header file. */ 242*ae87de88Schristos #define HAVE_WCHAR_H 1 243*ae87de88Schristos 244*ae87de88Schristos /* Define if you have the <wctype.h> header file. */ 245*ae87de88Schristos #define HAVE_WCTYPE_H 1 246*ae87de88Schristos 247*ae87de88Schristos #define HAVE_MBSTATE_T 1 248*ae87de88Schristos 249*ae87de88Schristos /* Define if you have wchar_t in <wctype.h>. */ 250*ae87de88Schristos #define HAVE_WCHAR_T 1 251*ae87de88Schristos 252*ae87de88Schristos /* Define if you have wctype_t in <wctype.h>. */ 253*ae87de88Schristos #define HAVE_WCTYPE_T 1 254*ae87de88Schristos 255*ae87de88Schristos /* Define if you have wint_t in <wctype.h>. */ 256*ae87de88Schristos #define HAVE_WINT_T 1 257*ae87de88Schristos 258*ae87de88Schristos /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ 259*ae87de88Schristos #define HAVE_LANGINFO_CODESET 1 260*ae87de88Schristos 261*ae87de88Schristos /* Define if you have <linux/audit.h> and it defines AUDIT_USER_TTY */ 262*ae87de88Schristos #define HAVE_DECL_AUDIT_USER_TTY 0 263*ae87de88Schristos 264*ae87de88Schristos /* Definitions pulled in from aclocal.m4. */ 265*ae87de88Schristos #define VOID_SIGHANDLER 1 266*ae87de88Schristos 267*ae87de88Schristos /* #undef GWINSZ_IN_SYS_IOCTL */ 268*ae87de88Schristos 269*ae87de88Schristos #define STRUCT_WINSIZE_IN_SYS_IOCTL 1 270*ae87de88Schristos 271*ae87de88Schristos /* #undef STRUCT_WINSIZE_IN_TERMIOS */ 272*ae87de88Schristos 273*ae87de88Schristos #define TIOCSTAT_IN_SYS_IOCTL 1 274*ae87de88Schristos 275*ae87de88Schristos #define FIONREAD_IN_SYS_IOCTL 1 276*ae87de88Schristos 277*ae87de88Schristos /* #undef SPEED_T_IN_SYS_TYPES */ 278*ae87de88Schristos 279*ae87de88Schristos #define HAVE_GETPW_DECLS 1 280*ae87de88Schristos 281*ae87de88Schristos #define HAVE_STRUCT_DIRENT_D_INO 1 282*ae87de88Schristos 283*ae87de88Schristos #define HAVE_STRUCT_DIRENT_D_FILENO 1 284*ae87de88Schristos 285*ae87de88Schristos /* #undef HAVE_STRUCT_DIRENT_D_NAMLEN */ 286*ae87de88Schristos 287*ae87de88Schristos /* #undef HAVE_BSD_SIGNALS */ 288*ae87de88Schristos 289*ae87de88Schristos #define HAVE_POSIX_SIGNALS 1 290*ae87de88Schristos 291*ae87de88Schristos /* #undef HAVE_USG_SIGHOLD */ 292*ae87de88Schristos 293*ae87de88Schristos /* #undef MUST_REINSTALL_SIGHANDLERS */ 294*ae87de88Schristos 295*ae87de88Schristos #define HAVE_POSIX_SIGSETJMP 1 296*ae87de88Schristos 297*ae87de88Schristos #define CTYPE_NON_ASCII 1 298*ae87de88Schristos 299*ae87de88Schristos /* modify settings or make new ones based on what autoconf tells us. */ 300*ae87de88Schristos 301*ae87de88Schristos /* Ultrix botches type-ahead when switching from canonical to 302*ae87de88Schristos non-canonical mode, at least through version 4.3 */ 303*ae87de88Schristos #if !defined (HAVE_TERMIOS_H) || !defined (HAVE_TCGETATTR) || defined (ultrix) 304*ae87de88Schristos # define TERMIOS_MISSING 305*ae87de88Schristos #endif 306*ae87de88Schristos 307*ae87de88Schristos /* VARARGS defines moved to rlstdc.h */ 308