25540a866ebec5343b07e4f88989dd4a7a3e85c7
[fw/sdcc] / support / cpp2 / config.in
1 /* config.in.  Generated automatically from configure.in by autoheader.  */
2
3 #ifdef __BORLANDC__
4
5 #include "borland.h"
6
7 #else
8 /* Define to empty if the keyword does not work.  */
9 #undef const
10
11 /* Define to `int' if <sys/types.h> doesn't define.  */
12 #undef gid_t
13
14 /* Define if you have the ANSI # stringizing operator in cpp. */
15 #undef HAVE_STRINGIZE
16
17 /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
18 #undef HAVE_SYS_WAIT_H
19
20 /* Define if you have <vfork.h>.  */
21 #undef HAVE_VFORK_H
22
23 /* Define as __inline if that's what the C compiler calls it.  */
24 #undef inline
25
26 /* Define if your C compiler doesn't accept -c and -o together.  */
27 #undef NO_MINUS_C_MINUS_O
28
29 /* Define to `long' if <sys/types.h> doesn't define.  */
30 #undef off_t
31
32 /* Define to `int' if <sys/types.h> doesn't define.  */
33 #undef pid_t
34
35 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
36 #undef size_t
37
38 /* Define if you have the ANSI C header files.  */
39 #undef STDC_HEADERS
40
41 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
42 #undef TIME_WITH_SYS_TIME
43
44 /* Define to `int' if <sys/types.h> doesn't define.  */
45 #undef uid_t
46
47 /* Define vfork as fork if vfork does not work.  */
48 #undef vfork
49
50 /* Define as 1 if you have the stpcpy function.  */
51 #undef HAVE_STPCPY
52
53 /* Define to `int' if <sys/types.h> doesn't define.  */
54 #undef ssize_t
55
56 /* Define if you have the atoll function.  */
57 #undef HAVE_ATOLL
58
59 /* Define if you have the atoq function.  */
60 #undef HAVE_ATOQ
61
62 /* Define if you have the clock function.  */
63 #undef HAVE_CLOCK
64
65 /* Define if you have the dcgettext function.  */
66 #undef HAVE_DCGETTEXT
67
68 /* Define if you have the getpagesize function.  */
69 #undef HAVE_GETPAGESIZE
70
71 /* Define if you have the getrlimit function.  */
72 #undef HAVE_GETRLIMIT
73
74 /* Define if you have the getrusage function.  */
75 #undef HAVE_GETRUSAGE
76
77 /* Define if you have the kill function.  */
78 #undef HAVE_KILL
79
80 /* Define if you have the lstat function.  */
81 #undef HAVE_LSTAT
82
83 /* Define if you have the munmap function.  */
84 #undef HAVE_MUNMAP
85
86 /* Define if you have the nl_langinfo function.  */
87 #undef HAVE_NL_LANGINFO
88
89 /* Define if you have the putenv function.  */
90 #undef HAVE_PUTENV
91
92 /* Define if you have the setenv function.  */
93 #undef HAVE_SETENV
94
95 /* Define if you have the setlocale function.  */
96 #undef HAVE_SETLOCALE
97
98 /* Define if you have the setrlimit function.  */
99 #undef HAVE_SETRLIMIT
100
101 /* Define if you have the stpcpy function.  */
102 #undef HAVE_STPCPY
103
104 /* Define if you have the strcasecmp function.  */
105 #undef HAVE_STRCASECMP
106
107 /* Define if you have the strchr function.  */
108 #undef HAVE_STRCHR
109
110 /* Define if you have the strdup function.  */
111 #undef HAVE_STRDUP
112
113 /* Define if you have the strrchr function.  */
114 #undef HAVE_STRRCHR
115
116 /* Define if you have the strstr function.  */
117 #undef HAVE_STRSTR
118
119 /* Define if you have the times function.  */
120 #undef HAVE_TIMES
121
122 /* Define if you have the <argz.h> header file.  */
123 #undef HAVE_ARGZ_H
124
125 /* Define if you have the <direct.h> header file.  */
126 #undef HAVE_DIRECT_H
127
128 /* Define if you have the <fcntl.h> header file.  */
129 #undef HAVE_FCNTL_H
130
131 /* Define if you have the <iconv.h> header file.  */
132 #undef HAVE_ICONV_H
133
134 /* Define if you have the <langinfo.h> header file.  */
135 #undef HAVE_LANGINFO_H
136
137 /* Define if you have the <limits.h> header file.  */
138 #undef HAVE_LIMITS_H
139
140 /* Define if you have the <locale.h> header file.  */
141 #undef HAVE_LOCALE_H
142
143 /* Define if you have the <malloc.h> header file.  */
144 #undef HAVE_MALLOC_H
145
146 /* Define if you have the <nl_types.h> header file.  */
147 #undef HAVE_NL_TYPES_H
148
149 /* Define if you have the <stddef.h> header file.  */
150 #undef HAVE_STDDEF_H
151
152 /* Define if you have the <stdlib.h> header file.  */
153 #undef HAVE_STDLIB_H
154
155 /* Define if you have the <string.h> header file.  */
156 #undef HAVE_STRING_H
157
158 /* Define if you have the <strings.h> header file.  */
159 #undef HAVE_STRINGS_H
160
161 /* Define if you have the <sys/file.h> header file.  */
162 #undef HAVE_SYS_FILE_H
163
164 /* Define if you have the <sys/param.h> header file.  */
165 #undef HAVE_SYS_PARAM_H
166
167 /* Define if you have the <sys/resource.h> header file.  */
168 #undef HAVE_SYS_RESOURCE_H
169
170 /* Define if you have the <sys/stat.h> header file.  */
171 #undef HAVE_SYS_STAT_H
172
173 /* Define if you have the <sys/time.h> header file.  */
174 #undef HAVE_SYS_TIME_H
175
176 /* Define if you have the <sys/times.h> header file.  */
177 #undef HAVE_SYS_TIMES_H
178
179 /* Define if you have the <time.h> header file.  */
180 #undef HAVE_TIME_H
181
182 /* Define if you have the <unistd.h> header file.  */
183 #undef HAVE_UNISTD_H
184
185 /* Define if you have the i library (-li).  */
186 #undef HAVE_LIBI
187
188 /* Define to enable the use of a default linker. */
189 #undef DEFAULT_LINKER
190
191 /* Define to enable the use of a default assembler. */
192 #undef DEFAULT_ASSEMBLER
193
194 /* Define if you want more run-time sanity checks.  This one gets a grab
195    bag of miscellaneous but relatively cheap checks. */
196 #undef ENABLE_CHECKING
197
198 /* Define if you want all operations on trees (the basic data
199    structure of the front ends) to be checked for dynamic type safety
200    at runtime.  This is moderately expensive. */
201 #undef ENABLE_TREE_CHECKING
202
203 /* Define if you want all operations on RTL (the basic data structure
204    of the optimizer and back end) to be checked for dynamic type safety
205    at runtime.  This is quite expensive. */
206 #undef ENABLE_RTL_CHECKING
207
208 /* Define if you want the garbage collector to do object poisoning and
209    other memory allocation checks.  This is quite expensive. */
210 #undef ENABLE_GC_CHECKING
211
212 /* Define if you want the garbage collector to operate in maximally
213    paranoid mode, validating the entire heap and collecting garbage at
214    every opportunity.  This is extremely expensive. */
215 #undef ENABLE_GC_ALWAYS_COLLECT
216
217 /* Define if you want the C and C++ compilers to support multibyte
218    character sets for source code. */
219 #undef MULTIBYTE_CHARS
220
221 /* Define if your compiler understands volatile. */
222 #undef HAVE_VOLATILE
223
224 /* Define if your compiler supports the `long double' type. */
225 #undef HAVE_LONG_DOUBLE
226
227 /* The number of bytes in type short */
228 #undef SIZEOF_SHORT
229
230 /* The number of bytes in type int */
231 #undef SIZEOF_INT
232
233 /* The number of bytes in type long */
234 #undef SIZEOF_LONG
235
236 /* Define if the host execution character set is EBCDIC. */
237 #undef HOST_EBCDIC
238
239 /* Always define this when using the GNU C Library */
240 #undef _GNU_SOURCE
241
242 /* Define if you have a working <stdbool.h> header file. */
243 #undef HAVE_STDBOOL_H
244
245 /* Define if you can safely include both <string.h> and <strings.h>. */
246 #undef STRING_WITH_STRINGS
247
248 /* Define as the number of bits in a byte, if `limits.h' doesn't. */
249 #undef CHAR_BIT
250
251 /* Define if the host machine stores words of multi-word integers in
252    big-endian order. */
253 #undef HOST_WORDS_BIG_ENDIAN
254
255 /* Define to the floating point format of the host machine, if not IEEE. */
256 #undef HOST_FLOAT_FORMAT
257
258 /* Define to 1 if the host machine stores floating point numbers in
259    memory with the word containing the sign bit at the lowest address,
260    or to 0 if it does it the other way around.
261
262    This macro should not be defined if the ordering is the same as for
263    multi-word integers. */
264 #undef HOST_FLOAT_WORDS_BIG_ENDIAN
265
266 /* Define if you have a working <inttypes.h> header file. */
267 #undef HAVE_INTTYPES_H
268
269 /* Define if printf supports %p. */
270 #undef HAVE_PRINTF_PTR
271
272 /* Define if mmap can get us zeroed pages from /dev/zero. */
273 #undef HAVE_MMAP_DEV_ZERO
274
275 /* Define if mmap can get us zeroed pages using MAP_ANON(YMOUS). */
276 #undef HAVE_MMAP_ANON
277
278 /* Define if read-only mmap of a plain file works. */
279 #undef HAVE_MMAP_FILE
280
281 /* Define to 1 if we found this declaration otherwise define to 0. */
282 #undef HAVE_DECL_GETENV
283
284 /* Define to 1 if we found this declaration otherwise define to 0. */
285 #undef HAVE_DECL_ABORT
286
287 /* Define to 1 if we found this declaration otherwise define to 0. */
288 #undef HAVE_DECL_ERRNO
289
290 /* Define to 1 if we found this declaration otherwise define to 0. */
291 #undef HAVE_DECL_MALLOC
292
293 /* Define to 1 if we found this declaration otherwise define to 0. */
294 #undef HAVE_DECL_REALLOC
295
296 /* Define to 1 if we found this declaration otherwise define to 0. */
297 #undef HAVE_DECL_CALLOC
298
299 /* Define to 1 if we found this declaration otherwise define to 0. */
300 #undef HAVE_DECL_FREE
301
302 /* Define to 1 if we found this declaration otherwise define to 0. */
303 #undef HAVE_DECL_BASENAME
304
305 /* Define to 1 if we found this declaration otherwise define to 0. */
306 #undef HAVE_DECL_GETOPT
307
308 /* Define to 1 if we found this declaration otherwise define to 0. */
309 #undef HAVE_DECL_CLOCK
310
311 /* Define to 1 if we found this declaration otherwise define to 0. */
312 #undef HAVE_DECL_GETRLIMIT
313
314 /* Define to 1 if we found this declaration otherwise define to 0. */
315 #undef HAVE_DECL_SETRLIMIT
316
317 /* Define to 1 if we found this declaration otherwise define to 0. */
318 #undef HAVE_DECL_GETRUSAGE
319
320 /* Define to 1 if we found this declaration otherwise define to 0. */
321 #undef HAVE_DECL_TIMES
322
323 /* Define if <sys/times.h> defines struct tms. */
324 #undef HAVE_STRUCT_TMS
325
326 /* Define if <time.h> defines clock_t. */
327 #undef HAVE_CLOCK_T
328
329 /* Define if host mkdir takes a single argument. */
330 #undef MKDIR_TAKES_ONE_ARG
331
332 /* Define to the name of the distribution. */
333 #undef PACKAGE
334
335 /* Define to the version of the distribution. */
336 #undef VERSION
337
338 /* Define to 1 if installation paths should be looked up in Windows32
339    Registry. Ignored on non windows32 hosts. */
340 #undef ENABLE_WIN32_REGISTRY
341
342 /* Define to be the last portion of registry key on windows hosts. */
343 #undef WIN32_REGISTRY_KEY
344
345 /* Define if your assembler supports .subsection and .subsection -1 starts
346    emitting at the beginning of your section. */
347 #undef HAVE_GAS_SUBSECTION_ORDERING
348
349 /* Define if your assembler supports .weak. */
350 #undef HAVE_GAS_WEAK
351
352 /* Define if your assembler supports .hidden. */
353 #undef HAVE_GAS_HIDDEN
354
355 /* Define if your assembler supports .uleb128. */
356 #undef HAVE_AS_LEB128
357
358 /* Define if your assembler mis-optimizes .eh_frame data. */
359 #undef USE_AS_TRADITIONAL_FORMAT
360
361 /* Define if your assembler supports .register. */
362 #undef HAVE_AS_REGISTER_PSEUDO_OP
363
364 /* Define if your assembler supports -relax option. */
365 #undef HAVE_AS_RELAX_OPTION
366
367 /* Define if the assembler supports 64bit sparc. */
368 #undef AS_SPARC64_FLAG
369
370 /* Define if your assembler supports offsetable %lo(). */
371 #undef HAVE_AS_OFFSETABLE_LO10
372
373 /* Define if your assembler supports dwarf2 .file/.loc directives,
374    and preserves file table indicies exactly as given. */
375 #undef HAVE_AS_DWARF2_DEBUG_LINE
376
377 /* Define 0/1 to force the choice for exception handling model. */
378 #undef CONFIG_SJLJ_EXCEPTIONS
379
380
381 /* Bison unconditionally undefines `const' if neither `__STDC__' nor
382    __cplusplus are defined.  That's a problem since we use `const' in
383    the GCC headers, and the resulting bison code is therefore type
384    unsafe.  Thus, we must match the bison behavior here.  */
385
386 #ifndef __STDC__
387 #ifndef __cplusplus
388 #undef const
389 #define const
390 #endif
391 #endif
392 #endif /* !__BORLANDC__ */