19600361fSchristos /* This file is automatically generated.  DO NOT EDIT! */
2*380d08cbSchristos /* Generated from: NetBSD: mknative-gdb,v 1.8 2019/05/29 01:56:06 christos Exp  */
3*380d08cbSchristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
49600361fSchristos 
59600361fSchristos /* config.h.  Generated from config.h.in by configure.  */
69600361fSchristos /* config.h.in.  Maintained by hand. */
79600361fSchristos 
8*380d08cbSchristos /* Template definitions for autoconf */
9*380d08cbSchristos #define __EXTENSIONS__ 1
10*380d08cbSchristos #define _ALL_SOURCE 1
11*380d08cbSchristos #define _GNU_SOURCE 1
12*380d08cbSchristos /* #undef _POSIX_SOURCE */
13*380d08cbSchristos /* #undef _POSIX_1_SOURCE */
14*380d08cbSchristos #define _POSIX_PTHREAD_SEMANTICS 1
15*380d08cbSchristos #define _TANDEM_SOURCE 1
16*380d08cbSchristos /* #undef _MINIX */
17*380d08cbSchristos 
189600361fSchristos /* Define NO_MULTIBYTE_SUPPORT to not compile in support for multibyte
199600361fSchristos    characters, even if the OS supports them. */
209600361fSchristos /* #undef NO_MULTIBYTE_SUPPORT */
219600361fSchristos 
225ff6d2b7Sskrll /* #undef _FILE_OFFSET_BITS */
235ff6d2b7Sskrll 
249600361fSchristos /* Define if on MINIX.  */
259600361fSchristos /* #undef _MINIX */
269600361fSchristos 
279600361fSchristos /* Define as the return type of signal handlers (int or void).  */
289600361fSchristos #define RETSIGTYPE void
299600361fSchristos 
309600361fSchristos #define VOID_SIGHANDLER 1
319600361fSchristos 
329600361fSchristos /* Characteristics of the compiler. */
335ff6d2b7Sskrll /* #undef sig_atomic_t */
349600361fSchristos 
359600361fSchristos /* #undef size_t */
369600361fSchristos 
379600361fSchristos /* #undef ssize_t */
389600361fSchristos 
395ff6d2b7Sskrll /* #undef const */
405ff6d2b7Sskrll 
415ff6d2b7Sskrll /* #undef volatile */
425ff6d2b7Sskrll 
439600361fSchristos #define PROTOTYPES 1
449600361fSchristos 
459600361fSchristos /* #undef __CHAR_UNSIGNED__ */
469600361fSchristos 
479600361fSchristos /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
489600361fSchristos /* #undef STAT_MACROS_BROKEN */
499600361fSchristos 
509600361fSchristos /* Define if you have the fcntl function. */
519600361fSchristos #define HAVE_FCNTL 1
529600361fSchristos 
539600361fSchristos /* Define if you have the getpwent function. */
549600361fSchristos #define HAVE_GETPWENT 1
559600361fSchristos 
569600361fSchristos /* Define if you have the getpwnam function. */
579600361fSchristos #define HAVE_GETPWNAM 1
589600361fSchristos 
599600361fSchristos /* Define if you have the getpwuid function. */
609600361fSchristos #define HAVE_GETPWUID 1
619600361fSchristos 
629600361fSchristos /* Define if you have the isascii function. */
639600361fSchristos #define HAVE_ISASCII 1
649600361fSchristos 
655ff6d2b7Sskrll /* Define if you have the iswctype function.  */
665ff6d2b7Sskrll #define HAVE_ISWCTYPE 1
675ff6d2b7Sskrll 
685ff6d2b7Sskrll /* Define if you have the iswlower function.  */
695ff6d2b7Sskrll #define HAVE_ISWLOWER 1
705ff6d2b7Sskrll 
715ff6d2b7Sskrll /* Define if you have the iswupper function.  */
725ff6d2b7Sskrll #define HAVE_ISWUPPER 1
735ff6d2b7Sskrll 
749600361fSchristos /* Define if you have the isxdigit function. */
759600361fSchristos #define HAVE_ISXDIGIT 1
769600361fSchristos 
779600361fSchristos /* Define if you have the kill function. */
789600361fSchristos #define HAVE_KILL 1
799600361fSchristos 
809600361fSchristos /* Define if you have the lstat function. */
819600361fSchristos #define HAVE_LSTAT 1
829600361fSchristos 
839600361fSchristos /* Define if you have the mbrlen function. */
849600361fSchristos #define HAVE_MBRLEN 1
859600361fSchristos 
869600361fSchristos /* Define if you have the mbrtowc function. */
879600361fSchristos #define HAVE_MBRTOWC 1
889600361fSchristos 
899600361fSchristos /* Define if you have the mbsrtowcs function. */
909600361fSchristos #define HAVE_MBSRTOWCS 1
919600361fSchristos 
929600361fSchristos /* Define if you have the memmove function. */
939600361fSchristos #define HAVE_MEMMOVE 1
949600361fSchristos 
959600361fSchristos /* Define if you have the putenv function.  */
969600361fSchristos #define HAVE_PUTENV 1
979600361fSchristos 
989600361fSchristos /* Define if you have the select function.  */
999600361fSchristos #define HAVE_SELECT 1
1009600361fSchristos 
1019600361fSchristos /* Define if you have the setenv function.  */
1029600361fSchristos #define HAVE_SETENV 1
1039600361fSchristos 
1049600361fSchristos /* Define if you have the setlocale function. */
1059600361fSchristos #define HAVE_SETLOCALE 1
1069600361fSchristos 
1079600361fSchristos /* Define if you have the strcasecmp function.  */
1089600361fSchristos #define HAVE_STRCASECMP 1
1099600361fSchristos 
1109600361fSchristos /* Define if you have the strcoll function.  */
1119600361fSchristos #define HAVE_STRCOLL 1
1129600361fSchristos 
1139600361fSchristos /* #undef STRCOLL_BROKEN */
1149600361fSchristos 
1159600361fSchristos /* Define if you have the strpbrk function.  */
1169600361fSchristos #define HAVE_STRPBRK 1
1179600361fSchristos 
1189600361fSchristos /* Define if you have the tcgetattr function.  */
1199600361fSchristos #define HAVE_TCGETATTR 1
1209600361fSchristos 
1215ff6d2b7Sskrll /* Define if you have the towlower function.  */
1225ff6d2b7Sskrll #define HAVE_TOWLOWER 1
1235ff6d2b7Sskrll 
1245ff6d2b7Sskrll /* Define if you have the towupper function.  */
1255ff6d2b7Sskrll #define HAVE_TOWUPPER 1
1265ff6d2b7Sskrll 
1279600361fSchristos /* Define if you have the vsnprintf function.  */
1289600361fSchristos #define HAVE_VSNPRINTF 1
1299600361fSchristos 
1305ff6d2b7Sskrll /* Define if you have the wcrtomb function.  */
1315ff6d2b7Sskrll #define HAVE_WCRTOMB 1
1325ff6d2b7Sskrll 
1335ff6d2b7Sskrll /* Define if you have the wcscoll function.  */
1345ff6d2b7Sskrll #define HAVE_WCSCOLL 1
1355ff6d2b7Sskrll 
1365ff6d2b7Sskrll /* Define if you have the wctype function.  */
1375ff6d2b7Sskrll #define HAVE_WCTYPE 1
1389600361fSchristos 
1399600361fSchristos /* Define if you have the wcwidth function.  */
1409600361fSchristos #define HAVE_WCWIDTH 1
1419600361fSchristos 
1429600361fSchristos #define STDC_HEADERS 1
1439600361fSchristos 
1449600361fSchristos /* Define if you have the <dirent.h> header file.  */
1459600361fSchristos #define HAVE_DIRENT_H 1
1469600361fSchristos 
1479600361fSchristos /* Define if you have the <fcntl.h> header file.  */
1489600361fSchristos #define HAVE_FCNTL_H 1
1499600361fSchristos 
1509600361fSchristos /* Define if you have the <langinfo.h> header file.  */
1519600361fSchristos #define HAVE_LANGINFO_H 1
1529600361fSchristos 
1539600361fSchristos /* Define if you have the <limits.h> header file.  */
1549600361fSchristos #define HAVE_LIMITS_H 1
1559600361fSchristos 
1569600361fSchristos /* Define if you have the <locale.h> header file.  */
1579600361fSchristos #define HAVE_LOCALE_H 1
1589600361fSchristos 
1599600361fSchristos /* Define if you have the <memory.h> header file.  */
1609600361fSchristos #define HAVE_MEMORY_H 1
1619600361fSchristos 
1629600361fSchristos /* Define if you have the <ndir.h> header file.  */
1639600361fSchristos /* #undef HAVE_NDIR_H */
1649600361fSchristos 
1659600361fSchristos /* Define if you have the <pwd.h> header file.  */
1669600361fSchristos #define HAVE_PWD_H 1
1679600361fSchristos 
1689600361fSchristos /* Define if you have the <stdarg.h> header file.  */
1699600361fSchristos #define HAVE_STDARG_H 1
1709600361fSchristos 
1719600361fSchristos /* Define if you have the <stdlib.h> header file.  */
1729600361fSchristos #define HAVE_STDLIB_H 1
1739600361fSchristos 
1749600361fSchristos /* Define if you have the <string.h> header file.  */
1759600361fSchristos #define HAVE_STRING_H 1
1769600361fSchristos 
1779600361fSchristos /* Define if you have the <strings.h> header file.  */
1789600361fSchristos #define HAVE_STRINGS_H 1
1799600361fSchristos 
1809600361fSchristos /* Define if you have the <sys/dir.h> header file.  */
1819600361fSchristos /* #undef HAVE_SYS_DIR_H */
1829600361fSchristos 
1839600361fSchristos /* Define if you have the <sys/file.h> header file.  */
1849600361fSchristos #define HAVE_SYS_FILE_H 1
1859600361fSchristos 
1869600361fSchristos /* Define if you have the <sys/ndir.h> header file.  */
1879600361fSchristos /* #undef HAVE_SYS_NDIR_H */
1889600361fSchristos 
1899600361fSchristos /* Define if you have the <sys/pte.h> header file.  */
1909600361fSchristos /* #undef HAVE_SYS_PTE_H */
1919600361fSchristos 
1929600361fSchristos /* Define if you have the <sys/ptem.h> header file.  */
1939600361fSchristos /* #undef HAVE_SYS_PTEM_H */
1949600361fSchristos 
1959600361fSchristos /* Define if you have the <sys/select.h> header file.  */
1969600361fSchristos #define HAVE_SYS_SELECT_H 1
1979600361fSchristos 
1989600361fSchristos /* Define if you have the <sys/stream.h> header file.  */
1999600361fSchristos /* #undef HAVE_SYS_STREAM_H */
2009600361fSchristos 
2019600361fSchristos /* Define if you have the <termcap.h> header file.  */
2029600361fSchristos #define HAVE_TERMCAP_H 1
2039600361fSchristos 
2049bc6a05dSchristos /* Define if you have the <ncurses/termcap.h> header file.  */
2059bc6a05dSchristos /* #undef HAVE_NCURSES_TERMCAP_H */
2069bc6a05dSchristos 
2079600361fSchristos /* Define if you have the <termio.h> header file.  */
2089600361fSchristos /* #undef HAVE_TERMIO_H */
2099600361fSchristos 
2109600361fSchristos /* Define if you have the <termios.h> header file.  */
2119600361fSchristos #define HAVE_TERMIOS_H 1
2129600361fSchristos 
2139600361fSchristos /* Define if you have the <unistd.h> header file.  */
2149600361fSchristos #define HAVE_UNISTD_H 1
2159600361fSchristos 
2169600361fSchristos /* Define if you have the <varargs.h> header file.  */
2179600361fSchristos /* #undef HAVE_VARARGS_H */
2189600361fSchristos 
2199600361fSchristos /* Define if you have the <wchar.h> header file.  */
2209600361fSchristos #define HAVE_WCHAR_H 1
2219600361fSchristos 
2225ff6d2b7Sskrll /* Define if you have the <wctype.h> header file.  */
2239600361fSchristos #define HAVE_WCTYPE_H 1
2249600361fSchristos 
2259600361fSchristos #define HAVE_MBSTATE_T 1
2269600361fSchristos 
2275ff6d2b7Sskrll /* Define if you have wchar_t in <wctype.h>. */
2285ff6d2b7Sskrll #define HAVE_WCHAR_T 1
2295ff6d2b7Sskrll 
2305ff6d2b7Sskrll /* Define if you have wctype_t in <wctype.h>. */
2315ff6d2b7Sskrll #define HAVE_WCTYPE_T 1
2325ff6d2b7Sskrll 
2335ff6d2b7Sskrll /* Define if you have wint_t in <wctype.h>. */
2345ff6d2b7Sskrll #define HAVE_WINT_T 1
2355ff6d2b7Sskrll 
2369600361fSchristos /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
2379600361fSchristos #define HAVE_LANGINFO_CODESET 1
2389600361fSchristos 
2399600361fSchristos /* Definitions pulled in from aclocal.m4. */
2409600361fSchristos #define VOID_SIGHANDLER 1
2419600361fSchristos 
2429600361fSchristos /* #undef GWINSZ_IN_SYS_IOCTL */
2439600361fSchristos 
2449600361fSchristos #define STRUCT_WINSIZE_IN_SYS_IOCTL 1
2459600361fSchristos 
2469600361fSchristos /* #undef STRUCT_WINSIZE_IN_TERMIOS */
2479600361fSchristos 
2489600361fSchristos #define TIOCSTAT_IN_SYS_IOCTL 1
2499600361fSchristos 
2509600361fSchristos #define FIONREAD_IN_SYS_IOCTL 1
2519600361fSchristos 
2529600361fSchristos /* #undef SPEED_T_IN_SYS_TYPES */
2539600361fSchristos 
2549600361fSchristos #define HAVE_GETPW_DECLS 1
2559600361fSchristos 
2569600361fSchristos /* #undef STRUCT_DIRENT_HAS_D_INO */
2579600361fSchristos 
2589600361fSchristos /* #undef STRUCT_DIRENT_HAS_D_FILENO */
2599600361fSchristos 
2609600361fSchristos /* #undef HAVE_BSD_SIGNALS */
2619600361fSchristos 
2629600361fSchristos #define HAVE_POSIX_SIGNALS 1
2639600361fSchristos 
2649600361fSchristos /* #undef HAVE_USG_SIGHOLD */
2659600361fSchristos 
2669600361fSchristos /* #undef MUST_REINSTALL_SIGHANDLERS */
2679600361fSchristos 
2689600361fSchristos #define HAVE_POSIX_SIGSETJMP 1
2699600361fSchristos 
2709600361fSchristos #define CTYPE_NON_ASCII 1
2719600361fSchristos 
2729600361fSchristos /* modify settings or make new ones based on what autoconf tells us. */
2739600361fSchristos 
2749600361fSchristos /* Ultrix botches type-ahead when switching from canonical to
2759600361fSchristos    non-canonical mode, at least through version 4.3 */
2769600361fSchristos #if !defined (HAVE_TERMIOS_H) || !defined (HAVE_TCGETATTR) || defined (ultrix)
2779600361fSchristos #  define TERMIOS_MISSING
2789600361fSchristos #endif
2799600361fSchristos 
2809600361fSchristos #if defined (__STDC__) && defined (HAVE_STDARG_H)
2819600361fSchristos #  define PREFER_STDARG
2829600361fSchristos #  define USE_VARARGS
2839600361fSchristos #else
2849600361fSchristos #  if defined (HAVE_VARARGS_H)
2859600361fSchristos #    define PREFER_VARARGS
2869600361fSchristos #    define USE_VARARGS
2879600361fSchristos #  endif
2889600361fSchristos #endif
289