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