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