* cppexp.c (parse_charconst): Null does not end character
[official-gcc.git] / gcc / config.in
blobf623b490d1fa4d3386745200d989362f4a5a6f1f
1 /* config.in.  Generated automatically from configure.in by autoheader.  */
2 /* Define if you can safely include both <string.h> and <strings.h>.  */
3 #undef STRING_WITH_STRINGS
5 /* Define if printf supports "%p".  */
6 #undef HAVE_PRINTF_PTR
8 /* Define if you want to enable namespaces (-fhonor-std) by default. */
9 #undef ENABLE_STD_NAMESPACE
10 #if !defined(ENABLE_STD_NAMESPACE)
11 #  define ENABLE_STD_NAMESPACE 0
12 #endif
14 /* Define if you want to always select the new-abi for g++.  */
15 #undef ENABLE_NEW_GXX_ABI
17 /* Define if you want more run-time sanity checks.  This one gets a grab
18    bag of miscellaneous but relatively cheap checks.  */
19 #undef ENABLE_CHECKING
21 /* Define if you want all operations on trees (the basic data
22    structure of the front ends) to be checked for dynamic type safety
23    at runtime.  This is moderately expensive.  */
24 #undef ENABLE_TREE_CHECKING
26 /* Define if you want all operations on RTL (the basic data structure
27    of the optimizer and back end) to be checked for dynamic type safety
28    at runtime.  This is quite expensive.  */
29 #undef ENABLE_RTL_CHECKING
31 /* Define if you want the garbage collector to do object poisoning and
32    other memory allocation checks.  This is quite expensive.  */
33 #undef ENABLE_GC_CHECKING
35 /* Define if you want the garbage collector to operate in maximally
36    paranoid mode, validating the entire heap and collecting garbage at
37    every opportunity.  This is extremely expensive.  */
38 #undef ENABLE_GC_ALWAYS_COLLECT
40 /* Define to 1 if NLS is requested.  */
41 #undef ENABLE_NLS
43 /* Define to 1 if installation paths should be looked up in Windows32
44    Registry. Ignored on non windows32 hosts. */
45 #undef ENABLE_WIN32_REGISTRY
47 /* Define to be the last portion of registry key on windows hosts.  */
48 #undef WIN32_REGISTRY_KEY
50 /* Define as 1 if you have catgets and don't want to use GNU gettext.  */
51 #undef HAVE_CATGETS
53 /* Define as 1 if you have gettext and don't want to use GNU gettext.  */
54 #undef HAVE_GETTEXT
56 /* Define if your compiler understands volatile.  */
57 #undef HAVE_VOLATILE
59 /* Define if your assembler supports specifying the maximum number
60    of bytes to skip when using the GAS .p2align command. */
61 #undef HAVE_GAS_MAX_SKIP_P2ALIGN
63 /* Define if your assembler supports .balign and .p2align.  */
64 #undef HAVE_GAS_BALIGN_AND_P2ALIGN
66 /* Define if the assembler supports 64bit sparc.  */
67 #undef AS_SPARC64_FLAG
69 /* Define if your assembler supports offsetable %lo().  */
70 #undef HAVE_AS_OFFSETABLE_LO10
72 /* Define if your assembler supports .register.  */
73 #undef HAVE_AS_REGISTER_PSEUDO_OP
75 /* Define if your assembler supports .subsection and .subsection -1 starts
76    emitting at the beginning of your section */
77 #undef HAVE_GAS_SUBSECTION_ORDERING
79 /* Define if your assembler supports .weak.  */
80 #undef HAVE_GAS_WEAK
82 /* Define if your assembler supports .hidden.  */
83 #undef HAVE_GAS_HIDDEN
85 /* Define if your assembler uses the old HImode fild and fist notation.  */
86 #undef HAVE_GAS_FILDS_FISTS
88 /* Define if you have a working <inttypes.h> header file.  */
89 #undef HAVE_INTTYPES_H
91 /* Define if your locale.h file contains LC_MESSAGES.  */
92 #undef HAVE_LC_MESSAGES
94 /* Define as 1 if you have the stpcpy function.  */
95 #undef HAVE_STPCPY
97 /* Whether malloc must be declared even if <stdlib.h> is included.  */
98 #undef NEED_DECLARATION_MALLOC
100 /* Whether realloc must be declared even if <stdlib.h> is included.  */
101 #undef NEED_DECLARATION_REALLOC
103 /* Whether calloc must be declared even if <stdlib.h> is included.  */
104 #undef NEED_DECLARATION_CALLOC
106 /* Whether free must be declared even if <stdlib.h> is included.  */
107 #undef NEED_DECLARATION_FREE
109 /* Whether bcopy must be declared even if <string.h> is included.  */
110 #undef NEED_DECLARATION_BCOPY
112 /* Whether bcmp must be declared even if <string.h> is included.  */
113 #undef NEED_DECLARATION_BCMP
115 /* Whether bzero must be declared even if <string.h> is included.  */
116 #undef NEED_DECLARATION_BZERO
118 /* Whether index must be declared even if <string.h> is included.  */
119 #undef NEED_DECLARATION_INDEX
121 /* Whether rindex must be declared even if <string.h> is included.  */
122 #undef NEED_DECLARATION_RINDEX
124 /* Whether getenv must be declared even if <stdlib.h> is included.  */
125 #undef NEED_DECLARATION_GETENV
127 /* Whether atol must be declared even if <stdlib.h> is included.  */
128 #undef NEED_DECLARATION_ATOL
130 /* Whether atof must be declared even if <stdlib.h> is included.  */
131 #undef NEED_DECLARATION_ATOF
133 /* Whether sbrk must be declared even if <stdlib.h> is included.  */
134 #undef NEED_DECLARATION_SBRK
136 /* Whether abort must be declared even if <stdlib.h> is included.  */
137 #undef NEED_DECLARATION_ABORT
139 /* Whether strsignal must be declared even if <string.h> is included.  */
140 #undef NEED_DECLARATION_STRSIGNAL
142 /* Whether strstr must be declared even if <string.h> is included.  */
143 #undef NEED_DECLARATION_STRSTR
145 /* Whether getcwd must be declared even if <unistd.h> is included.  */
146 #undef NEED_DECLARATION_GETCWD
148 /* Whether getwd must be declared even if <unistd.h> is included.  */
149 #undef NEED_DECLARATION_GETWD
151 /* Whether getrlimit must be declared even if <sys/resource.h> is included.  */
152 #undef NEED_DECLARATION_GETRLIMIT
154 /* Whether setrlimit must be declared even if <sys/resource.h> is included.  */
155 #undef NEED_DECLARATION_SETRLIMIT
157 /* Whether getrusage must be declared even if <sys/resource.h> is included.  */
158 #undef NEED_DECLARATION_GETRUSAGE
160 /* Whether putc_unlocked must be declared even if <stdio.h> is included.  */
161 #undef NEED_DECLARATION_PUTC_UNLOCKED
163 /* Whether fputs_unlocked must be declared even if <stdio.h> is included.  */
164 #undef NEED_DECLARATION_FPUTS_UNLOCKED
166 /* Whether environ must be declared.  */
167 #undef NEED_DECLARATION_ENVIRON
169 /* Define to enable the use of a default assembler. */
170 #undef DEFAULT_ASSEMBLER
172 /* Define to enable the use of a default linker. */
173 #undef DEFAULT_LINKER
175 /* Define if host mkdir takes a single argument. */
176 #undef MKDIR_TAKES_ONE_ARG
178 /* Define to the name of the distribution.  */
179 #undef PACKAGE
181 /* Define to the version of the distribution.  */
182 #undef VERSION
184 /* Define if using alloca.c.  */
185 #undef C_ALLOCA
187 /* Define to empty if the keyword does not work.  */
188 #undef const
190 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
191    This function is required for alloca.c support on those systems.  */
192 #undef CRAY_STACKSEG_END
194 /* Define if you have alloca, as a function or macro.  */
195 #undef HAVE_ALLOCA
197 /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
198 #undef HAVE_ALLOCA_H
200 /* Define if you don't have vprintf but do have _doprnt.  */
201 #undef HAVE_DOPRNT
203 /* Define if the `long double' type works.  */
204 #undef HAVE_LONG_DOUBLE
206 /* Define if you have a working `mmap' system call.  */
207 #undef HAVE_MMAP
209 /* Define if you have the ANSI # stringizing operator in cpp. */
210 #undef HAVE_STRINGIZE
212 /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
213 #undef HAVE_SYS_WAIT_H
215 /* Define if you have <vfork.h>.  */
216 #undef HAVE_VFORK_H
218 /* Define if you have the vprintf function.  */
219 #undef HAVE_VPRINTF
221 /* Define as __inline if that's what the C compiler calls it.  */
222 #undef inline
224 /* Define to `long' if <sys/types.h> doesn't define.  */
225 #undef off_t
227 /* Define to `int' if <sys/types.h> doesn't define.  */
228 #undef pid_t
230 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
231 #undef size_t
233 /* If using the C implementation of alloca, define if you know the
234    direction of stack growth for your system; otherwise it will be
235    automatically deduced at run-time.
236  STACK_DIRECTION > 0 => grows toward higher addresses
237  STACK_DIRECTION < 0 => grows toward lower addresses
238  STACK_DIRECTION = 0 => direction of growth unknown
239  */
240 #undef STACK_DIRECTION
242 /* Define if you have the ANSI C header files.  */
243 #undef STDC_HEADERS
245 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
246 #undef TIME_WITH_SYS_TIME
248 /* Define vfork as fork if vfork does not work.  */
249 #undef vfork
251 /* Define if you have the __argz_count function.  */
252 #undef HAVE___ARGZ_COUNT
254 /* Define if you have the __argz_next function.  */
255 #undef HAVE___ARGZ_NEXT
257 /* Define if you have the __argz_stringify function.  */
258 #undef HAVE___ARGZ_STRINGIFY
260 /* Define if you have the atoll function.  */
261 #undef HAVE_ATOLL
263 /* Define if you have the atoq function.  */
264 #undef HAVE_ATOQ
266 /* Define if you have the bcmp function.  */
267 #undef HAVE_BCMP
269 /* Define if you have the bcopy function.  */
270 #undef HAVE_BCOPY
272 /* Define if you have the bsearch function.  */
273 #undef HAVE_BSEARCH
275 /* Define if you have the bzero function.  */
276 #undef HAVE_BZERO
278 /* Define if you have the dcgettext function.  */
279 #undef HAVE_DCGETTEXT
281 /* Define if you have the fputc_unlocked function.  */
282 #undef HAVE_FPUTC_UNLOCKED
284 /* Define if you have the fputs_unlocked function.  */
285 #undef HAVE_FPUTS_UNLOCKED
287 /* Define if you have the getcwd function.  */
288 #undef HAVE_GETCWD
290 /* Define if you have the getpagesize function.  */
291 #undef HAVE_GETPAGESIZE
293 /* Define if you have the getrlimit function.  */
294 #undef HAVE_GETRLIMIT
296 /* Define if you have the getrusage function.  */
297 #undef HAVE_GETRUSAGE
299 /* Define if you have the gettimeofday function.  */
300 #undef HAVE_GETTIMEOFDAY
302 /* Define if you have the index function.  */
303 #undef HAVE_INDEX
305 /* Define if you have the isascii function.  */
306 #undef HAVE_ISASCII
308 /* Define if you have the kill function.  */
309 #undef HAVE_KILL
311 /* Define if you have the munmap function.  */
312 #undef HAVE_MUNMAP
314 /* Define if you have the popen function.  */
315 #undef HAVE_POPEN
317 /* Define if you have the putc_unlocked function.  */
318 #undef HAVE_PUTC_UNLOCKED
320 /* Define if you have the putenv function.  */
321 #undef HAVE_PUTENV
323 /* Define if you have the rindex function.  */
324 #undef HAVE_RINDEX
326 /* Define if you have the setenv function.  */
327 #undef HAVE_SETENV
329 /* Define if you have the setlocale function.  */
330 #undef HAVE_SETLOCALE
332 /* Define if you have the setrlimit function.  */
333 #undef HAVE_SETRLIMIT
335 /* Define if you have the stpcpy function.  */
336 #undef HAVE_STPCPY
338 /* Define if you have the strcasecmp function.  */
339 #undef HAVE_STRCASECMP
341 /* Define if you have the strchr function.  */
342 #undef HAVE_STRCHR
344 /* Define if you have the strdup function.  */
345 #undef HAVE_STRDUP
347 /* Define if you have the strrchr function.  */
348 #undef HAVE_STRRCHR
350 /* Define if you have the strsignal function.  */
351 #undef HAVE_STRSIGNAL
353 /* Define if you have the strtoul function.  */
354 #undef HAVE_STRTOUL
356 /* Define if you have the sysconf function.  */
357 #undef HAVE_SYSCONF
359 /* Define if you have the valloc function.  */
360 #undef HAVE_VALLOC
362 /* Define if you have the <argz.h> header file.  */
363 #undef HAVE_ARGZ_H
365 /* Define if you have the <direct.h> header file.  */
366 #undef HAVE_DIRECT_H
368 /* Define if you have the <fcntl.h> header file.  */
369 #undef HAVE_FCNTL_H
371 /* Define if you have the <limits.h> header file.  */
372 #undef HAVE_LIMITS_H
374 /* Define if you have the <locale.h> header file.  */
375 #undef HAVE_LOCALE_H
377 /* Define if you have the <malloc.h> header file.  */
378 #undef HAVE_MALLOC_H
380 /* Define if you have the <nl_types.h> header file.  */
381 #undef HAVE_NL_TYPES_H
383 /* Define if you have the <stab.h> header file.  */
384 #undef HAVE_STAB_H
386 /* Define if you have the <stddef.h> header file.  */
387 #undef HAVE_STDDEF_H
389 /* Define if you have the <stdlib.h> header file.  */
390 #undef HAVE_STDLIB_H
392 /* Define if you have the <string.h> header file.  */
393 #undef HAVE_STRING_H
395 /* Define if you have the <strings.h> header file.  */
396 #undef HAVE_STRINGS_H
398 /* Define if you have the <sys/file.h> header file.  */
399 #undef HAVE_SYS_FILE_H
401 /* Define if you have the <sys/param.h> header file.  */
402 #undef HAVE_SYS_PARAM_H
404 /* Define if you have the <sys/resource.h> header file.  */
405 #undef HAVE_SYS_RESOURCE_H
407 /* Define if you have the <sys/stat.h> header file.  */
408 #undef HAVE_SYS_STAT_H
410 /* Define if you have the <sys/time.h> header file.  */
411 #undef HAVE_SYS_TIME_H
413 /* Define if you have the <sys/times.h> header file.  */
414 #undef HAVE_SYS_TIMES_H
416 /* Define if you have the <time.h> header file.  */
417 #undef HAVE_TIME_H
419 /* Define if you have the <unistd.h> header file.  */
420 #undef HAVE_UNISTD_H
422 /* Define if you have the i library (-li).  */
423 #undef HAVE_LIBI
425 /* Define if mmap can get us zeroed pages from /dev/zero. */
426 #undef HAVE_MMAP_ANYWHERE