11541Srgrimes/* This file is automatically generated.  DO NOT EDIT! */
21541Srgrimes/* Generated from: NetBSD: mknative-gdb,v 1.12 2020/09/17 16:54:31 christos Exp  */
31549Srgrimes/* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
41549Srgrimes
51541Srgrimes/* config.h.  Generated from config.h.in by configure.  */
61541Srgrimes/* config.h.in.  Maintained by hand. */
71541Srgrimes
81541Srgrimes/* Template definitions for autoconf */
91541Srgrimes#define __EXTENSIONS__ 1
101541Srgrimes#define _ALL_SOURCE 1
111541Srgrimes#define _GNU_SOURCE 1
121541Srgrimes/* #undef _POSIX_SOURCE */
131541Srgrimes/* #undef _POSIX_1_SOURCE */
141541Srgrimes#define _POSIX_PTHREAD_SEMANTICS 1
151541Srgrimes#define _TANDEM_SOURCE 1
161541Srgrimes/* #undef _MINIX */
171541Srgrimes
181541Srgrimes/* Define NO_MULTIBYTE_SUPPORT to not compile in support for multibyte
191541Srgrimes   characters, even if the OS supports them. */
201541Srgrimes/* #undef NO_MULTIBYTE_SUPPORT */
211541Srgrimes
221541Srgrimes/* #undef _FILE_OFFSET_BITS */
231541Srgrimes
241541Srgrimes/* Define as the return type of signal handlers (int or void).  */
251541Srgrimes#define RETSIGTYPE void
261541Srgrimes
271541Srgrimes#define VOID_SIGHANDLER 1
281541Srgrimes
291541Srgrimes/* Characteristics of the compiler. */
301541Srgrimes/* #undef sig_atomic_t */
311541Srgrimes
321541Srgrimes/* #undef size_t */
331541Srgrimes
341541Srgrimes/* #undef ssize_t */
351541Srgrimes
361541Srgrimes/* #undef const */
371541Srgrimes
381549Srgrimes/* #undef volatile */
3950477Speter
401541Srgrimes#define PROTOTYPES 1
411541Srgrimes#define __PROTOTYPES 1
421549Srgrimes
431549Srgrimes/* #undef __CHAR_UNSIGNED__ */
441549Srgrimes
451549Srgrimes/* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
461549Srgrimes/* #undef STAT_MACROS_BROKEN */
47108599Sphk
48108599Sphk/* Define if you have the chown function. */
491541Srgrimes/* #undef HAVE_CHOWN */
501541Srgrimes
51108602Sphk/* Define if you have the fcntl function. */
52108602Sphk#define HAVE_FCNTL 1
53108602Sphk
54108602Sphk/* Define if you have the fnmatch function. */
55108602Sphk#define HAVE_FNMATCH 1
56108602Sphk
57108602Sphk/* Define if you have the getpwent function. */
58108602Sphk#define HAVE_GETPWENT 1
59108602Sphk
60108602Sphk/* Define if you have the getpwnam function. */
61108602Sphk#define HAVE_GETPWNAM 1
62108602Sphk
63108602Sphk/* Define if you have the getpwuid function. */
64108602Sphk#define HAVE_GETPWUID 1
65108602Sphk
66108602Sphk/* Define if you have the isascii function. */
67108602Sphk#define HAVE_ISASCII 1
68108602Sphk
6967082Sdillon/* Define if you have the iswctype function.  */
7067082Sdillon#define HAVE_ISWCTYPE 1
7167082Sdillon
721541Srgrimes/* Define if you have the iswlower function.  */
7333758Sdyson#define HAVE_ISWLOWER 1
741549Srgrimes
7533758Sdyson/* Define if you have the iswupper function.  */
7633758Sdyson#define HAVE_ISWUPPER 1
7742957Sdillon
7842957Sdillon/* Define if you have the isxdigit function. */
7942957Sdillon#define HAVE_ISXDIGIT 1
8042957Sdillon
8142957Sdillon/* Define if you have the kill function. */
8242957Sdillon#define HAVE_KILL 1
8342957Sdillon
8442957Sdillon/* Define if you have the lstat function. */
8542957Sdillon#define HAVE_LSTAT 1
8642957Sdillon
8742957Sdillon/* Define if you have the mbrlen function. */
8842957Sdillon#define HAVE_MBRLEN 1
8942957Sdillon
9042957Sdillon/* Define if you have the mbrtowc function. */
915455Sdg#define HAVE_MBRTOWC 1
9242957Sdillon
9342957Sdillon/* Define if you have the mbsrtowcs function. */
9451339Sdillon#define HAVE_MBSRTOWCS 1
9542957Sdillon
9642957Sdillon/* Define if you have the memmove function. */
971541Srgrimes#define HAVE_MEMMOVE 1
981541Srgrimes
9910080Sbde/* Define if you have the pselect function.  */
10011317Sdg#define HAVE_PSELECT 1
10142957Sdillon
102102966Sbde/* Define if you have the putenv function.  */
103107913Sdillon#define HAVE_PUTENV 1
104108600Sphk
105108600Sphk/* Define if you have the readlink function.  */
106108600Sphk#define HAVE_READLINK 1
107108600Sphk
108108600Sphk/* Define if you have the select function.  */
109108600Sphk#define HAVE_SELECT 1
110108600Sphk
111108600Sphk/* Define if you have the setenv function.  */
112108600Sphk#define HAVE_SETENV 1
11310080Sbde
11492727Salfred/* Define if you have the setlocale function. */
11592727Salfred#define HAVE_SETLOCALE 1
116107913Sdillon
11742957Sdillon/* Define if you have the strcasecmp function.  */
11892727Salfred#define HAVE_STRCASECMP 1
11992727Salfred
12092727Salfred/* Define if you have the strcoll function.  */
12192727Salfred#define HAVE_STRCOLL 1
12292727Salfred
12392727Salfred/* #undef STRCOLL_BROKEN */
12442957Sdillon
12542957Sdillon/* Define if you have the strpbrk function.  */
12642957Sdillon#define HAVE_STRPBRK 1
12742957Sdillon
12842957Sdillon/* Define if you have the tcgetattr function.  */
12992727Salfred#define HAVE_TCGETATTR 1
13042957Sdillon
13153338Speter/* Define if you have the towlower function.  */
13253338Speter#define HAVE_TOWLOWER 1
13392727Salfred
13453338Speter/* Define if you have the towupper function.  */
13592029Seivind#define HAVE_TOWUPPER 1
136108599Sphk
137/* Define if you have the vsnprintf function.  */
138#define HAVE_VSNPRINTF 1
139
140/* Define if you have the wcrtomb function.  */
141#define HAVE_WCRTOMB 1
142
143/* Define if you have the wcscoll function.  */
144#define HAVE_WCSCOLL 1
145
146/* Define if you have the wctype function.  */
147#define HAVE_WCTYPE 1
148
149/* Define if you have the wcwidth function.  */
150#define HAVE_WCWIDTH 1
151
152/* and whether it works */
153/* #undef WCWIDTH_BROKEN */
154
155#define STDC_HEADERS 1
156
157/* Define if you have the <dirent.h> header file.  */
158#define HAVE_DIRENT_H 1
159
160/* Define if you have the <fcntl.h> header file.  */
161#define HAVE_FCNTL_H 1
162
163/* Define if you have the <langinfo.h> header file.  */
164#define HAVE_LANGINFO_H 1
165
166/* Define if you have the <libaudit.h> header file.  */
167/* #undef HAVE_LIBAUDIT_H */
168
169/* Define if you have the <limits.h> header file.  */
170#define HAVE_LIMITS_H 1
171
172/* Define if you have the <locale.h> header file.  */
173#define HAVE_LOCALE_H 1
174
175/* Define if you have the <memory.h> header file.  */
176#define HAVE_MEMORY_H 1
177
178/* Define if you have the <ndir.h> header file.  */
179/* #undef HAVE_NDIR_H */
180
181/* Define if you have the <ncurses/termcap.h> header file.  */
182/* #undef HAVE_NCURSES_TERMCAP_H */
183
184/* Define if you have the <pwd.h> header file.  */
185#define HAVE_PWD_H 1
186
187/* Define if you have the <stdarg.h> header file.  */
188#define HAVE_STDARG_H 1
189
190/* Define if you have the <stdbool.h> header file.  */
191#define HAVE_STDBOOL_H 1
192
193/* Define if you have the <stdlib.h> header file.  */
194#define HAVE_STDLIB_H 1
195
196/* Define if you have the <string.h> header file.  */
197#define HAVE_STRING_H 1
198
199/* Define if you have the <strings.h> header file.  */
200#define HAVE_STRINGS_H 1
201
202/* Define if you have the <sys/dir.h> header file.  */
203/* #undef HAVE_SYS_DIR_H */
204
205/* Define if you have the <sys/file.h> header file.  */
206#define HAVE_SYS_FILE_H 1
207
208/* Define if you have the <sys/ioctl.h> header file.  */
209#define HAVE_SYS_IOCTL_H 1
210
211/* Define if you have the <sys/ndir.h> header file.  */
212/* #undef HAVE_SYS_NDIR_H */
213
214/* Define if you have the <sys/pte.h> header file.  */
215/* #undef HAVE_SYS_PTE_H */
216
217/* Define if you have the <sys/ptem.h> header file.  */
218/* #undef HAVE_SYS_PTEM_H */
219
220/* Define if you have the <sys/select.h> header file.  */
221#define HAVE_SYS_SELECT_H 1
222
223/* Define if you have the <sys/stream.h> header file.  */
224/* #undef HAVE_SYS_STREAM_H */
225
226/* Define if you have the <termcap.h> header file.  */
227#define HAVE_TERMCAP_H 1
228
229/* Define if you have the <termio.h> header file.  */
230/* #undef HAVE_TERMIO_H */
231
232/* Define if you have the <termios.h> header file.  */
233#define HAVE_TERMIOS_H 1
234
235/* Define if you have the <unistd.h> header file.  */
236#define HAVE_UNISTD_H 1
237
238/* Define if you have the <varargs.h> header file.  */
239/* #undef HAVE_VARARGS_H */
240
241/* Define if you have the <wchar.h> header file.  */
242#define HAVE_WCHAR_H 1
243
244/* Define if you have the <wctype.h> header file.  */
245#define HAVE_WCTYPE_H 1
246
247#define HAVE_MBSTATE_T 1
248
249/* Define if you have wchar_t in <wctype.h>. */
250#define HAVE_WCHAR_T 1
251
252/* Define if you have wctype_t in <wctype.h>. */
253#define HAVE_WCTYPE_T 1
254
255/* Define if you have wint_t in <wctype.h>. */
256#define HAVE_WINT_T 1
257
258/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
259#define HAVE_LANGINFO_CODESET 1
260
261/* Define if you have <linux/audit.h> and it defines AUDIT_USER_TTY */
262#define HAVE_DECL_AUDIT_USER_TTY 0
263
264/* Definitions pulled in from aclocal.m4. */
265#define VOID_SIGHANDLER 1
266
267/* #undef GWINSZ_IN_SYS_IOCTL */
268
269#define STRUCT_WINSIZE_IN_SYS_IOCTL 1
270
271/* #undef STRUCT_WINSIZE_IN_TERMIOS */
272
273#define TIOCSTAT_IN_SYS_IOCTL 1
274
275#define FIONREAD_IN_SYS_IOCTL 1
276
277/* #undef SPEED_T_IN_SYS_TYPES */
278
279#define HAVE_GETPW_DECLS 1
280
281#define HAVE_STRUCT_DIRENT_D_INO 1
282
283#define HAVE_STRUCT_DIRENT_D_FILENO 1
284
285/* #undef HAVE_STRUCT_DIRENT_D_NAMLEN */
286
287/* #undef HAVE_BSD_SIGNALS */
288
289#define HAVE_POSIX_SIGNALS 1
290
291/* #undef HAVE_USG_SIGHOLD */
292
293/* #undef MUST_REINSTALL_SIGHANDLERS */
294
295#define HAVE_POSIX_SIGSETJMP 1
296
297#define CTYPE_NON_ASCII 1
298
299/* modify settings or make new ones based on what autoconf tells us. */
300
301/* Ultrix botches type-ahead when switching from canonical to
302   non-canonical mode, at least through version 4.3 */
303#if !defined (HAVE_TERMIOS_H) || !defined (HAVE_TCGETATTR) || defined (ultrix)
304#  define TERMIOS_MISSING
305#endif
306
307/* VARARGS defines moved to rlstdc.h */
308