xref: /openbsd-src/gnu/usr.bin/cc/libcpp/config.h (revision a5a4e2c59915cf71d5efef6ea31486f3426b6d51)
1 /* config.h.  Generated by configure.  */
2 /* config.in.  Generated from configure.ac by autoheader.  */
3 /* $OpenBSD: config.h,v 1.2 2009/11/02 09:50:39 jsg Exp $ */
4 
5 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
6    systems. This function is required for `alloca.c' support on those systems.
7    */
8 /* #undef CRAY_STACKSEG_END */
9 
10 /* Define to 1 if using `alloca.c'. */
11 /* #undef C_ALLOCA */
12 
13 /* Define if you want more run-time sanity checks. */
14 /* #undef ENABLE_CHECKING */
15 
16 /* Define to 1 if translation of program messages to the user's native
17    language is requested. */
18 /* #undef ENABLE_NLS */
19 
20 /* Define to 1 if you have `alloca', as a function or macro. */
21 #define HAVE_ALLOCA 1
22 
23 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
24    */
25 /* #undef HAVE_ALLOCA_H */
26 
27 /* Define to 1 if you have the `clearerr_unlocked' function. */
28 /* #undef HAVE_CLEARERR_UNLOCKED */
29 
30 /* Define to 1 if you have the declaration of `abort', and to 0 if you don't.
31    */
32 #define HAVE_DECL_ABORT 1
33 
34 /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
35    don't. */
36 #define HAVE_DECL_ASPRINTF 1
37 
38 /* Define to 1 if you have the declaration of `basename', and to 0 if you
39    don't. */
40 #define HAVE_DECL_BASENAME 0
41 
42 /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
43    you don't. */
44 #define HAVE_DECL_CLEARERR_UNLOCKED 0
45 
46 /* Define to 1 if you have the declaration of `errno', and to 0 if you don't.
47    */
48 #define HAVE_DECL_ERRNO 0
49 
50 /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
51    don't. */
52 #define HAVE_DECL_FEOF_UNLOCKED 0
53 
54 /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
55    you don't. */
56 #define HAVE_DECL_FERROR_UNLOCKED 0
57 
58 /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
59    you don't. */
60 #define HAVE_DECL_FFLUSH_UNLOCKED 0
61 
62 /* Define to 1 if you have the declaration of `fgetc_unlocked', and to 0 if
63    you don't. */
64 #define HAVE_DECL_FGETC_UNLOCKED 0
65 
66 /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
67    you don't. */
68 #define HAVE_DECL_FGETS_UNLOCKED 0
69 
70 /* Define to 1 if you have the declaration of `fileno_unlocked', and to 0 if
71    you don't. */
72 #define HAVE_DECL_FILENO_UNLOCKED 0
73 
74 /* Define to 1 if you have the declaration of `fprintf_unlocked', and to 0 if
75    you don't. */
76 #define HAVE_DECL_FPRINTF_UNLOCKED 0
77 
78 /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
79    you don't. */
80 #define HAVE_DECL_FPUTC_UNLOCKED 0
81 
82 /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
83    you don't. */
84 #define HAVE_DECL_FPUTS_UNLOCKED 0
85 
86 /* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
87    you don't. */
88 #define HAVE_DECL_FREAD_UNLOCKED 0
89 
90 /* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
91    you don't. */
92 #define HAVE_DECL_FWRITE_UNLOCKED 0
93 
94 /* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
95    you don't. */
96 #define HAVE_DECL_GETCHAR_UNLOCKED 1
97 
98 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
99    don't. */
100 #define HAVE_DECL_GETC_UNLOCKED 1
101 
102 /* Define to 1 if you have the declaration of `getopt', and to 0 if you don't.
103    */
104 #define HAVE_DECL_GETOPT 1
105 
106 /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
107    you don't. */
108 #define HAVE_DECL_PUTCHAR_UNLOCKED 1
109 
110 /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
111    don't. */
112 #define HAVE_DECL_PUTC_UNLOCKED 1
113 
114 /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
115    don't. */
116 #define HAVE_DECL_VASPRINTF 1
117 
118 /* Define to 1 if you have the <fcntl.h> header file. */
119 #define HAVE_FCNTL_H 1
120 
121 /* Define to 1 if you have the `feof_unlocked' function. */
122 /* #undef HAVE_FEOF_UNLOCKED */
123 
124 /* Define to 1 if you have the `ferror_unlocked' function. */
125 /* #undef HAVE_FERROR_UNLOCKED */
126 
127 /* Define to 1 if you have the `fflush_unlocked' function. */
128 /* #undef HAVE_FFLUSH_UNLOCKED */
129 
130 /* Define to 1 if you have the `fgetc_unlocked' function. */
131 /* #undef HAVE_FGETC_UNLOCKED */
132 
133 /* Define to 1 if you have the `fgets_unlocked' function. */
134 /* #undef HAVE_FGETS_UNLOCKED */
135 
136 /* Define to 1 if you have the `fileno_unlocked' function. */
137 /* #undef HAVE_FILENO_UNLOCKED */
138 
139 /* Define to 1 if you have the `fprintf_unlocked' function. */
140 /* #undef HAVE_FPRINTF_UNLOCKED */
141 
142 /* Define to 1 if you have the `fputc_unlocked' function. */
143 /* #undef HAVE_FPUTC_UNLOCKED */
144 
145 /* Define to 1 if you have the `fputs_unlocked' function. */
146 /* #undef HAVE_FPUTS_UNLOCKED */
147 
148 /* Define to 1 if you have the `fread_unlocked' function. */
149 /* #undef HAVE_FREAD_UNLOCKED */
150 
151 /* Define to 1 if you have the `fwrite_unlocked' function. */
152 /* #undef HAVE_FWRITE_UNLOCKED */
153 
154 /* Define to 1 if you have the `getchar_unlocked' function. */
155 #define HAVE_GETCHAR_UNLOCKED 1
156 
157 /* Define to 1 if you have the `getc_unlocked' function. */
158 #define HAVE_GETC_UNLOCKED 1
159 
160 /* Define if you have the iconv() function. */
161 /* #undef HAVE_ICONV */
162 
163 /* Define to 1 if you have the <iconv.h> header file. */
164 /* #undef HAVE_ICONV_H */
165 
166 /* Define to 1 if you have the <inttypes.h> header file. */
167 #define HAVE_INTTYPES_H 1
168 
169 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
170 #define HAVE_LANGINFO_CODESET 1
171 
172 /* Define to 1 if you have the <limits.h> header file. */
173 #define HAVE_LIMITS_H 1
174 
175 /* Define to 1 if you have the <locale.h> header file. */
176 #define HAVE_LOCALE_H 1
177 
178 /* Define to 1 if you have the <memory.h> header file. */
179 #define HAVE_MEMORY_H 1
180 
181 /* Define to 1 if libc includes obstacks. */
182 /* #undef HAVE_OBSTACK */
183 
184 /* Define to 1 if you have the `putchar_unlocked' function. */
185 #define HAVE_PUTCHAR_UNLOCKED 1
186 
187 /* Define to 1 if you have the `putc_unlocked' function. */
188 #define HAVE_PUTC_UNLOCKED 1
189 
190 /* Define to 1 if you have the <stddef.h> header file. */
191 #define HAVE_STDDEF_H 1
192 
193 /* Define to 1 if you have the <stdint.h> header file. */
194 #define HAVE_STDINT_H 1
195 
196 /* Define to 1 if you have the <stdlib.h> header file. */
197 #define HAVE_STDLIB_H 1
198 
199 /* Define to 1 if you have the <strings.h> header file. */
200 #define HAVE_STRINGS_H 1
201 
202 /* Define to 1 if you have the <string.h> header file. */
203 #define HAVE_STRING_H 1
204 
205 /* Define to 1 if you have the <sys/file.h> header file. */
206 #define HAVE_SYS_FILE_H 1
207 
208 /* Define to 1 if you have the <sys/stat.h> header file. */
209 #define HAVE_SYS_STAT_H 1
210 
211 /* Define to 1 if you have the <sys/types.h> header file. */
212 #define HAVE_SYS_TYPES_H 1
213 
214 /* Define if <sys/types.h> defines \`uchar'. */
215 /* #undef HAVE_UCHAR */
216 
217 /* Define to 1 if you have the <unistd.h> header file. */
218 #define HAVE_UNISTD_H 1
219 
220 /* Define to the widest efficient host integer type at least as wide as the
221    target's size_t type. */
222 #define HOST_WIDE_INT long
223 
224 /* Define as const if the declaration of iconv() needs const. */
225 /* #undef ICONV_CONST */
226 
227 /* Define to the name of this package. */
228 #define PACKAGE "cpplib"
229 
230 /* Define to the address where bug reports for this package should be sent. */
231 #define PACKAGE_BUGREPORT "gcc-bugs@gcc.gnu.org"
232 
233 /* Define to the full name of this package. */
234 #define PACKAGE_NAME "cpplib"
235 
236 /* Define to the full name and version of this package. */
237 #define PACKAGE_STRING "cpplib  "
238 
239 /* Define to the one symbol short name of this package. */
240 #define PACKAGE_TARNAME "cpplib"
241 
242 /* Define to the version of this package. */
243 #define PACKAGE_VERSION " "
244 
245 /* The size of a `int', as computed by sizeof. */
246 #define SIZEOF_INT 4
247 
248 /* The size of a `long', as computed by sizeof. */
249 #define SIZEOF_LONG 8
250 
251 /* If using the C implementation of alloca, define if you know the
252    direction of stack growth for your system; otherwise it will be
253    automatically deduced at run-time.
254 	STACK_DIRECTION > 0 => grows toward higher addresses
255 	STACK_DIRECTION < 0 => grows toward lower addresses
256 	STACK_DIRECTION = 0 => direction of growth unknown */
257 /* #undef STACK_DIRECTION */
258 
259 /* Define to 1 if you have the ANSI C header files. */
260 #define STDC_HEADERS 1
261 
262 /* Define if you can safely include both <string.h> and <strings.h>. */
263 #define STRING_WITH_STRINGS 1
264 
265 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
266 #define TIME_WITH_SYS_TIME 1
267 
268 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
269 /* #undef TM_IN_SYS_TIME */
270 
271 /* Define to empty if `const' does not conform to ANSI C. */
272 /* #undef const */
273 
274 /* Define to `__inline__' or `__inline' if that's what the C compiler
275    calls it, or to nothing if 'inline' is not supported under any name.  */
276 #ifndef __cplusplus
277 /* #undef inline */
278 #endif
279 
280 /* Define to `long' if <sys/types.h> does not define. */
281 /* #undef off_t */
282 
283 /* Define to `unsigned' if <sys/types.h> does not define. */
284 /* #undef size_t */
285 
286 #include <size-host.h>
287