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