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