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