197ec5308Schristos /* This file is automatically generated.  DO NOT EDIT! */
2*184b2d41Schristos /* Generated from: NetBSD: mknative-gdb,v 1.12 2020/09/17 16:54:31 christos Exp  */
3dc268d07Schristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
497ec5308Schristos 
597ec5308Schristos /* config.h.  Generated from config.h.in by configure.  */
697ec5308Schristos /* config.h.in.  Maintained by hand. */
797ec5308Schristos 
8dc268d07Schristos /* Template definitions for autoconf */
9dc268d07Schristos #define __EXTENSIONS__ 1
10dc268d07Schristos #define _ALL_SOURCE 1
11dc268d07Schristos #define _GNU_SOURCE 1
12dc268d07Schristos /* #undef _POSIX_SOURCE */
13dc268d07Schristos /* #undef _POSIX_1_SOURCE */
14dc268d07Schristos #define _POSIX_PTHREAD_SEMANTICS 1
15dc268d07Schristos #define _TANDEM_SOURCE 1
16dc268d07Schristos /* #undef _MINIX */
17dc268d07Schristos 
1897ec5308Schristos /* Define NO_MULTIBYTE_SUPPORT to not compile in support for multibyte
1997ec5308Schristos    characters, even if the OS supports them. */
2097ec5308Schristos /* #undef NO_MULTIBYTE_SUPPORT */
2197ec5308Schristos 
2297ec5308Schristos /* #undef _FILE_OFFSET_BITS */
2397ec5308Schristos 
2497ec5308Schristos /* Define as the return type of signal handlers (int or void).  */
2597ec5308Schristos #define RETSIGTYPE void
2697ec5308Schristos 
2797ec5308Schristos #define VOID_SIGHANDLER 1
2897ec5308Schristos 
2997ec5308Schristos /* Characteristics of the compiler. */
3097ec5308Schristos /* #undef sig_atomic_t */
3197ec5308Schristos 
3297ec5308Schristos /* #undef size_t */
3397ec5308Schristos 
3497ec5308Schristos /* #undef ssize_t */
3597ec5308Schristos 
3697ec5308Schristos /* #undef const */
3797ec5308Schristos 
3897ec5308Schristos /* #undef volatile */
3997ec5308Schristos 
4097ec5308Schristos #define PROTOTYPES 1
41*184b2d41Schristos #define __PROTOTYPES 1
4297ec5308Schristos 
4397ec5308Schristos /* #undef __CHAR_UNSIGNED__ */
4497ec5308Schristos 
4597ec5308Schristos /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
4697ec5308Schristos /* #undef STAT_MACROS_BROKEN */
4797ec5308Schristos 
48*184b2d41Schristos /* Define if you have the chown function. */
49*184b2d41Schristos /* #undef HAVE_CHOWN */
50*184b2d41Schristos 
5197ec5308Schristos /* Define if you have the fcntl function. */
5297ec5308Schristos #define HAVE_FCNTL 1
5397ec5308Schristos 
54*184b2d41Schristos /* Define if you have the fnmatch function. */
55*184b2d41Schristos #define HAVE_FNMATCH 1
56*184b2d41Schristos 
5797ec5308Schristos /* Define if you have the getpwent function. */
5897ec5308Schristos #define HAVE_GETPWENT 1
5997ec5308Schristos 
6097ec5308Schristos /* Define if you have the getpwnam function. */
6197ec5308Schristos #define HAVE_GETPWNAM 1
6297ec5308Schristos 
6397ec5308Schristos /* Define if you have the getpwuid function. */
6497ec5308Schristos #define HAVE_GETPWUID 1
6597ec5308Schristos 
6697ec5308Schristos /* Define if you have the isascii function. */
6797ec5308Schristos #define HAVE_ISASCII 1
6897ec5308Schristos 
6997ec5308Schristos /* Define if you have the iswctype function.  */
7097ec5308Schristos #define HAVE_ISWCTYPE 1
7197ec5308Schristos 
7297ec5308Schristos /* Define if you have the iswlower function.  */
7397ec5308Schristos #define HAVE_ISWLOWER 1
7497ec5308Schristos 
7597ec5308Schristos /* Define if you have the iswupper function.  */
7697ec5308Schristos #define HAVE_ISWUPPER 1
7797ec5308Schristos 
7897ec5308Schristos /* Define if you have the isxdigit function. */
7997ec5308Schristos #define HAVE_ISXDIGIT 1
8097ec5308Schristos 
8197ec5308Schristos /* Define if you have the kill function. */
8297ec5308Schristos #define HAVE_KILL 1
8397ec5308Schristos 
8497ec5308Schristos /* Define if you have the lstat function. */
8597ec5308Schristos #define HAVE_LSTAT 1
8697ec5308Schristos 
8797ec5308Schristos /* Define if you have the mbrlen function. */
8897ec5308Schristos #define HAVE_MBRLEN 1
8997ec5308Schristos 
9097ec5308Schristos /* Define if you have the mbrtowc function. */
9197ec5308Schristos #define HAVE_MBRTOWC 1
9297ec5308Schristos 
9397ec5308Schristos /* Define if you have the mbsrtowcs function. */
9497ec5308Schristos #define HAVE_MBSRTOWCS 1
9597ec5308Schristos 
9697ec5308Schristos /* Define if you have the memmove function. */
9797ec5308Schristos #define HAVE_MEMMOVE 1
9897ec5308Schristos 
99*184b2d41Schristos /* Define if you have the pselect function.  */
100*184b2d41Schristos #define HAVE_PSELECT 1
101*184b2d41Schristos 
10297ec5308Schristos /* Define if you have the putenv function.  */
10397ec5308Schristos #define HAVE_PUTENV 1
10497ec5308Schristos 
105*184b2d41Schristos /* Define if you have the readlink function.  */
106*184b2d41Schristos #define HAVE_READLINK 1
107*184b2d41Schristos 
10897ec5308Schristos /* Define if you have the select function.  */
10997ec5308Schristos #define HAVE_SELECT 1
11097ec5308Schristos 
11197ec5308Schristos /* Define if you have the setenv function.  */
11297ec5308Schristos #define HAVE_SETENV 1
11397ec5308Schristos 
11497ec5308Schristos /* Define if you have the setlocale function. */
11597ec5308Schristos #define HAVE_SETLOCALE 1
11697ec5308Schristos 
11797ec5308Schristos /* Define if you have the strcasecmp function.  */
11897ec5308Schristos #define HAVE_STRCASECMP 1
11997ec5308Schristos 
12097ec5308Schristos /* Define if you have the strcoll function.  */
12197ec5308Schristos #define HAVE_STRCOLL 1
12297ec5308Schristos 
12397ec5308Schristos /* #undef STRCOLL_BROKEN */
12497ec5308Schristos 
12597ec5308Schristos /* Define if you have the strpbrk function.  */
12697ec5308Schristos #define HAVE_STRPBRK 1
12797ec5308Schristos 
12897ec5308Schristos /* Define if you have the tcgetattr function.  */
12997ec5308Schristos #define HAVE_TCGETATTR 1
13097ec5308Schristos 
13197ec5308Schristos /* Define if you have the towlower function.  */
13297ec5308Schristos #define HAVE_TOWLOWER 1
13397ec5308Schristos 
13497ec5308Schristos /* Define if you have the towupper function.  */
13597ec5308Schristos #define HAVE_TOWUPPER 1
13697ec5308Schristos 
13797ec5308Schristos /* Define if you have the vsnprintf function.  */
13897ec5308Schristos #define HAVE_VSNPRINTF 1
13997ec5308Schristos 
14097ec5308Schristos /* Define if you have the wcrtomb function.  */
14197ec5308Schristos #define HAVE_WCRTOMB 1
14297ec5308Schristos 
14397ec5308Schristos /* Define if you have the wcscoll function.  */
14497ec5308Schristos #define HAVE_WCSCOLL 1
14597ec5308Schristos 
14697ec5308Schristos /* Define if you have the wctype function.  */
14797ec5308Schristos #define HAVE_WCTYPE 1
14897ec5308Schristos 
14997ec5308Schristos /* Define if you have the wcwidth function.  */
15097ec5308Schristos #define HAVE_WCWIDTH 1
15197ec5308Schristos 
152*184b2d41Schristos /* and whether it works */
153*184b2d41Schristos /* #undef WCWIDTH_BROKEN */
154*184b2d41Schristos 
15597ec5308Schristos #define STDC_HEADERS 1
15697ec5308Schristos 
15797ec5308Schristos /* Define if you have the <dirent.h> header file.  */
15897ec5308Schristos #define HAVE_DIRENT_H 1
15997ec5308Schristos 
16097ec5308Schristos /* Define if you have the <fcntl.h> header file.  */
16197ec5308Schristos #define HAVE_FCNTL_H 1
16297ec5308Schristos 
16397ec5308Schristos /* Define if you have the <langinfo.h> header file.  */
16497ec5308Schristos #define HAVE_LANGINFO_H 1
16597ec5308Schristos 
166*184b2d41Schristos /* Define if you have the <libaudit.h> header file.  */
167*184b2d41Schristos /* #undef HAVE_LIBAUDIT_H */
168*184b2d41Schristos 
16997ec5308Schristos /* Define if you have the <limits.h> header file.  */
17097ec5308Schristos #define HAVE_LIMITS_H 1
17197ec5308Schristos 
17297ec5308Schristos /* Define if you have the <locale.h> header file.  */
17397ec5308Schristos #define HAVE_LOCALE_H 1
17497ec5308Schristos 
17597ec5308Schristos /* Define if you have the <memory.h> header file.  */
17697ec5308Schristos #define HAVE_MEMORY_H 1
17797ec5308Schristos 
17897ec5308Schristos /* Define if you have the <ndir.h> header file.  */
17997ec5308Schristos /* #undef HAVE_NDIR_H */
18097ec5308Schristos 
181*184b2d41Schristos /* Define if you have the <ncurses/termcap.h> header file.  */
182*184b2d41Schristos /* #undef HAVE_NCURSES_TERMCAP_H */
183*184b2d41Schristos 
18497ec5308Schristos /* Define if you have the <pwd.h> header file.  */
18597ec5308Schristos #define HAVE_PWD_H 1
18697ec5308Schristos 
18797ec5308Schristos /* Define if you have the <stdarg.h> header file.  */
18897ec5308Schristos #define HAVE_STDARG_H 1
18997ec5308Schristos 
190*184b2d41Schristos /* Define if you have the <stdbool.h> header file.  */
191*184b2d41Schristos #define HAVE_STDBOOL_H 1
192*184b2d41Schristos 
19397ec5308Schristos /* Define if you have the <stdlib.h> header file.  */
19497ec5308Schristos #define HAVE_STDLIB_H 1
19597ec5308Schristos 
19697ec5308Schristos /* Define if you have the <string.h> header file.  */
19797ec5308Schristos #define HAVE_STRING_H 1
19897ec5308Schristos 
19997ec5308Schristos /* Define if you have the <strings.h> header file.  */
20097ec5308Schristos #define HAVE_STRINGS_H 1
20197ec5308Schristos 
20297ec5308Schristos /* Define if you have the <sys/dir.h> header file.  */
20397ec5308Schristos /* #undef HAVE_SYS_DIR_H */
20497ec5308Schristos 
20597ec5308Schristos /* Define if you have the <sys/file.h> header file.  */
20697ec5308Schristos #define HAVE_SYS_FILE_H 1
20797ec5308Schristos 
208*184b2d41Schristos /* Define if you have the <sys/ioctl.h> header file.  */
209*184b2d41Schristos #define HAVE_SYS_IOCTL_H 1
210*184b2d41Schristos 
21197ec5308Schristos /* Define if you have the <sys/ndir.h> header file.  */
21297ec5308Schristos /* #undef HAVE_SYS_NDIR_H */
21397ec5308Schristos 
21497ec5308Schristos /* Define if you have the <sys/pte.h> header file.  */
21597ec5308Schristos /* #undef HAVE_SYS_PTE_H */
21697ec5308Schristos 
21797ec5308Schristos /* Define if you have the <sys/ptem.h> header file.  */
21897ec5308Schristos /* #undef HAVE_SYS_PTEM_H */
21997ec5308Schristos 
22097ec5308Schristos /* Define if you have the <sys/select.h> header file.  */
22197ec5308Schristos #define HAVE_SYS_SELECT_H 1
22297ec5308Schristos 
22397ec5308Schristos /* Define if you have the <sys/stream.h> header file.  */
22497ec5308Schristos /* #undef HAVE_SYS_STREAM_H */
22597ec5308Schristos 
22697ec5308Schristos /* Define if you have the <termcap.h> header file.  */
22797ec5308Schristos #define HAVE_TERMCAP_H 1
22897ec5308Schristos 
22997ec5308Schristos /* Define if you have the <termio.h> header file.  */
23097ec5308Schristos /* #undef HAVE_TERMIO_H */
23197ec5308Schristos 
23297ec5308Schristos /* Define if you have the <termios.h> header file.  */
23397ec5308Schristos #define HAVE_TERMIOS_H 1
23497ec5308Schristos 
23597ec5308Schristos /* Define if you have the <unistd.h> header file.  */
23697ec5308Schristos #define HAVE_UNISTD_H 1
23797ec5308Schristos 
23897ec5308Schristos /* Define if you have the <varargs.h> header file.  */
23997ec5308Schristos /* #undef HAVE_VARARGS_H */
24097ec5308Schristos 
24197ec5308Schristos /* Define if you have the <wchar.h> header file.  */
24297ec5308Schristos #define HAVE_WCHAR_H 1
24397ec5308Schristos 
24497ec5308Schristos /* Define if you have the <wctype.h> header file.  */
24597ec5308Schristos #define HAVE_WCTYPE_H 1
24697ec5308Schristos 
24797ec5308Schristos #define HAVE_MBSTATE_T 1
24897ec5308Schristos 
24997ec5308Schristos /* Define if you have wchar_t in <wctype.h>. */
25097ec5308Schristos #define HAVE_WCHAR_T 1
25197ec5308Schristos 
25297ec5308Schristos /* Define if you have wctype_t in <wctype.h>. */
25397ec5308Schristos #define HAVE_WCTYPE_T 1
25497ec5308Schristos 
25597ec5308Schristos /* Define if you have wint_t in <wctype.h>. */
25697ec5308Schristos #define HAVE_WINT_T 1
25797ec5308Schristos 
25897ec5308Schristos /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
25997ec5308Schristos #define HAVE_LANGINFO_CODESET 1
26097ec5308Schristos 
261*184b2d41Schristos /* Define if you have <linux/audit.h> and it defines AUDIT_USER_TTY */
262*184b2d41Schristos #define HAVE_DECL_AUDIT_USER_TTY 0
263*184b2d41Schristos 
26497ec5308Schristos /* Definitions pulled in from aclocal.m4. */
26597ec5308Schristos #define VOID_SIGHANDLER 1
26697ec5308Schristos 
26797ec5308Schristos /* #undef GWINSZ_IN_SYS_IOCTL */
26897ec5308Schristos 
26997ec5308Schristos #define STRUCT_WINSIZE_IN_SYS_IOCTL 1
27097ec5308Schristos 
27197ec5308Schristos /* #undef STRUCT_WINSIZE_IN_TERMIOS */
27297ec5308Schristos 
27397ec5308Schristos #define TIOCSTAT_IN_SYS_IOCTL 1
27497ec5308Schristos 
27597ec5308Schristos #define FIONREAD_IN_SYS_IOCTL 1
27697ec5308Schristos 
27797ec5308Schristos /* #undef SPEED_T_IN_SYS_TYPES */
27897ec5308Schristos 
27997ec5308Schristos #define HAVE_GETPW_DECLS 1
28097ec5308Schristos 
281*184b2d41Schristos #define HAVE_STRUCT_DIRENT_D_INO 1
28297ec5308Schristos 
283*184b2d41Schristos #define HAVE_STRUCT_DIRENT_D_FILENO 1
284*184b2d41Schristos 
285*184b2d41Schristos /* #undef HAVE_STRUCT_DIRENT_D_NAMLEN */
28697ec5308Schristos 
28797ec5308Schristos /* #undef HAVE_BSD_SIGNALS */
28897ec5308Schristos 
28997ec5308Schristos #define HAVE_POSIX_SIGNALS 1
29097ec5308Schristos 
29197ec5308Schristos /* #undef HAVE_USG_SIGHOLD */
29297ec5308Schristos 
29397ec5308Schristos /* #undef MUST_REINSTALL_SIGHANDLERS */
29497ec5308Schristos 
29597ec5308Schristos #define HAVE_POSIX_SIGSETJMP 1
29697ec5308Schristos 
29797ec5308Schristos #define CTYPE_NON_ASCII 1
29897ec5308Schristos 
29997ec5308Schristos /* modify settings or make new ones based on what autoconf tells us. */
30097ec5308Schristos 
30197ec5308Schristos /* Ultrix botches type-ahead when switching from canonical to
30297ec5308Schristos    non-canonical mode, at least through version 4.3 */
30397ec5308Schristos #if !defined (HAVE_TERMIOS_H) || !defined (HAVE_TCGETATTR) || defined (ultrix)
30497ec5308Schristos #  define TERMIOS_MISSING
30597ec5308Schristos #endif
30697ec5308Schristos 
307*184b2d41Schristos /* VARARGS defines moved to rlstdc.h */
308