16fdc2528Schristos /* 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 */ 387816d4fSchristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp */ 46fdc2528Schristos 56fdc2528Schristos /* config.h. Generated from config.h.in by configure. */ 66fdc2528Schristos /* config.h.in. Maintained by hand. */ 76fdc2528Schristos 887816d4fSchristos /* Template definitions for autoconf */ 987816d4fSchristos #define __EXTENSIONS__ 1 1087816d4fSchristos #define _ALL_SOURCE 1 1187816d4fSchristos #define _GNU_SOURCE 1 1287816d4fSchristos /* #undef _POSIX_SOURCE */ 1387816d4fSchristos /* #undef _POSIX_1_SOURCE */ 1487816d4fSchristos #define _POSIX_PTHREAD_SEMANTICS 1 1587816d4fSchristos #define _TANDEM_SOURCE 1 1687816d4fSchristos /* #undef _MINIX */ 1787816d4fSchristos 186fdc2528Schristos /* Define NO_MULTIBYTE_SUPPORT to not compile in support for multibyte 196fdc2528Schristos characters, even if the OS supports them. */ 206fdc2528Schristos /* #undef NO_MULTIBYTE_SUPPORT */ 216fdc2528Schristos 2284e9dd17Smrg /* #undef _FILE_OFFSET_BITS */ 2384e9dd17Smrg 246fdc2528Schristos /* Define as the return type of signal handlers (int or void). */ 256fdc2528Schristos #define RETSIGTYPE void 266fdc2528Schristos 276fdc2528Schristos #define VOID_SIGHANDLER 1 286fdc2528Schristos 296fdc2528Schristos /* Characteristics of the compiler. */ 3084e9dd17Smrg /* #undef sig_atomic_t */ 316fdc2528Schristos 326fdc2528Schristos /* #undef size_t */ 336fdc2528Schristos 346fdc2528Schristos /* #undef ssize_t */ 356fdc2528Schristos 3684e9dd17Smrg /* #undef const */ 3784e9dd17Smrg 3884e9dd17Smrg /* #undef volatile */ 3984e9dd17Smrg 406fdc2528Schristos #define PROTOTYPES 1 41*4d342c04Schristos #define __PROTOTYPES 1 426fdc2528Schristos 436fdc2528Schristos /* #undef __CHAR_UNSIGNED__ */ 446fdc2528Schristos 456fdc2528Schristos /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */ 466fdc2528Schristos /* #undef STAT_MACROS_BROKEN */ 476fdc2528Schristos 48*4d342c04Schristos /* Define if you have the chown function. */ 49*4d342c04Schristos /* #undef HAVE_CHOWN */ 50*4d342c04Schristos 516fdc2528Schristos /* Define if you have the fcntl function. */ 526fdc2528Schristos #define HAVE_FCNTL 1 536fdc2528Schristos 54*4d342c04Schristos /* Define if you have the fnmatch function. */ 55*4d342c04Schristos #define HAVE_FNMATCH 1 56*4d342c04Schristos 576fdc2528Schristos /* Define if you have the getpwent function. */ 586fdc2528Schristos #define HAVE_GETPWENT 1 596fdc2528Schristos 606fdc2528Schristos /* Define if you have the getpwnam function. */ 616fdc2528Schristos #define HAVE_GETPWNAM 1 626fdc2528Schristos 636fdc2528Schristos /* Define if you have the getpwuid function. */ 646fdc2528Schristos #define HAVE_GETPWUID 1 656fdc2528Schristos 666fdc2528Schristos /* Define if you have the isascii function. */ 676fdc2528Schristos #define HAVE_ISASCII 1 686fdc2528Schristos 6984e9dd17Smrg /* Define if you have the iswctype function. */ 7084e9dd17Smrg #define HAVE_ISWCTYPE 1 7184e9dd17Smrg 7284e9dd17Smrg /* Define if you have the iswlower function. */ 7384e9dd17Smrg #define HAVE_ISWLOWER 1 7484e9dd17Smrg 7584e9dd17Smrg /* Define if you have the iswupper function. */ 7684e9dd17Smrg #define HAVE_ISWUPPER 1 7784e9dd17Smrg 786fdc2528Schristos /* Define if you have the isxdigit function. */ 796fdc2528Schristos #define HAVE_ISXDIGIT 1 806fdc2528Schristos 816fdc2528Schristos /* Define if you have the kill function. */ 826fdc2528Schristos #define HAVE_KILL 1 836fdc2528Schristos 846fdc2528Schristos /* Define if you have the lstat function. */ 856fdc2528Schristos #define HAVE_LSTAT 1 866fdc2528Schristos 876fdc2528Schristos /* Define if you have the mbrlen function. */ 886fdc2528Schristos #define HAVE_MBRLEN 1 896fdc2528Schristos 906fdc2528Schristos /* Define if you have the mbrtowc function. */ 916fdc2528Schristos #define HAVE_MBRTOWC 1 926fdc2528Schristos 936fdc2528Schristos /* Define if you have the mbsrtowcs function. */ 946fdc2528Schristos #define HAVE_MBSRTOWCS 1 956fdc2528Schristos 966fdc2528Schristos /* Define if you have the memmove function. */ 976fdc2528Schristos #define HAVE_MEMMOVE 1 986fdc2528Schristos 99*4d342c04Schristos /* Define if you have the pselect function. */ 100*4d342c04Schristos #define HAVE_PSELECT 1 101*4d342c04Schristos 1026fdc2528Schristos /* Define if you have the putenv function. */ 1036fdc2528Schristos #define HAVE_PUTENV 1 1046fdc2528Schristos 105*4d342c04Schristos /* Define if you have the readlink function. */ 106*4d342c04Schristos #define HAVE_READLINK 1 107*4d342c04Schristos 1086fdc2528Schristos /* Define if you have the select function. */ 1096fdc2528Schristos #define HAVE_SELECT 1 1106fdc2528Schristos 1116fdc2528Schristos /* Define if you have the setenv function. */ 1126fdc2528Schristos #define HAVE_SETENV 1 1136fdc2528Schristos 1146fdc2528Schristos /* Define if you have the setlocale function. */ 1156fdc2528Schristos #define HAVE_SETLOCALE 1 1166fdc2528Schristos 1176fdc2528Schristos /* Define if you have the strcasecmp function. */ 1186fdc2528Schristos #define HAVE_STRCASECMP 1 1196fdc2528Schristos 1206fdc2528Schristos /* Define if you have the strcoll function. */ 1216fdc2528Schristos #define HAVE_STRCOLL 1 1226fdc2528Schristos 1236fdc2528Schristos /* #undef STRCOLL_BROKEN */ 1246fdc2528Schristos 1256fdc2528Schristos /* Define if you have the strpbrk function. */ 1266fdc2528Schristos #define HAVE_STRPBRK 1 1276fdc2528Schristos 1286fdc2528Schristos /* Define if you have the tcgetattr function. */ 1296fdc2528Schristos #define HAVE_TCGETATTR 1 1306fdc2528Schristos 13184e9dd17Smrg /* Define if you have the towlower function. */ 13284e9dd17Smrg #define HAVE_TOWLOWER 1 13384e9dd17Smrg 13484e9dd17Smrg /* Define if you have the towupper function. */ 13584e9dd17Smrg #define HAVE_TOWUPPER 1 13684e9dd17Smrg 1376fdc2528Schristos /* Define if you have the vsnprintf function. */ 1386fdc2528Schristos #define HAVE_VSNPRINTF 1 1396fdc2528Schristos 14084e9dd17Smrg /* Define if you have the wcrtomb function. */ 14184e9dd17Smrg #define HAVE_WCRTOMB 1 14284e9dd17Smrg 14384e9dd17Smrg /* Define if you have the wcscoll function. */ 14484e9dd17Smrg #define HAVE_WCSCOLL 1 14584e9dd17Smrg 14684e9dd17Smrg /* Define if you have the wctype function. */ 14784e9dd17Smrg #define HAVE_WCTYPE 1 1486fdc2528Schristos 1496fdc2528Schristos /* Define if you have the wcwidth function. */ 1506fdc2528Schristos #define HAVE_WCWIDTH 1 1516fdc2528Schristos 152*4d342c04Schristos /* and whether it works */ 153*4d342c04Schristos /* #undef WCWIDTH_BROKEN */ 154*4d342c04Schristos 1556fdc2528Schristos #define STDC_HEADERS 1 1566fdc2528Schristos 1576fdc2528Schristos /* Define if you have the <dirent.h> header file. */ 1586fdc2528Schristos #define HAVE_DIRENT_H 1 1596fdc2528Schristos 1606fdc2528Schristos /* Define if you have the <fcntl.h> header file. */ 1616fdc2528Schristos #define HAVE_FCNTL_H 1 1626fdc2528Schristos 1636fdc2528Schristos /* Define if you have the <langinfo.h> header file. */ 1646fdc2528Schristos #define HAVE_LANGINFO_H 1 1656fdc2528Schristos 166*4d342c04Schristos /* Define if you have the <libaudit.h> header file. */ 167*4d342c04Schristos /* #undef HAVE_LIBAUDIT_H */ 168*4d342c04Schristos 1696fdc2528Schristos /* Define if you have the <limits.h> header file. */ 1706fdc2528Schristos #define HAVE_LIMITS_H 1 1716fdc2528Schristos 1726fdc2528Schristos /* Define if you have the <locale.h> header file. */ 1736fdc2528Schristos #define HAVE_LOCALE_H 1 1746fdc2528Schristos 1756fdc2528Schristos /* Define if you have the <memory.h> header file. */ 1766fdc2528Schristos #define HAVE_MEMORY_H 1 1776fdc2528Schristos 1786fdc2528Schristos /* Define if you have the <ndir.h> header file. */ 1796fdc2528Schristos /* #undef HAVE_NDIR_H */ 1806fdc2528Schristos 181*4d342c04Schristos /* Define if you have the <ncurses/termcap.h> header file. */ 182*4d342c04Schristos /* #undef HAVE_NCURSES_TERMCAP_H */ 183*4d342c04Schristos 1846fdc2528Schristos /* Define if you have the <pwd.h> header file. */ 1856fdc2528Schristos #define HAVE_PWD_H 1 1866fdc2528Schristos 1876fdc2528Schristos /* Define if you have the <stdarg.h> header file. */ 1886fdc2528Schristos #define HAVE_STDARG_H 1 1896fdc2528Schristos 190*4d342c04Schristos /* Define if you have the <stdbool.h> header file. */ 191*4d342c04Schristos #define HAVE_STDBOOL_H 1 192*4d342c04Schristos 1936fdc2528Schristos /* Define if you have the <stdlib.h> header file. */ 1946fdc2528Schristos #define HAVE_STDLIB_H 1 1956fdc2528Schristos 1966fdc2528Schristos /* Define if you have the <string.h> header file. */ 1976fdc2528Schristos #define HAVE_STRING_H 1 1986fdc2528Schristos 1996fdc2528Schristos /* Define if you have the <strings.h> header file. */ 2006fdc2528Schristos #define HAVE_STRINGS_H 1 2016fdc2528Schristos 2026fdc2528Schristos /* Define if you have the <sys/dir.h> header file. */ 2036fdc2528Schristos /* #undef HAVE_SYS_DIR_H */ 2046fdc2528Schristos 2056fdc2528Schristos /* Define if you have the <sys/file.h> header file. */ 2066fdc2528Schristos #define HAVE_SYS_FILE_H 1 2076fdc2528Schristos 208*4d342c04Schristos /* Define if you have the <sys/ioctl.h> header file. */ 209*4d342c04Schristos #define HAVE_SYS_IOCTL_H 1 210*4d342c04Schristos 2116fdc2528Schristos /* Define if you have the <sys/ndir.h> header file. */ 2126fdc2528Schristos /* #undef HAVE_SYS_NDIR_H */ 2136fdc2528Schristos 2146fdc2528Schristos /* Define if you have the <sys/pte.h> header file. */ 2156fdc2528Schristos /* #undef HAVE_SYS_PTE_H */ 2166fdc2528Schristos 2176fdc2528Schristos /* Define if you have the <sys/ptem.h> header file. */ 2186fdc2528Schristos /* #undef HAVE_SYS_PTEM_H */ 2196fdc2528Schristos 2206fdc2528Schristos /* Define if you have the <sys/select.h> header file. */ 2216fdc2528Schristos #define HAVE_SYS_SELECT_H 1 2226fdc2528Schristos 2236fdc2528Schristos /* Define if you have the <sys/stream.h> header file. */ 2246fdc2528Schristos /* #undef HAVE_SYS_STREAM_H */ 2256fdc2528Schristos 2266fdc2528Schristos /* Define if you have the <termcap.h> header file. */ 2276fdc2528Schristos #define HAVE_TERMCAP_H 1 2286fdc2528Schristos 2296fdc2528Schristos /* Define if you have the <termio.h> header file. */ 2306fdc2528Schristos /* #undef HAVE_TERMIO_H */ 2316fdc2528Schristos 2326fdc2528Schristos /* Define if you have the <termios.h> header file. */ 2336fdc2528Schristos #define HAVE_TERMIOS_H 1 2346fdc2528Schristos 2356fdc2528Schristos /* Define if you have the <unistd.h> header file. */ 2366fdc2528Schristos #define HAVE_UNISTD_H 1 2376fdc2528Schristos 2386fdc2528Schristos /* Define if you have the <varargs.h> header file. */ 2396fdc2528Schristos /* #undef HAVE_VARARGS_H */ 2406fdc2528Schristos 2416fdc2528Schristos /* Define if you have the <wchar.h> header file. */ 2426fdc2528Schristos #define HAVE_WCHAR_H 1 2436fdc2528Schristos 24484e9dd17Smrg /* Define if you have the <wctype.h> header file. */ 2456fdc2528Schristos #define HAVE_WCTYPE_H 1 2466fdc2528Schristos 2476fdc2528Schristos #define HAVE_MBSTATE_T 1 2486fdc2528Schristos 24984e9dd17Smrg /* Define if you have wchar_t in <wctype.h>. */ 25084e9dd17Smrg #define HAVE_WCHAR_T 1 25184e9dd17Smrg 25284e9dd17Smrg /* Define if you have wctype_t in <wctype.h>. */ 25384e9dd17Smrg #define HAVE_WCTYPE_T 1 25484e9dd17Smrg 25584e9dd17Smrg /* Define if you have wint_t in <wctype.h>. */ 25684e9dd17Smrg #define HAVE_WINT_T 1 25784e9dd17Smrg 2586fdc2528Schristos /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ 2596fdc2528Schristos #define HAVE_LANGINFO_CODESET 1 2606fdc2528Schristos 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 2646fdc2528Schristos /* Definitions pulled in from aclocal.m4. */ 2656fdc2528Schristos #define VOID_SIGHANDLER 1 2666fdc2528Schristos 2676fdc2528Schristos /* #undef GWINSZ_IN_SYS_IOCTL */ 2686fdc2528Schristos 2696fdc2528Schristos #define STRUCT_WINSIZE_IN_SYS_IOCTL 1 2706fdc2528Schristos 2716fdc2528Schristos /* #undef STRUCT_WINSIZE_IN_TERMIOS */ 2726fdc2528Schristos 2736fdc2528Schristos #define TIOCSTAT_IN_SYS_IOCTL 1 2746fdc2528Schristos 2756fdc2528Schristos #define FIONREAD_IN_SYS_IOCTL 1 2766fdc2528Schristos 2776fdc2528Schristos /* #undef SPEED_T_IN_SYS_TYPES */ 2786fdc2528Schristos 2796fdc2528Schristos #define HAVE_GETPW_DECLS 1 2806fdc2528Schristos 281*4d342c04Schristos #define HAVE_STRUCT_DIRENT_D_INO 1 2826fdc2528Schristos 283*4d342c04Schristos #define HAVE_STRUCT_DIRENT_D_FILENO 1 284*4d342c04Schristos 285*4d342c04Schristos /* #undef HAVE_STRUCT_DIRENT_D_NAMLEN */ 2866fdc2528Schristos 2876fdc2528Schristos /* #undef HAVE_BSD_SIGNALS */ 2886fdc2528Schristos 2896fdc2528Schristos #define HAVE_POSIX_SIGNALS 1 2906fdc2528Schristos 2916fdc2528Schristos /* #undef HAVE_USG_SIGHOLD */ 2926fdc2528Schristos 2936fdc2528Schristos /* #undef MUST_REINSTALL_SIGHANDLERS */ 2946fdc2528Schristos 2956fdc2528Schristos #define HAVE_POSIX_SIGSETJMP 1 2966fdc2528Schristos 2976fdc2528Schristos #define CTYPE_NON_ASCII 1 2986fdc2528Schristos 2996fdc2528Schristos /* modify settings or make new ones based on what autoconf tells us. */ 3006fdc2528Schristos 3016fdc2528Schristos /* Ultrix botches type-ahead when switching from canonical to 3026fdc2528Schristos non-canonical mode, at least through version 4.3 */ 3036fdc2528Schristos #if !defined (HAVE_TERMIOS_H) || !defined (HAVE_TCGETATTR) || defined (ultrix) 3046fdc2528Schristos # define TERMIOS_MISSING 3056fdc2528Schristos #endif 3066fdc2528Schristos 307*4d342c04Schristos /* VARARGS defines moved to rlstdc.h */ 308