Stripped much crap out of configure system; should now build on MacOS X
[fw/sdcc] / support / cpp2 / config.in
1 /* config.in.  Generated automatically from configure.in by autoheader.  */
2
3 /* Define to empty if the keyword does not work.  */
4 #undef const
5
6 /* Define if you have the ANSI # stringizing operator in cpp. */
7 #undef HAVE_STRINGIZE
8
9 /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
10 #undef HAVE_SYS_WAIT_H
11
12 /* Define as __inline if that's what the C compiler calls it.  */
13 #undef inline
14
15 /* Define if your C compiler doesn't accept -c and -o together.  */
16 #undef NO_MINUS_C_MINUS_O
17
18 /* Define to `long' if <sys/types.h> doesn't define.  */
19 #undef off_t
20
21 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
22 #undef size_t
23
24 /* Define if you have the ANSI C header files.  */
25 #undef STDC_HEADERS
26
27 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
28 #undef TIME_WITH_SYS_TIME
29
30 /* Define to `int' if <sys/types.h> doesn't define.  */
31 #undef ssize_t
32
33 /* Define if you have the dcgettext function.  */
34 #undef HAVE_DCGETTEXT
35
36 /* Define if you have the getpagesize function.  */
37 #undef HAVE_GETPAGESIZE
38
39 /* Define if you have the kill function.  */
40 #undef HAVE_KILL
41
42 /* Define if you have the lstat function.  */
43 #undef HAVE_LSTAT
44
45 /* Define if you have the munmap function.  */
46 #undef HAVE_MUNMAP
47
48 /* Define if you have the setlocale function.  */
49 #undef HAVE_SETLOCALE
50
51 /* Define if you have the stpcpy function.  */
52 #undef HAVE_STPCPY
53
54 /* Define if you have the strcasecmp function.  */
55 #undef HAVE_STRCASECMP
56
57 /* Define if you have the strchr function.  */
58 #undef HAVE_STRCHR
59
60 /* Define if you have the strdup function.  */
61 #undef HAVE_STRDUP
62
63 /* Define if you have the strrchr function.  */
64 #undef HAVE_STRRCHR
65
66 /* Define if you have the strstr function.  */
67 #undef HAVE_STRSTR
68
69 /* Define if you have the <fcntl.h> header file.  */
70 #undef HAVE_FCNTL_H
71
72 /* Define if you have the <iconv.h> header file.  */
73 #undef HAVE_ICONV_H
74
75 /* Define if you have the <langinfo.h> header file.  */
76 #undef HAVE_LANGINFO_H
77
78 /* Define if you have the <limits.h> header file.  */
79 #undef HAVE_LIMITS_H
80
81 /* Define if you have the <locale.h> header file.  */
82 #undef HAVE_LOCALE_H
83
84 /* Define if you have the <malloc.h> header file.  */
85 #undef HAVE_MALLOC_H
86
87 /* Define if you have the <nl_types.h> header file.  */
88 #undef HAVE_NL_TYPES_H
89
90 /* Define if you have the <stddef.h> header file.  */
91 #undef HAVE_STDDEF_H
92
93 /* Define if you have the <stdlib.h> header file.  */
94 #undef HAVE_STDLIB_H
95
96 /* Define if you have the <string.h> header file.  */
97 #undef HAVE_STRING_H
98
99 /* Define if you have the <strings.h> header file.  */
100 #undef HAVE_STRINGS_H
101
102 /* Define if you have the <sys/file.h> header file.  */
103 #undef HAVE_SYS_FILE_H
104
105 /* Define if you have the <sys/param.h> header file.  */
106 #undef HAVE_SYS_PARAM_H
107
108 /* Define if you have the <sys/stat.h> header file.  */
109 #undef HAVE_SYS_STAT_H
110
111 /* Define if you have the <sys/time.h> header file.  */
112 #undef HAVE_SYS_TIME_H
113
114 /* Define if you have the <time.h> header file.  */
115 #undef HAVE_TIME_H
116
117 /* Define if you have the <unistd.h> header file.  */
118 #undef HAVE_UNISTD_H
119
120 /* Define if you have the i library (-li).  */
121 #undef HAVE_LIBI
122
123 /* Define to enable the use of a default linker. */
124 #undef DEFAULT_LINKER
125
126 /* Define to enable the use of a default assembler. */
127 #undef DEFAULT_ASSEMBLER
128
129 /* Define if you want more run-time sanity checks.  This one gets a grab
130    bag of miscellaneous but relatively cheap checks. */
131 #undef ENABLE_CHECKING
132
133 /* Define if you want all operations on trees (the basic data
134    structure of the front ends) to be checked for dynamic type safety
135    at runtime.  This is moderately expensive. */
136 #undef ENABLE_TREE_CHECKING
137
138 /* Define if you want all operations on RTL (the basic data structure
139    of the optimizer and back end) to be checked for dynamic type safety
140    at runtime.  This is quite expensive. */
141 #undef ENABLE_RTL_CHECKING
142
143 /* Define if you want the garbage collector to do object poisoning and
144    other memory allocation checks.  This is quite expensive. */
145 #undef ENABLE_GC_CHECKING
146
147 /* Define if you want the garbage collector to operate in maximally
148    paranoid mode, validating the entire heap and collecting garbage at
149    every opportunity.  This is extremely expensive. */
150 #undef ENABLE_GC_ALWAYS_COLLECT
151
152 /* Define if you want the C and C++ compilers to support multibyte
153    character sets for source code. */
154 #undef MULTIBYTE_CHARS
155
156 /* Define if your compiler understands volatile. */
157 #undef HAVE_VOLATILE
158
159 /* Define if your compiler supports the `long double' type. */
160 #undef HAVE_LONG_DOUBLE
161
162 /* The number of bytes in type short */
163 #undef SIZEOF_SHORT
164
165 /* The number of bytes in type int */
166 #undef SIZEOF_INT
167
168 /* The number of bytes in type long */
169 #undef SIZEOF_LONG
170
171 /* Define if the host execution character set is EBCDIC. */
172 #undef HOST_EBCDIC
173
174 /* Define if you can safely include both <string.h> and <strings.h>. */
175 #undef STRING_WITH_STRINGS
176
177 /* Define as the number of bits in a byte, if `limits.h' doesn't. */
178 #undef CHAR_BIT
179
180 /* Define if the host machine stores words of multi-word integers in
181    big-endian order. */
182 #undef HOST_WORDS_BIG_ENDIAN
183
184 /* Define to the floating point format of the host machine, if not IEEE. */
185 #undef HOST_FLOAT_FORMAT
186
187 /* Define to 1 if the host machine stores floating point numbers in
188    memory with the word containing the sign bit at the lowest address,
189    or to 0 if it does it the other way around.
190
191    This macro should not be defined if the ordering is the same as for
192    multi-word integers. */
193 #undef HOST_FLOAT_WORDS_BIG_ENDIAN
194
195 /* Define if you have a working <inttypes.h> header file. */
196 #undef HAVE_INTTYPES_H
197
198 /* Define if printf supports %p. */
199 #undef HAVE_PRINTF_PTR
200
201 /* Define if mmap can get us zeroed pages from /dev/zero. */
202 #undef HAVE_MMAP_DEV_ZERO
203
204 /* Define if mmap can get us zeroed pages using MAP_ANON(YMOUS). */
205 #undef HAVE_MMAP_ANON
206
207 /* Define if read-only mmap of a plain file works. */
208 #undef HAVE_MMAP_FILE
209
210 /* Define to 1 if we found this declaration otherwise define to 0. */
211 #undef HAVE_DECL_GETENV
212
213 /* Define to 1 if we found this declaration otherwise define to 0. */
214 #undef HAVE_DECL_ABORT
215
216 /* Define to 1 if we found this declaration otherwise define to 0. */
217 #undef HAVE_DECL_ERRNO
218
219 /* Define to 1 if we found this declaration otherwise define to 0. */
220 #undef HAVE_DECL_MALLOC
221
222 /* Define to 1 if we found this declaration otherwise define to 0. */
223 #undef HAVE_DECL_REALLOC
224
225 /* Define to 1 if we found this declaration otherwise define to 0. */
226 #undef HAVE_DECL_CALLOC
227
228 /* Define to 1 if we found this declaration otherwise define to 0. */
229 #undef HAVE_DECL_FREE
230
231 /* Define to 1 if we found this declaration otherwise define to 0. */
232 #undef HAVE_DECL_BASENAME
233
234 /* Define to 1 if we found this declaration otherwise define to 0. */
235 #undef HAVE_DECL_CLOCK
236
237 /* Define to 1 if we found this declaration otherwise define to 0. */
238 #undef HAVE_DECL_TIMES
239
240 /* Define if host mkdir takes a single argument. */
241 #undef MKDIR_TAKES_ONE_ARG
242
243 /* Define to the name of the distribution. */
244 #undef PACKAGE
245
246 /* Define to the version of the distribution. */
247 #undef VERSION
248
249 /* Define to 1 if installation paths should be looked up in Windows32
250    Registry. Ignored on non windows32 hosts. */
251 #undef ENABLE_WIN32_REGISTRY
252
253 /* Define to be the last portion of registry key on windows hosts. */
254 #undef WIN32_REGISTRY_KEY
255
256
257 /* Bison unconditionally undefines `const' if neither `__STDC__' nor
258    __cplusplus are defined.  That's a problem since we use `const' in
259    the GCC headers, and the resulting bison code is therefore type
260    unsafe.  Thus, we must match the bison behavior here.  */
261
262 #ifndef __STDC__
263 #ifndef __cplusplus
264 #undef const
265 #define const
266 #endif
267 #endif