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