1218885Sdim/* This file is automatically generated.  DO NOT EDIT! */
2218885Sdim/* Generated from: NetBSD: mknative-gdb,v 1.15 2020/12/05 21:27:31 christos Exp  */
3218885Sdim/* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
4218885Sdim
5218885Sdim/* config.h.  Generated from config.h.in by configure.  */
6218885Sdim/* config.h.in.  Maintained by hand. */
7218885Sdim
8218885Sdim/* Template definitions for autoconf */
9218885Sdim#define __EXTENSIONS__ 1
10218885Sdim#define _ALL_SOURCE 1
11218885Sdim#define _GNU_SOURCE 1
12218885Sdim/* #undef _POSIX_SOURCE */
13218885Sdim/* #undef _POSIX_1_SOURCE */
14218885Sdim#define _POSIX_PTHREAD_SEMANTICS 1
15218885Sdim#define _TANDEM_SOURCE 1
16218885Sdim/* #undef _MINIX */
17218885Sdim
18218885Sdim/* Define NO_MULTIBYTE_SUPPORT to not compile in support for multibyte
19218885Sdim   characters, even if the OS supports them. */
20218885Sdim/* #undef NO_MULTIBYTE_SUPPORT */
21218885Sdim
22218885Sdim/* #undef _FILE_OFFSET_BITS */
23218885Sdim
24218885Sdim/* Define as the return type of signal handlers (int or void).  */
25218885Sdim#define RETSIGTYPE void
26218885Sdim
27218885Sdim#define VOID_SIGHANDLER 1
28218885Sdim
29218885Sdim/* Characteristics of the compiler. */
30218885Sdim/* #undef sig_atomic_t */
31218885Sdim
32218885Sdim/* #undef size_t */
33218885Sdim
34218885Sdim/* #undef ssize_t */
35218885Sdim
36218885Sdim/* #undef const */
37218885Sdim
38218885Sdim/* #undef volatile */
39218885Sdim
40218885Sdim#define PROTOTYPES 1
41218885Sdim#define __PROTOTYPES 1
42218885Sdim
43218885Sdim/* #undef __CHAR_UNSIGNED__ */
44218885Sdim
45218885Sdim/* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
46218885Sdim/* #undef STAT_MACROS_BROKEN */
47218885Sdim
48218885Sdim/* Define if you have the chown function. */
49218885Sdim/* #undef HAVE_CHOWN */
50218885Sdim
51218885Sdim/* Define if you have the fcntl function. */
52218885Sdim#define HAVE_FCNTL 1
53218885Sdim
54218885Sdim/* Define if you have the fnmatch function. */
55218885Sdim#define HAVE_FNMATCH 1
56218885Sdim
57218885Sdim/* Define if you have the getpwent function. */
58218885Sdim#define HAVE_GETPWENT 1
59218885Sdim
60218885Sdim/* Define if you have the getpwnam function. */
61218885Sdim#define HAVE_GETPWNAM 1
62218885Sdim
63218885Sdim/* Define if you have the getpwuid function. */
64218885Sdim#define HAVE_GETPWUID 1
65218885Sdim
66218885Sdim/* Define if you have the isascii function. */
67218885Sdim#define HAVE_ISASCII 1
68218885Sdim
69218885Sdim/* Define if you have the iswctype function.  */
70218885Sdim#define HAVE_ISWCTYPE 1
71218885Sdim
72218885Sdim/* Define if you have the iswlower function.  */
73218885Sdim#define HAVE_ISWLOWER 1
74218885Sdim
75218885Sdim/* Define if you have the iswupper function.  */
76218885Sdim#define HAVE_ISWUPPER 1
77218885Sdim
78218885Sdim/* Define if you have the isxdigit function. */
79218885Sdim#define HAVE_ISXDIGIT 1
80218885Sdim
81218885Sdim/* Define if you have the kill function. */
82218885Sdim#define HAVE_KILL 1
83218885Sdim
84218885Sdim/* Define if you have the lstat function. */
85218885Sdim#define HAVE_LSTAT 1
86218885Sdim
87218885Sdim/* Define if you have the mbrlen function. */
88218885Sdim#define HAVE_MBRLEN 1
89218885Sdim
90218885Sdim/* Define if you have the mbrtowc function. */
91218885Sdim#define HAVE_MBRTOWC 1
92218885Sdim
93218885Sdim/* Define if you have the mbsrtowcs function. */
94218885Sdim#define HAVE_MBSRTOWCS 1
95218885Sdim
96218885Sdim/* Define if you have the memmove function. */
97218885Sdim#define HAVE_MEMMOVE 1
98218885Sdim
99218885Sdim/* Define if you have the pselect function.  */
100218885Sdim#define HAVE_PSELECT 1
101218885Sdim
102218885Sdim/* Define if you have the putenv function.  */
103218885Sdim#define HAVE_PUTENV 1
104218885Sdim
105218885Sdim/* Define if you have the readlink function.  */
106218885Sdim#define HAVE_READLINK 1
107218885Sdim
108218885Sdim/* Define if you have the select function.  */
109218885Sdim#define HAVE_SELECT 1
110218885Sdim
111218885Sdim/* Define if you have the setenv function.  */
112218885Sdim#define HAVE_SETENV 1
113218885Sdim
114218885Sdim/* Define if you have the setlocale function. */
115218885Sdim#define HAVE_SETLOCALE 1
116218885Sdim
117218885Sdim/* Define if you have the strcasecmp function.  */
118218885Sdim#define HAVE_STRCASECMP 1
119218885Sdim
120218885Sdim/* Define if you have the strcoll function.  */
121218885Sdim#define HAVE_STRCOLL 1
122218885Sdim
123218885Sdim/* #undef STRCOLL_BROKEN */
124218885Sdim
125218885Sdim/* Define if you have the strpbrk function.  */
126218885Sdim#define HAVE_STRPBRK 1
127218885Sdim
128218885Sdim/* Define if you have the tcgetattr function.  */
129218885Sdim#define HAVE_TCGETATTR 1
130218885Sdim
131218885Sdim/* Define if you have the towlower function.  */
132218885Sdim#define HAVE_TOWLOWER 1
133218885Sdim
134218885Sdim/* Define if you have the towupper function.  */
135218885Sdim#define HAVE_TOWUPPER 1
136218885Sdim
137218885Sdim/* Define if you have the vsnprintf function.  */
138218885Sdim#define HAVE_VSNPRINTF 1
139218885Sdim
140218885Sdim/* Define if you have the wcrtomb function.  */
141218885Sdim#define HAVE_WCRTOMB 1
142218885Sdim
143218885Sdim/* Define if you have the wcscoll function.  */
144218885Sdim#define HAVE_WCSCOLL 1
145218885Sdim
146218885Sdim/* Define if you have the wctype function.  */
147218885Sdim#define HAVE_WCTYPE 1
148218885Sdim
149218885Sdim/* Define if you have the wcwidth function.  */
150218885Sdim#define HAVE_WCWIDTH 1
151218885Sdim
152218885Sdim/* and whether it works */
153218885Sdim/* #undef WCWIDTH_BROKEN */
154218885Sdim
155218885Sdim#define STDC_HEADERS 1
156218885Sdim
157218885Sdim/* Define if you have the <dirent.h> header file.  */
158218885Sdim#define HAVE_DIRENT_H 1
159218885Sdim
160218885Sdim/* Define if you have the <fcntl.h> header file.  */
161218885Sdim#define HAVE_FCNTL_H 1
162218885Sdim
163218885Sdim/* Define if you have the <langinfo.h> header file.  */
164218885Sdim#define HAVE_LANGINFO_H 1
165218885Sdim
166218885Sdim/* Define if you have the <libaudit.h> header file.  */
167218885Sdim/* #undef HAVE_LIBAUDIT_H */
168218885Sdim
169218885Sdim/* Define if you have the <limits.h> header file.  */
170218885Sdim#define HAVE_LIMITS_H 1
171218885Sdim
172218885Sdim/* Define if you have the <locale.h> header file.  */
173218885Sdim#define HAVE_LOCALE_H 1
174218885Sdim
175218885Sdim/* Define if you have the <memory.h> header file.  */
176218885Sdim#define HAVE_MEMORY_H 1
177218885Sdim
178218885Sdim/* Define if you have the <ndir.h> header file.  */
179218885Sdim/* #undef HAVE_NDIR_H */
180218885Sdim
181218885Sdim/* Define if you have the <ncurses/termcap.h> header file.  */
182218885Sdim/* #undef HAVE_NCURSES_TERMCAP_H */
183218885Sdim
184218885Sdim/* Define if you have the <pwd.h> header file.  */
185218885Sdim#define HAVE_PWD_H 1
186218885Sdim
187218885Sdim/* Define if you have the <stdarg.h> header file.  */
188218885Sdim#define HAVE_STDARG_H 1
189218885Sdim
190218885Sdim/* Define if you have the <stdbool.h> header file.  */
191218885Sdim#define HAVE_STDBOOL_H 1
192218885Sdim
193218885Sdim/* Define if you have the <stdlib.h> header file.  */
194218885Sdim#define HAVE_STDLIB_H 1
195218885Sdim
196218885Sdim/* Define if you have the <string.h> header file.  */
197218885Sdim#define HAVE_STRING_H 1
198218885Sdim
199218885Sdim/* Define if you have the <strings.h> header file.  */
200218885Sdim#define HAVE_STRINGS_H 1
201218885Sdim
202218885Sdim/* Define if you have the <sys/dir.h> header file.  */
203218885Sdim/* #undef HAVE_SYS_DIR_H */
204218885Sdim
205218885Sdim/* Define if you have the <sys/file.h> header file.  */
206218885Sdim#define HAVE_SYS_FILE_H 1
207218885Sdim
208218885Sdim/* Define if you have the <sys/ioctl.h> header file.  */
209218885Sdim#define HAVE_SYS_IOCTL_H 1
210218885Sdim
211218885Sdim/* Define if you have the <sys/ndir.h> header file.  */
212218885Sdim/* #undef HAVE_SYS_NDIR_H */
213218885Sdim
214218885Sdim/* Define if you have the <sys/pte.h> header file.  */
215218885Sdim/* #undef HAVE_SYS_PTE_H */
216218885Sdim
217218885Sdim/* Define if you have the <sys/ptem.h> header file.  */
218218885Sdim/* #undef HAVE_SYS_PTEM_H */
219218885Sdim
220218885Sdim/* Define if you have the <sys/select.h> header file.  */
221218885Sdim#define HAVE_SYS_SELECT_H 1
222218885Sdim
223218885Sdim/* Define if you have the <sys/stream.h> header file.  */
224218885Sdim/* #undef HAVE_SYS_STREAM_H */
225218885Sdim
226218885Sdim/* Define if you have the <termcap.h> header file.  */
227218885Sdim#define HAVE_TERMCAP_H 1
228218885Sdim
229218885Sdim/* Define if you have the <termio.h> header file.  */
230218885Sdim/* #undef HAVE_TERMIO_H */
231218885Sdim
232218885Sdim/* Define if you have the <termios.h> header file.  */
233218885Sdim#define HAVE_TERMIOS_H 1
234218885Sdim
235218885Sdim/* Define if you have the <unistd.h> header file.  */
236218885Sdim#define HAVE_UNISTD_H 1
237218885Sdim
238218885Sdim/* Define if you have the <varargs.h> header file.  */
239218885Sdim/* #undef HAVE_VARARGS_H */
240218885Sdim
241218885Sdim/* Define if you have the <wchar.h> header file.  */
242218885Sdim#define HAVE_WCHAR_H 1
243218885Sdim
244218885Sdim/* Define if you have the <wctype.h> header file.  */
245218885Sdim#define HAVE_WCTYPE_H 1
246218885Sdim
247218885Sdim#define HAVE_MBSTATE_T 1
248218885Sdim
249218885Sdim/* Define if you have wchar_t in <wctype.h>. */
250218885Sdim#define HAVE_WCHAR_T 1
251218885Sdim
252218885Sdim/* Define if you have wctype_t in <wctype.h>. */
253218885Sdim#define HAVE_WCTYPE_T 1
254218885Sdim
255218885Sdim/* Define if you have wint_t in <wctype.h>. */
256218885Sdim#define HAVE_WINT_T 1
257218885Sdim
258218885Sdim/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
259218885Sdim#define HAVE_LANGINFO_CODESET 1
260218885Sdim
261218885Sdim/* Define if you have <linux/audit.h> and it defines AUDIT_USER_TTY */
262218885Sdim#define HAVE_DECL_AUDIT_USER_TTY 0
263218885Sdim
264218885Sdim/* Definitions pulled in from aclocal.m4. */
265218885Sdim#define VOID_SIGHANDLER 1
266218885Sdim
267218885Sdim/* #undef GWINSZ_IN_SYS_IOCTL */
268218885Sdim
269218885Sdim#define STRUCT_WINSIZE_IN_SYS_IOCTL 1
270218885Sdim
271218885Sdim/* #undef STRUCT_WINSIZE_IN_TERMIOS */
272218885Sdim
273218885Sdim#define TIOCSTAT_IN_SYS_IOCTL 1
274218885Sdim
275218885Sdim#define FIONREAD_IN_SYS_IOCTL 1
276218885Sdim
277218885Sdim/* #undef SPEED_T_IN_SYS_TYPES */
278218885Sdim
279218885Sdim#define HAVE_GETPW_DECLS 1
280218885Sdim
281218885Sdim#define HAVE_STRUCT_DIRENT_D_INO 1
282218885Sdim
283218885Sdim#define HAVE_STRUCT_DIRENT_D_FILENO 1
284218885Sdim
285218885Sdim/* #undef HAVE_STRUCT_DIRENT_D_NAMLEN */
286218885Sdim
287218885Sdim/* #undef HAVE_BSD_SIGNALS */
288218885Sdim
289218885Sdim#define HAVE_POSIX_SIGNALS 1
290218885Sdim
291218885Sdim/* #undef HAVE_USG_SIGHOLD */
292218885Sdim
293218885Sdim/* #undef MUST_REINSTALL_SIGHANDLERS */
294218885Sdim
295218885Sdim#define HAVE_POSIX_SIGSETJMP 1
296218885Sdim
297218885Sdim#define CTYPE_NON_ASCII 1
298218885Sdim
299218885Sdim/* modify settings or make new ones based on what autoconf tells us. */
300218885Sdim
301218885Sdim/* Ultrix botches type-ahead when switching from canonical to
302218885Sdim   non-canonical mode, at least through version 4.3 */
303218885Sdim#if !defined (HAVE_TERMIOS_H) || !defined (HAVE_TCGETATTR) || defined (ultrix)
304218885Sdim#  define TERMIOS_MISSING
305218885Sdim#endif
306218885Sdim
307218885Sdim/* VARARGS defines moved to rlstdc.h */
308218885Sdim