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