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