1fe7c5d1bSmatt /* This file is automatically generated.  DO NOT EDIT! */
2*0866c1a9Smrg /* Generated from: 	NetBSD: mknative-gdb,v 1.6 2013/10/03 18:58:37 christos Exp  */
3fe7c5d1bSmatt /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
4fe7c5d1bSmatt 
5fe7c5d1bSmatt /* config.h.  Generated from config.h.in by configure.  */
6fe7c5d1bSmatt /* config.h.in.  Maintained by hand. */
7fe7c5d1bSmatt 
8fe7c5d1bSmatt /* Define NO_MULTIBYTE_SUPPORT to not compile in support for multibyte
9fe7c5d1bSmatt    characters, even if the OS supports them. */
10fe7c5d1bSmatt /* #undef NO_MULTIBYTE_SUPPORT */
11fe7c5d1bSmatt 
12*0866c1a9Smrg /* #undef _FILE_OFFSET_BITS */
13*0866c1a9Smrg 
14fe7c5d1bSmatt /* Define if on MINIX.  */
15fe7c5d1bSmatt /* #undef _MINIX */
16fe7c5d1bSmatt 
17fe7c5d1bSmatt /* Define as the return type of signal handlers (int or void).  */
18fe7c5d1bSmatt #define RETSIGTYPE void
19fe7c5d1bSmatt 
20fe7c5d1bSmatt #define VOID_SIGHANDLER 1
21fe7c5d1bSmatt 
22fe7c5d1bSmatt /* Characteristics of the compiler. */
23*0866c1a9Smrg /* #undef sig_atomic_t */
24fe7c5d1bSmatt 
25fe7c5d1bSmatt /* #undef size_t */
26fe7c5d1bSmatt 
27fe7c5d1bSmatt /* #undef ssize_t */
28fe7c5d1bSmatt 
29*0866c1a9Smrg /* #undef const */
30*0866c1a9Smrg 
31*0866c1a9Smrg /* #undef volatile */
32*0866c1a9Smrg 
33fe7c5d1bSmatt #define PROTOTYPES 1
34fe7c5d1bSmatt 
35fe7c5d1bSmatt /* #undef __CHAR_UNSIGNED__ */
36fe7c5d1bSmatt 
37fe7c5d1bSmatt /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
38fe7c5d1bSmatt /* #undef STAT_MACROS_BROKEN */
39fe7c5d1bSmatt 
40fe7c5d1bSmatt /* Define if you have the fcntl function. */
41fe7c5d1bSmatt #define HAVE_FCNTL 1
42fe7c5d1bSmatt 
43fe7c5d1bSmatt /* Define if you have the getpwent function. */
44fe7c5d1bSmatt #define HAVE_GETPWENT 1
45fe7c5d1bSmatt 
46fe7c5d1bSmatt /* Define if you have the getpwnam function. */
47fe7c5d1bSmatt #define HAVE_GETPWNAM 1
48fe7c5d1bSmatt 
49fe7c5d1bSmatt /* Define if you have the getpwuid function. */
50fe7c5d1bSmatt #define HAVE_GETPWUID 1
51fe7c5d1bSmatt 
52fe7c5d1bSmatt /* Define if you have the isascii function. */
53fe7c5d1bSmatt #define HAVE_ISASCII 1
54fe7c5d1bSmatt 
55*0866c1a9Smrg /* Define if you have the iswctype function.  */
56*0866c1a9Smrg #define HAVE_ISWCTYPE 1
57*0866c1a9Smrg 
58*0866c1a9Smrg /* Define if you have the iswlower function.  */
59*0866c1a9Smrg #define HAVE_ISWLOWER 1
60*0866c1a9Smrg 
61*0866c1a9Smrg /* Define if you have the iswupper function.  */
62*0866c1a9Smrg #define HAVE_ISWUPPER 1
63*0866c1a9Smrg 
64fe7c5d1bSmatt /* Define if you have the isxdigit function. */
65fe7c5d1bSmatt #define HAVE_ISXDIGIT 1
66fe7c5d1bSmatt 
67fe7c5d1bSmatt /* Define if you have the kill function. */
68fe7c5d1bSmatt #define HAVE_KILL 1
69fe7c5d1bSmatt 
70fe7c5d1bSmatt /* Define if you have the lstat function. */
71fe7c5d1bSmatt #define HAVE_LSTAT 1
72fe7c5d1bSmatt 
73fe7c5d1bSmatt /* Define if you have the mbrlen function. */
74fe7c5d1bSmatt #define HAVE_MBRLEN 1
75fe7c5d1bSmatt 
76fe7c5d1bSmatt /* Define if you have the mbrtowc function. */
77fe7c5d1bSmatt #define HAVE_MBRTOWC 1
78fe7c5d1bSmatt 
79fe7c5d1bSmatt /* Define if you have the mbsrtowcs function. */
80fe7c5d1bSmatt #define HAVE_MBSRTOWCS 1
81fe7c5d1bSmatt 
82fe7c5d1bSmatt /* Define if you have the memmove function. */
83fe7c5d1bSmatt #define HAVE_MEMMOVE 1
84fe7c5d1bSmatt 
85fe7c5d1bSmatt /* Define if you have the putenv function.  */
86fe7c5d1bSmatt #define HAVE_PUTENV 1
87fe7c5d1bSmatt 
88fe7c5d1bSmatt /* Define if you have the select function.  */
89fe7c5d1bSmatt #define HAVE_SELECT 1
90fe7c5d1bSmatt 
91fe7c5d1bSmatt /* Define if you have the setenv function.  */
92fe7c5d1bSmatt #define HAVE_SETENV 1
93fe7c5d1bSmatt 
94fe7c5d1bSmatt /* Define if you have the setlocale function. */
95fe7c5d1bSmatt #define HAVE_SETLOCALE 1
96fe7c5d1bSmatt 
97fe7c5d1bSmatt /* Define if you have the strcasecmp function.  */
98fe7c5d1bSmatt #define HAVE_STRCASECMP 1
99fe7c5d1bSmatt 
100fe7c5d1bSmatt /* Define if you have the strcoll function.  */
101fe7c5d1bSmatt #define HAVE_STRCOLL 1
102fe7c5d1bSmatt 
103fe7c5d1bSmatt /* #undef STRCOLL_BROKEN */
104fe7c5d1bSmatt 
105fe7c5d1bSmatt /* Define if you have the strpbrk function.  */
106fe7c5d1bSmatt #define HAVE_STRPBRK 1
107fe7c5d1bSmatt 
108fe7c5d1bSmatt /* Define if you have the tcgetattr function.  */
109fe7c5d1bSmatt #define HAVE_TCGETATTR 1
110fe7c5d1bSmatt 
111*0866c1a9Smrg /* Define if you have the towlower function.  */
112*0866c1a9Smrg #define HAVE_TOWLOWER 1
113*0866c1a9Smrg 
114*0866c1a9Smrg /* Define if you have the towupper function.  */
115*0866c1a9Smrg #define HAVE_TOWUPPER 1
116*0866c1a9Smrg 
117fe7c5d1bSmatt /* Define if you have the vsnprintf function.  */
118fe7c5d1bSmatt #define HAVE_VSNPRINTF 1
119fe7c5d1bSmatt 
120*0866c1a9Smrg /* Define if you have the wcrtomb function.  */
121*0866c1a9Smrg #define HAVE_WCRTOMB 1
122*0866c1a9Smrg 
123*0866c1a9Smrg /* Define if you have the wcscoll function.  */
124*0866c1a9Smrg #define HAVE_WCSCOLL 1
125*0866c1a9Smrg 
126*0866c1a9Smrg /* Define if you have the wctype function.  */
127*0866c1a9Smrg #define HAVE_WCTYPE 1
128fe7c5d1bSmatt 
129fe7c5d1bSmatt /* Define if you have the wcwidth function.  */
130fe7c5d1bSmatt #define HAVE_WCWIDTH 1
131fe7c5d1bSmatt 
132fe7c5d1bSmatt #define STDC_HEADERS 1
133fe7c5d1bSmatt 
134fe7c5d1bSmatt /* Define if you have the <dirent.h> header file.  */
135fe7c5d1bSmatt #define HAVE_DIRENT_H 1
136fe7c5d1bSmatt 
137fe7c5d1bSmatt /* Define if you have the <fcntl.h> header file.  */
138fe7c5d1bSmatt #define HAVE_FCNTL_H 1
139fe7c5d1bSmatt 
140fe7c5d1bSmatt /* Define if you have the <langinfo.h> header file.  */
141fe7c5d1bSmatt #define HAVE_LANGINFO_H 1
142fe7c5d1bSmatt 
143fe7c5d1bSmatt /* Define if you have the <limits.h> header file.  */
144fe7c5d1bSmatt #define HAVE_LIMITS_H 1
145fe7c5d1bSmatt 
146fe7c5d1bSmatt /* Define if you have the <locale.h> header file.  */
147fe7c5d1bSmatt #define HAVE_LOCALE_H 1
148fe7c5d1bSmatt 
149fe7c5d1bSmatt /* Define if you have the <memory.h> header file.  */
150fe7c5d1bSmatt #define HAVE_MEMORY_H 1
151fe7c5d1bSmatt 
152fe7c5d1bSmatt /* Define if you have the <ndir.h> header file.  */
153fe7c5d1bSmatt /* #undef HAVE_NDIR_H */
154fe7c5d1bSmatt 
155fe7c5d1bSmatt /* Define if you have the <pwd.h> header file.  */
156fe7c5d1bSmatt #define HAVE_PWD_H 1
157fe7c5d1bSmatt 
158fe7c5d1bSmatt /* Define if you have the <stdarg.h> header file.  */
159fe7c5d1bSmatt #define HAVE_STDARG_H 1
160fe7c5d1bSmatt 
161fe7c5d1bSmatt /* Define if you have the <stdlib.h> header file.  */
162fe7c5d1bSmatt #define HAVE_STDLIB_H 1
163fe7c5d1bSmatt 
164fe7c5d1bSmatt /* Define if you have the <string.h> header file.  */
165fe7c5d1bSmatt #define HAVE_STRING_H 1
166fe7c5d1bSmatt 
167fe7c5d1bSmatt /* Define if you have the <strings.h> header file.  */
168fe7c5d1bSmatt #define HAVE_STRINGS_H 1
169fe7c5d1bSmatt 
170fe7c5d1bSmatt /* Define if you have the <sys/dir.h> header file.  */
171fe7c5d1bSmatt /* #undef HAVE_SYS_DIR_H */
172fe7c5d1bSmatt 
173fe7c5d1bSmatt /* Define if you have the <sys/file.h> header file.  */
174fe7c5d1bSmatt #define HAVE_SYS_FILE_H 1
175fe7c5d1bSmatt 
176fe7c5d1bSmatt /* Define if you have the <sys/ndir.h> header file.  */
177fe7c5d1bSmatt /* #undef HAVE_SYS_NDIR_H */
178fe7c5d1bSmatt 
179fe7c5d1bSmatt /* Define if you have the <sys/pte.h> header file.  */
180fe7c5d1bSmatt /* #undef HAVE_SYS_PTE_H */
181fe7c5d1bSmatt 
182fe7c5d1bSmatt /* Define if you have the <sys/ptem.h> header file.  */
183fe7c5d1bSmatt /* #undef HAVE_SYS_PTEM_H */
184fe7c5d1bSmatt 
185fe7c5d1bSmatt /* Define if you have the <sys/select.h> header file.  */
186fe7c5d1bSmatt #define HAVE_SYS_SELECT_H 1
187fe7c5d1bSmatt 
188fe7c5d1bSmatt /* Define if you have the <sys/stream.h> header file.  */
189fe7c5d1bSmatt /* #undef HAVE_SYS_STREAM_H */
190fe7c5d1bSmatt 
191fe7c5d1bSmatt /* Define if you have the <termcap.h> header file.  */
192fe7c5d1bSmatt #define HAVE_TERMCAP_H 1
193fe7c5d1bSmatt 
194fe7c5d1bSmatt /* Define if you have the <termio.h> header file.  */
195fe7c5d1bSmatt /* #undef HAVE_TERMIO_H */
196fe7c5d1bSmatt 
197fe7c5d1bSmatt /* Define if you have the <termios.h> header file.  */
198fe7c5d1bSmatt #define HAVE_TERMIOS_H 1
199fe7c5d1bSmatt 
200fe7c5d1bSmatt /* Define if you have the <unistd.h> header file.  */
201fe7c5d1bSmatt #define HAVE_UNISTD_H 1
202fe7c5d1bSmatt 
203fe7c5d1bSmatt /* Define if you have the <varargs.h> header file.  */
204fe7c5d1bSmatt /* #undef HAVE_VARARGS_H */
205fe7c5d1bSmatt 
206fe7c5d1bSmatt /* Define if you have the <wchar.h> header file.  */
207fe7c5d1bSmatt #define HAVE_WCHAR_H 1
208fe7c5d1bSmatt 
209*0866c1a9Smrg /* Define if you have the <wctype.h> header file.  */
210fe7c5d1bSmatt #define HAVE_WCTYPE_H 1
211fe7c5d1bSmatt 
212fe7c5d1bSmatt #define HAVE_MBSTATE_T 1
213fe7c5d1bSmatt 
214*0866c1a9Smrg /* Define if you have wchar_t in <wctype.h>. */
215*0866c1a9Smrg #define HAVE_WCHAR_T 1
216*0866c1a9Smrg 
217*0866c1a9Smrg /* Define if you have wctype_t in <wctype.h>. */
218*0866c1a9Smrg #define HAVE_WCTYPE_T 1
219*0866c1a9Smrg 
220*0866c1a9Smrg /* Define if you have wint_t in <wctype.h>. */
221*0866c1a9Smrg #define HAVE_WINT_T 1
222*0866c1a9Smrg 
223fe7c5d1bSmatt /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
224fe7c5d1bSmatt #define HAVE_LANGINFO_CODESET 1
225fe7c5d1bSmatt 
226fe7c5d1bSmatt /* Definitions pulled in from aclocal.m4. */
227fe7c5d1bSmatt #define VOID_SIGHANDLER 1
228fe7c5d1bSmatt 
229fe7c5d1bSmatt /* #undef GWINSZ_IN_SYS_IOCTL */
230fe7c5d1bSmatt 
231fe7c5d1bSmatt #define STRUCT_WINSIZE_IN_SYS_IOCTL 1
232fe7c5d1bSmatt 
233fe7c5d1bSmatt /* #undef STRUCT_WINSIZE_IN_TERMIOS */
234fe7c5d1bSmatt 
235fe7c5d1bSmatt #define TIOCSTAT_IN_SYS_IOCTL 1
236fe7c5d1bSmatt 
237fe7c5d1bSmatt #define FIONREAD_IN_SYS_IOCTL 1
238fe7c5d1bSmatt 
239fe7c5d1bSmatt /* #undef SPEED_T_IN_SYS_TYPES */
240fe7c5d1bSmatt 
241fe7c5d1bSmatt #define HAVE_GETPW_DECLS 1
242fe7c5d1bSmatt 
243fe7c5d1bSmatt /* #undef STRUCT_DIRENT_HAS_D_INO */
244fe7c5d1bSmatt 
245fe7c5d1bSmatt /* #undef STRUCT_DIRENT_HAS_D_FILENO */
246fe7c5d1bSmatt 
247fe7c5d1bSmatt /* #undef HAVE_BSD_SIGNALS */
248fe7c5d1bSmatt 
249fe7c5d1bSmatt #define HAVE_POSIX_SIGNALS 1
250fe7c5d1bSmatt 
251fe7c5d1bSmatt /* #undef HAVE_USG_SIGHOLD */
252fe7c5d1bSmatt 
253fe7c5d1bSmatt /* #undef MUST_REINSTALL_SIGHANDLERS */
254fe7c5d1bSmatt 
255fe7c5d1bSmatt #define HAVE_POSIX_SIGSETJMP 1
256fe7c5d1bSmatt 
257fe7c5d1bSmatt #define CTYPE_NON_ASCII 1
258fe7c5d1bSmatt 
259fe7c5d1bSmatt /* modify settings or make new ones based on what autoconf tells us. */
260fe7c5d1bSmatt 
261fe7c5d1bSmatt /* Ultrix botches type-ahead when switching from canonical to
262fe7c5d1bSmatt    non-canonical mode, at least through version 4.3 */
263fe7c5d1bSmatt #if !defined (HAVE_TERMIOS_H) || !defined (HAVE_TCGETATTR) || defined (ultrix)
264fe7c5d1bSmatt #  define TERMIOS_MISSING
265fe7c5d1bSmatt #endif
266fe7c5d1bSmatt 
267fe7c5d1bSmatt #if defined (__STDC__) && defined (HAVE_STDARG_H)
268fe7c5d1bSmatt #  define PREFER_STDARG
269fe7c5d1bSmatt #  define USE_VARARGS
270fe7c5d1bSmatt #else
271fe7c5d1bSmatt #  if defined (HAVE_VARARGS_H)
272fe7c5d1bSmatt #    define PREFER_VARARGS
273fe7c5d1bSmatt #    define USE_VARARGS
274fe7c5d1bSmatt #  endif
275fe7c5d1bSmatt #endif
276