11138a3c3Schristos /* This file is automatically generated. DO NOT EDIT! */ 2*4d342c04Schristos /* Generated from: NetBSD: mknative-gdb,v 1.12 2020/09/17 16:54:31 christos Exp */ 35a254e06Schristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */ 41138a3c3Schristos 51138a3c3Schristos /* config.h. Generated from config.h.in by configure. */ 61138a3c3Schristos /* config.h.in. Maintained by hand. */ 71138a3c3Schristos 85a254e06Schristos /* Template definitions for autoconf */ 95a254e06Schristos #define __EXTENSIONS__ 1 105a254e06Schristos #define _ALL_SOURCE 1 115a254e06Schristos #define _GNU_SOURCE 1 125a254e06Schristos /* #undef _POSIX_SOURCE */ 135a254e06Schristos /* #undef _POSIX_1_SOURCE */ 145a254e06Schristos #define _POSIX_PTHREAD_SEMANTICS 1 155a254e06Schristos #define _TANDEM_SOURCE 1 165a254e06Schristos /* #undef _MINIX */ 175a254e06Schristos 181138a3c3Schristos /* Define NO_MULTIBYTE_SUPPORT to not compile in support for multibyte 191138a3c3Schristos characters, even if the OS supports them. */ 201138a3c3Schristos /* #undef NO_MULTIBYTE_SUPPORT */ 211138a3c3Schristos 227bfbcd5fSchristos /* #undef _FILE_OFFSET_BITS */ 237bfbcd5fSchristos 241138a3c3Schristos /* Define as the return type of signal handlers (int or void). */ 251138a3c3Schristos #define RETSIGTYPE void 261138a3c3Schristos 271138a3c3Schristos #define VOID_SIGHANDLER 1 281138a3c3Schristos 291138a3c3Schristos /* Characteristics of the compiler. */ 307bfbcd5fSchristos /* #undef sig_atomic_t */ 311138a3c3Schristos 321138a3c3Schristos /* #undef size_t */ 331138a3c3Schristos 341138a3c3Schristos /* #undef ssize_t */ 351138a3c3Schristos 367bfbcd5fSchristos /* #undef const */ 377bfbcd5fSchristos 387bfbcd5fSchristos /* #undef volatile */ 397bfbcd5fSchristos 401138a3c3Schristos #define PROTOTYPES 1 41*4d342c04Schristos #define __PROTOTYPES 1 421138a3c3Schristos 431138a3c3Schristos /* #undef __CHAR_UNSIGNED__ */ 441138a3c3Schristos 451138a3c3Schristos /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */ 461138a3c3Schristos /* #undef STAT_MACROS_BROKEN */ 471138a3c3Schristos 48*4d342c04Schristos /* Define if you have the chown function. */ 49*4d342c04Schristos /* #undef HAVE_CHOWN */ 50*4d342c04Schristos 511138a3c3Schristos /* Define if you have the fcntl function. */ 521138a3c3Schristos #define HAVE_FCNTL 1 531138a3c3Schristos 54*4d342c04Schristos /* Define if you have the fnmatch function. */ 55*4d342c04Schristos #define HAVE_FNMATCH 1 56*4d342c04Schristos 571138a3c3Schristos /* Define if you have the getpwent function. */ 581138a3c3Schristos #define HAVE_GETPWENT 1 591138a3c3Schristos 601138a3c3Schristos /* Define if you have the getpwnam function. */ 611138a3c3Schristos #define HAVE_GETPWNAM 1 621138a3c3Schristos 631138a3c3Schristos /* Define if you have the getpwuid function. */ 641138a3c3Schristos #define HAVE_GETPWUID 1 651138a3c3Schristos 661138a3c3Schristos /* Define if you have the isascii function. */ 671138a3c3Schristos #define HAVE_ISASCII 1 681138a3c3Schristos 697bfbcd5fSchristos /* Define if you have the iswctype function. */ 707bfbcd5fSchristos #define HAVE_ISWCTYPE 1 717bfbcd5fSchristos 727bfbcd5fSchristos /* Define if you have the iswlower function. */ 737bfbcd5fSchristos #define HAVE_ISWLOWER 1 747bfbcd5fSchristos 757bfbcd5fSchristos /* Define if you have the iswupper function. */ 767bfbcd5fSchristos #define HAVE_ISWUPPER 1 777bfbcd5fSchristos 781138a3c3Schristos /* Define if you have the isxdigit function. */ 791138a3c3Schristos #define HAVE_ISXDIGIT 1 801138a3c3Schristos 811138a3c3Schristos /* Define if you have the kill function. */ 821138a3c3Schristos #define HAVE_KILL 1 831138a3c3Schristos 841138a3c3Schristos /* Define if you have the lstat function. */ 851138a3c3Schristos #define HAVE_LSTAT 1 861138a3c3Schristos 871138a3c3Schristos /* Define if you have the mbrlen function. */ 881138a3c3Schristos #define HAVE_MBRLEN 1 891138a3c3Schristos 901138a3c3Schristos /* Define if you have the mbrtowc function. */ 911138a3c3Schristos #define HAVE_MBRTOWC 1 921138a3c3Schristos 931138a3c3Schristos /* Define if you have the mbsrtowcs function. */ 941138a3c3Schristos #define HAVE_MBSRTOWCS 1 951138a3c3Schristos 961138a3c3Schristos /* Define if you have the memmove function. */ 971138a3c3Schristos #define HAVE_MEMMOVE 1 981138a3c3Schristos 99*4d342c04Schristos /* Define if you have the pselect function. */ 100*4d342c04Schristos #define HAVE_PSELECT 1 101*4d342c04Schristos 1021138a3c3Schristos /* Define if you have the putenv function. */ 1031138a3c3Schristos #define HAVE_PUTENV 1 1041138a3c3Schristos 105*4d342c04Schristos /* Define if you have the readlink function. */ 106*4d342c04Schristos #define HAVE_READLINK 1 107*4d342c04Schristos 1081138a3c3Schristos /* Define if you have the select function. */ 1091138a3c3Schristos #define HAVE_SELECT 1 1101138a3c3Schristos 1111138a3c3Schristos /* Define if you have the setenv function. */ 1121138a3c3Schristos #define HAVE_SETENV 1 1131138a3c3Schristos 1141138a3c3Schristos /* Define if you have the setlocale function. */ 1151138a3c3Schristos #define HAVE_SETLOCALE 1 1161138a3c3Schristos 1171138a3c3Schristos /* Define if you have the strcasecmp function. */ 1181138a3c3Schristos #define HAVE_STRCASECMP 1 1191138a3c3Schristos 1201138a3c3Schristos /* Define if you have the strcoll function. */ 1211138a3c3Schristos #define HAVE_STRCOLL 1 1221138a3c3Schristos 1231138a3c3Schristos /* #undef STRCOLL_BROKEN */ 1241138a3c3Schristos 1251138a3c3Schristos /* Define if you have the strpbrk function. */ 1261138a3c3Schristos #define HAVE_STRPBRK 1 1271138a3c3Schristos 1281138a3c3Schristos /* Define if you have the tcgetattr function. */ 1291138a3c3Schristos #define HAVE_TCGETATTR 1 1301138a3c3Schristos 1317bfbcd5fSchristos /* Define if you have the towlower function. */ 1327bfbcd5fSchristos #define HAVE_TOWLOWER 1 1337bfbcd5fSchristos 1347bfbcd5fSchristos /* Define if you have the towupper function. */ 1357bfbcd5fSchristos #define HAVE_TOWUPPER 1 1367bfbcd5fSchristos 1371138a3c3Schristos /* Define if you have the vsnprintf function. */ 1381138a3c3Schristos #define HAVE_VSNPRINTF 1 1391138a3c3Schristos 1407bfbcd5fSchristos /* Define if you have the wcrtomb function. */ 1417bfbcd5fSchristos #define HAVE_WCRTOMB 1 1427bfbcd5fSchristos 1437bfbcd5fSchristos /* Define if you have the wcscoll function. */ 1447bfbcd5fSchristos #define HAVE_WCSCOLL 1 1457bfbcd5fSchristos 1467bfbcd5fSchristos /* Define if you have the wctype function. */ 1477bfbcd5fSchristos #define HAVE_WCTYPE 1 1481138a3c3Schristos 1491138a3c3Schristos /* Define if you have the wcwidth function. */ 1501138a3c3Schristos #define HAVE_WCWIDTH 1 1511138a3c3Schristos 152*4d342c04Schristos /* and whether it works */ 153*4d342c04Schristos /* #undef WCWIDTH_BROKEN */ 154*4d342c04Schristos 1551138a3c3Schristos #define STDC_HEADERS 1 1561138a3c3Schristos 1571138a3c3Schristos /* Define if you have the <dirent.h> header file. */ 1581138a3c3Schristos #define HAVE_DIRENT_H 1 1591138a3c3Schristos 1601138a3c3Schristos /* Define if you have the <fcntl.h> header file. */ 1611138a3c3Schristos #define HAVE_FCNTL_H 1 1621138a3c3Schristos 1631138a3c3Schristos /* Define if you have the <langinfo.h> header file. */ 1641138a3c3Schristos #define HAVE_LANGINFO_H 1 1651138a3c3Schristos 166*4d342c04Schristos /* Define if you have the <libaudit.h> header file. */ 167*4d342c04Schristos /* #undef HAVE_LIBAUDIT_H */ 168*4d342c04Schristos 1691138a3c3Schristos /* Define if you have the <limits.h> header file. */ 1701138a3c3Schristos #define HAVE_LIMITS_H 1 1711138a3c3Schristos 1721138a3c3Schristos /* Define if you have the <locale.h> header file. */ 1731138a3c3Schristos #define HAVE_LOCALE_H 1 1741138a3c3Schristos 1751138a3c3Schristos /* Define if you have the <memory.h> header file. */ 1761138a3c3Schristos #define HAVE_MEMORY_H 1 1771138a3c3Schristos 1781138a3c3Schristos /* Define if you have the <ndir.h> header file. */ 1791138a3c3Schristos /* #undef HAVE_NDIR_H */ 1801138a3c3Schristos 181*4d342c04Schristos /* Define if you have the <ncurses/termcap.h> header file. */ 182*4d342c04Schristos /* #undef HAVE_NCURSES_TERMCAP_H */ 183*4d342c04Schristos 1841138a3c3Schristos /* Define if you have the <pwd.h> header file. */ 1851138a3c3Schristos #define HAVE_PWD_H 1 1861138a3c3Schristos 1871138a3c3Schristos /* Define if you have the <stdarg.h> header file. */ 1881138a3c3Schristos #define HAVE_STDARG_H 1 1891138a3c3Schristos 190*4d342c04Schristos /* Define if you have the <stdbool.h> header file. */ 191*4d342c04Schristos #define HAVE_STDBOOL_H 1 192*4d342c04Schristos 1931138a3c3Schristos /* Define if you have the <stdlib.h> header file. */ 1941138a3c3Schristos #define HAVE_STDLIB_H 1 1951138a3c3Schristos 1961138a3c3Schristos /* Define if you have the <string.h> header file. */ 1971138a3c3Schristos #define HAVE_STRING_H 1 1981138a3c3Schristos 1991138a3c3Schristos /* Define if you have the <strings.h> header file. */ 2001138a3c3Schristos #define HAVE_STRINGS_H 1 2011138a3c3Schristos 2021138a3c3Schristos /* Define if you have the <sys/dir.h> header file. */ 2031138a3c3Schristos /* #undef HAVE_SYS_DIR_H */ 2041138a3c3Schristos 2051138a3c3Schristos /* Define if you have the <sys/file.h> header file. */ 2061138a3c3Schristos #define HAVE_SYS_FILE_H 1 2071138a3c3Schristos 208*4d342c04Schristos /* Define if you have the <sys/ioctl.h> header file. */ 209*4d342c04Schristos #define HAVE_SYS_IOCTL_H 1 210*4d342c04Schristos 2111138a3c3Schristos /* Define if you have the <sys/ndir.h> header file. */ 2121138a3c3Schristos /* #undef HAVE_SYS_NDIR_H */ 2131138a3c3Schristos 2141138a3c3Schristos /* Define if you have the <sys/pte.h> header file. */ 2151138a3c3Schristos /* #undef HAVE_SYS_PTE_H */ 2161138a3c3Schristos 2171138a3c3Schristos /* Define if you have the <sys/ptem.h> header file. */ 2181138a3c3Schristos /* #undef HAVE_SYS_PTEM_H */ 2191138a3c3Schristos 2201138a3c3Schristos /* Define if you have the <sys/select.h> header file. */ 2211138a3c3Schristos #define HAVE_SYS_SELECT_H 1 2221138a3c3Schristos 2231138a3c3Schristos /* Define if you have the <sys/stream.h> header file. */ 2241138a3c3Schristos /* #undef HAVE_SYS_STREAM_H */ 2251138a3c3Schristos 2261138a3c3Schristos /* Define if you have the <termcap.h> header file. */ 2271138a3c3Schristos #define HAVE_TERMCAP_H 1 2281138a3c3Schristos 2291138a3c3Schristos /* Define if you have the <termio.h> header file. */ 2301138a3c3Schristos /* #undef HAVE_TERMIO_H */ 2311138a3c3Schristos 2321138a3c3Schristos /* Define if you have the <termios.h> header file. */ 2331138a3c3Schristos #define HAVE_TERMIOS_H 1 2341138a3c3Schristos 2351138a3c3Schristos /* Define if you have the <unistd.h> header file. */ 2361138a3c3Schristos #define HAVE_UNISTD_H 1 2371138a3c3Schristos 2381138a3c3Schristos /* Define if you have the <varargs.h> header file. */ 2391138a3c3Schristos /* #undef HAVE_VARARGS_H */ 2401138a3c3Schristos 2411138a3c3Schristos /* Define if you have the <wchar.h> header file. */ 2421138a3c3Schristos #define HAVE_WCHAR_H 1 2431138a3c3Schristos 2447bfbcd5fSchristos /* Define if you have the <wctype.h> header file. */ 2451138a3c3Schristos #define HAVE_WCTYPE_H 1 2461138a3c3Schristos 2471138a3c3Schristos #define HAVE_MBSTATE_T 1 2481138a3c3Schristos 2497bfbcd5fSchristos /* Define if you have wchar_t in <wctype.h>. */ 2507bfbcd5fSchristos #define HAVE_WCHAR_T 1 2517bfbcd5fSchristos 2527bfbcd5fSchristos /* Define if you have wctype_t in <wctype.h>. */ 2537bfbcd5fSchristos #define HAVE_WCTYPE_T 1 2547bfbcd5fSchristos 2557bfbcd5fSchristos /* Define if you have wint_t in <wctype.h>. */ 2567bfbcd5fSchristos #define HAVE_WINT_T 1 2577bfbcd5fSchristos 2581138a3c3Schristos /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ 2591138a3c3Schristos #define HAVE_LANGINFO_CODESET 1 2601138a3c3Schristos 261*4d342c04Schristos /* Define if you have <linux/audit.h> and it defines AUDIT_USER_TTY */ 262*4d342c04Schristos #define HAVE_DECL_AUDIT_USER_TTY 0 263*4d342c04Schristos 2641138a3c3Schristos /* Definitions pulled in from aclocal.m4. */ 2651138a3c3Schristos #define VOID_SIGHANDLER 1 2661138a3c3Schristos 2671138a3c3Schristos /* #undef GWINSZ_IN_SYS_IOCTL */ 2681138a3c3Schristos 2691138a3c3Schristos #define STRUCT_WINSIZE_IN_SYS_IOCTL 1 2701138a3c3Schristos 2711138a3c3Schristos /* #undef STRUCT_WINSIZE_IN_TERMIOS */ 2721138a3c3Schristos 2731138a3c3Schristos #define TIOCSTAT_IN_SYS_IOCTL 1 2741138a3c3Schristos 2751138a3c3Schristos #define FIONREAD_IN_SYS_IOCTL 1 2761138a3c3Schristos 2771138a3c3Schristos /* #undef SPEED_T_IN_SYS_TYPES */ 2781138a3c3Schristos 2791138a3c3Schristos #define HAVE_GETPW_DECLS 1 2801138a3c3Schristos 281*4d342c04Schristos #define HAVE_STRUCT_DIRENT_D_INO 1 2821138a3c3Schristos 283*4d342c04Schristos #define HAVE_STRUCT_DIRENT_D_FILENO 1 284*4d342c04Schristos 285*4d342c04Schristos /* #undef HAVE_STRUCT_DIRENT_D_NAMLEN */ 2861138a3c3Schristos 2871138a3c3Schristos /* #undef HAVE_BSD_SIGNALS */ 2881138a3c3Schristos 2891138a3c3Schristos #define HAVE_POSIX_SIGNALS 1 2901138a3c3Schristos 2911138a3c3Schristos /* #undef HAVE_USG_SIGHOLD */ 2921138a3c3Schristos 2931138a3c3Schristos /* #undef MUST_REINSTALL_SIGHANDLERS */ 2941138a3c3Schristos 2951138a3c3Schristos #define HAVE_POSIX_SIGSETJMP 1 2961138a3c3Schristos 2971138a3c3Schristos #define CTYPE_NON_ASCII 1 2981138a3c3Schristos 2991138a3c3Schristos /* modify settings or make new ones based on what autoconf tells us. */ 3001138a3c3Schristos 3011138a3c3Schristos /* Ultrix botches type-ahead when switching from canonical to 3021138a3c3Schristos non-canonical mode, at least through version 4.3 */ 3031138a3c3Schristos #if !defined (HAVE_TERMIOS_H) || !defined (HAVE_TCGETATTR) || defined (ultrix) 3041138a3c3Schristos # define TERMIOS_MISSING 3051138a3c3Schristos #endif 3061138a3c3Schristos 307*4d342c04Schristos /* VARARGS defines moved to rlstdc.h */ 308