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