xref: /dragonfly/gnu/usr.bin/cc47/libcpp/config.h (revision c9c5aa9e)
1 /* config.h.  Generated from config.in by configure.  */
2 /* config.in.  Generated from configure.ac by autoheader.  */
3 
4 /* Define if building universal (internal helper macro) */
5 /* #undef AC_APPLE_UNIVERSAL_BUILD */
6 
7 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
8    systems. This function is required for `alloca.c' support on those systems.
9    */
10 /* #undef CRAY_STACKSEG_END */
11 
12 /* Define to 1 if using `alloca.c'. */
13 /* #undef C_ALLOCA */
14 
15 /* Define if you want more run-time sanity checks. */
16 /* #undef ENABLE_CHECKING */
17 
18 /* Define to 1 if translation of program messages to the user's native
19    language is requested. */
20 /* #undef ENABLE_NLS */
21 
22 /* Define to 1 if you have `alloca', as a function or macro. */
23 #define HAVE_ALLOCA 1
24 
25 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
26    */
27 /* #undef HAVE_ALLOCA_H */
28 
29 /* Define to 1 if you have the `clearerr_unlocked' function. */
30 #define HAVE_CLEARERR_UNLOCKED 1
31 
32 /* Define to 1 if you have the declaration of `abort', and to 0 if you don't.
33    */
34 #define HAVE_DECL_ABORT 1
35 
36 /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
37    don't. */
38 #define HAVE_DECL_ASPRINTF 1
39 
40 /* Define to 1 if you have the declaration of `basename(char *)', and to 0 if
41    you don't. */
42 #define HAVE_DECL_BASENAME 0
43 
44 /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
45    you don't. */
46 #define HAVE_DECL_CLEARERR_UNLOCKED 1
47 
48 /* Define to 1 if you have the declaration of `errno', and to 0 if you don't.
49    */
50 #define HAVE_DECL_ERRNO 0
51 
52 /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
53    don't. */
54 #define HAVE_DECL_FEOF_UNLOCKED 1
55 
56 /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
57    you don't. */
58 #define HAVE_DECL_FERROR_UNLOCKED 1
59 
60 /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
61    you don't. */
62 #define HAVE_DECL_FFLUSH_UNLOCKED 1
63 
64 /* Define to 1 if you have the declaration of `fgetc_unlocked', and to 0 if
65    you don't. */
66 #define HAVE_DECL_FGETC_UNLOCKED 0
67 
68 /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
69    you don't. */
70 #define HAVE_DECL_FGETS_UNLOCKED 0
71 
72 /* Define to 1 if you have the declaration of `fileno_unlocked', and to 0 if
73    you don't. */
74 #define HAVE_DECL_FILENO_UNLOCKED 1
75 
76 /* Define to 1 if you have the declaration of `fprintf_unlocked', and to 0 if
77    you don't. */
78 #define HAVE_DECL_FPRINTF_UNLOCKED 0
79 
80 /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
81    you don't. */
82 #define HAVE_DECL_FPUTC_UNLOCKED 1
83 
84 /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
85    you don't. */
86 #define HAVE_DECL_FPUTS_UNLOCKED 1
87 
88 /* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
89    you don't. */
90 #define HAVE_DECL_FREAD_UNLOCKED 1
91 
92 /* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
93    you don't. */
94 #define HAVE_DECL_FWRITE_UNLOCKED 1
95 
96 /* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
97    you don't. */
98 #define HAVE_DECL_GETCHAR_UNLOCKED 1
99 
100 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
101    don't. */
102 #define HAVE_DECL_GETC_UNLOCKED 1
103 
104 /* Define to 1 if you have the declaration of `getopt', and to 0 if you don't.
105    */
106 #define HAVE_DECL_GETOPT 1
107 
108 /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
109    you don't. */
110 #define HAVE_DECL_PUTCHAR_UNLOCKED 1
111 
112 /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
113    don't. */
114 #define HAVE_DECL_PUTC_UNLOCKED 1
115 
116 /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
117    don't. */
118 #define HAVE_DECL_VASPRINTF 1
119 
120 /* Define to 1 if you have the <fcntl.h> header file. */
121 #define HAVE_FCNTL_H 1
122 
123 /* Define to 1 if you have the `feof_unlocked' function. */
124 #define HAVE_FEOF_UNLOCKED 1
125 
126 /* Define to 1 if you have the `ferror_unlocked' function. */
127 #define HAVE_FERROR_UNLOCKED 1
128 
129 /* Define to 1 if you have the `fflush_unlocked' function. */
130 /* #undef HAVE_FFLUSH_UNLOCKED */
131 
132 /* Define to 1 if you have the `fgetc_unlocked' function. */
133 /* #undef HAVE_FGETC_UNLOCKED */
134 
135 /* Define to 1 if you have the `fgets_unlocked' function. */
136 /* #undef HAVE_FGETS_UNLOCKED */
137 
138 /* Define to 1 if you have the `fileno_unlocked' function. */
139 #define HAVE_FILENO_UNLOCKED 1
140 
141 /* Define to 1 if you have the `fprintf_unlocked' function. */
142 /* #undef HAVE_FPRINTF_UNLOCKED */
143 
144 /* Define to 1 if you have the `fputc_unlocked' function. */
145 /* #undef HAVE_FPUTC_UNLOCKED */
146 
147 /* Define to 1 if you have the `fputs_unlocked' function. */
148 /* #undef HAVE_FPUTS_UNLOCKED */
149 
150 /* Define to 1 if you have the `fread_unlocked' function. */
151 /* #undef HAVE_FREAD_UNLOCKED */
152 
153 /* Define to 1 if you have the `fwrite_unlocked' function. */
154 /* #undef HAVE_FWRITE_UNLOCKED */
155 
156 /* Define to 1 if you have the `getchar_unlocked' function. */
157 #define HAVE_GETCHAR_UNLOCKED 1
158 
159 /* Define to 1 if you have the `getc_unlocked' function. */
160 #define HAVE_GETC_UNLOCKED 1
161 
162 /* Define if you have the iconv() function. */
163 #define HAVE_ICONV 1
164 
165 /* Define to 1 if you have the <inttypes.h> header file. */
166 #define HAVE_INTTYPES_H 1
167 
168 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
169 #define HAVE_LANGINFO_CODESET 1
170 
171 /* Define to 1 if you have the <limits.h> header file. */
172 #define HAVE_LIMITS_H 1
173 
174 /* Define to 1 if you have the <locale.h> header file. */
175 #define HAVE_LOCALE_H 1
176 
177 /* Define to 1 if you have the <memory.h> header file. */
178 #define HAVE_MEMORY_H 1
179 
180 /* Define to 1 if libc includes obstacks. */
181 /* #undef HAVE_OBSTACK */
182 
183 /* Define to 1 if you have the `putchar_unlocked' function. */
184 #define HAVE_PUTCHAR_UNLOCKED 1
185 
186 /* Define to 1 if you have the `putc_unlocked' function. */
187 #define HAVE_PUTC_UNLOCKED 1
188 
189 /* Define to 1 if you can assemble SSE4 insns. */
190 /* #define HAVE_SSE4 1 */
191 
192 /* Define to 1 if you have the <stddef.h> header file. */
193 #define HAVE_STDDEF_H 1
194 
195 /* Define to 1 if you have the <stdint.h> header file. */
196 #define HAVE_STDINT_H 1
197 
198 /* Define to 1 if you have the <stdlib.h> header file. */
199 #define HAVE_STDLIB_H 1
200 
201 /* Define to 1 if you have the <strings.h> header file. */
202 #define HAVE_STRINGS_H 1
203 
204 /* Define to 1 if you have the <string.h> header file. */
205 #define HAVE_STRING_H 1
206 
207 /* Define to 1 if you have the <sys/file.h> header file. */
208 #define HAVE_SYS_FILE_H 1
209 
210 /* Define to 1 if you have the <sys/stat.h> header file. */
211 #define HAVE_SYS_STAT_H 1
212 
213 /* Define to 1 if you have the <sys/types.h> header file. */
214 #define HAVE_SYS_TYPES_H 1
215 
216 /* Define if <sys/types.h> defines \`uchar'. */
217 /* #undef HAVE_UCHAR */
218 
219 /* Define to 1 if the system has the type `uintptr_t'. */
220 #define HAVE_UINTPTR_T 1
221 
222 /* Define to 1 if you have the <unistd.h> header file. */
223 #define HAVE_UNISTD_H 1
224 
225 /* Define to the widest efficient host integer type at least as wide as the
226    target's size_t type. */
227 #ifdef CROSS_COMPILE
228 #define HOST_WIDE_INT long long
229 #else
230 #define HOST_WIDE_INT HWI_TYPE
231 #endif
232 
233 /* Define as const if the declaration of iconv() needs const. */
234 #define ICONV_CONST
235 
236 /* Define to the name of this package. */
237 #define PACKAGE "cpplib"
238 
239 /* Define to the address where bug reports for this package should be sent. */
240 #define PACKAGE_BUGREPORT "gcc-bugs@gcc.gnu.org"
241 
242 /* Define to the full name of this package. */
243 #define PACKAGE_NAME "cpplib"
244 
245 /* Define to the full name and version of this package. */
246 #define PACKAGE_STRING "cpplib  "
247 
248 /* Define to the one symbol short name of this package. */
249 #define PACKAGE_TARNAME "cpplib"
250 
251 /* Define to the home page for this package. */
252 #define PACKAGE_URL ""
253 
254 /* Define to the version of this package. */
255 #define PACKAGE_VERSION " "
256 
257 /* The size of `int', as computed by sizeof. */
258 #define SIZEOF_INT 4
259 
260 /* The size of `long', as computed by sizeof. */
261 #define SIZEOF_LONG BYTESLONG
262 
263 /* If using the C implementation of alloca, define if you know the
264    direction of stack growth for your system; otherwise it will be
265    automatically deduced at runtime.
266 	STACK_DIRECTION > 0 => grows toward higher addresses
267 	STACK_DIRECTION < 0 => grows toward lower addresses
268 	STACK_DIRECTION = 0 => direction of growth unknown */
269 /* #undef STACK_DIRECTION */
270 
271 /* Define to 1 if you have the ANSI C header files. */
272 #define STDC_HEADERS 1
273 
274 /* Define if you can safely include both <string.h> and <strings.h>. */
275 #define STRING_WITH_STRINGS 1
276 
277 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
278 #define TIME_WITH_SYS_TIME 1
279 
280 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
281 /* #undef TM_IN_SYS_TIME */
282 
283 /* Enable extensions on AIX 3, Interix.  */
284 #ifndef _ALL_SOURCE
285 # define _ALL_SOURCE 1
286 #endif
287 /* Enable GNU extensions on systems that have them.  */
288 #ifndef _GNU_SOURCE
289 # define _GNU_SOURCE 1
290 #endif
291 /* Enable threading extensions on Solaris.  */
292 #ifndef _POSIX_PTHREAD_SEMANTICS
293 # define _POSIX_PTHREAD_SEMANTICS 1
294 #endif
295 /* Enable extensions on HP NonStop.  */
296 #ifndef _TANDEM_SOURCE
297 # define _TANDEM_SOURCE 1
298 #endif
299 /* Enable general extensions on Solaris.  */
300 #ifndef __EXTENSIONS__
301 # define __EXTENSIONS__ 1
302 #endif
303 
304 
305 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
306    significant byte first (like Motorola and SPARC, unlike Intel). */
307 #if defined AC_APPLE_UNIVERSAL_BUILD
308 # if defined __BIG_ENDIAN__
309 #  define WORDS_BIGENDIAN 1
310 # endif
311 #else
312 # ifndef WORDS_BIGENDIAN
313 /* #  undef WORDS_BIGENDIAN */
314 # endif
315 #endif
316 
317 /* Number of bits in a file offset, on hosts where this is settable. */
318 /* #undef _FILE_OFFSET_BITS */
319 
320 /* Define for large files, on AIX-style hosts. */
321 /* #undef _LARGE_FILES */
322 
323 /* Define to 1 if on MINIX. */
324 /* #undef _MINIX */
325 
326 /* Define to 2 if the system does not provide POSIX.1 features except with
327    this defined. */
328 /* #undef _POSIX_1_SOURCE */
329 
330 /* Define to 1 if you need to in order for `stat' and other things to work. */
331 /* #undef _POSIX_SOURCE */
332 
333 /* Define to empty if `const' does not conform to ANSI C. */
334 /* #undef const */
335 
336 /* Define to `__inline__' or `__inline' if that's what the C compiler
337    calls it, or to nothing if 'inline' is not supported under any name.  */
338 #ifndef __cplusplus
339 /* #undef inline */
340 #endif
341 
342 /* Define to `long int' if <sys/types.h> does not define. */
343 /* #undef off_t */
344 
345 /* Define to `int' if <sys/types.h> does not define. */
346 /* #undef ptrdiff_t */
347 
348 /* Define to `unsigned int' if <sys/types.h> does not define. */
349 /* #undef size_t */
350 
351 /* Define to `int' if <sys/types.h> does not define. */
352 /* #undef ssize_t */
353 
354 /* Define to the type of an unsigned integer type wide enough to hold a
355    pointer, if such a type exists, and if the system does not define it. */
356 /* #undef uintptr_t */
357