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