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