]> gcc.gnu.org Git - gcc.git/blame - gcc/config.in
Merge tree-ssa-20020619-branch into mainline.
[gcc.git] / gcc / config.in
CommitLineData
a6a5e4c9 1/* config.in. Generated from configure.ac by autoheader. */
71a94577 2
a6a5e4c9
KC
3/* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */
4#undef BYTEORDER
e256b8b6 5
a6a5e4c9
KC
6/* Define as the number of bits in a byte, if \`limits.h' doesn't. */
7#undef CHAR_BIT
e256b8b6 8
a6a5e4c9
KC
9/* Define 0/1 to force the choice for exception handling model. */
10#undef CONFIG_SJLJ_EXCEPTIONS
e9831ca0 11
a6a5e4c9
KC
12/* Define to enable the use of a default assembler. */
13#undef DEFAULT_ASSEMBLER
c375c43b 14
a6a5e4c9
KC
15/* Define to enable the use of a default linker. */
16#undef DEFAULT_LINKER
ab87f8c8 17
a6a5e4c9
KC
18/* Define if you want to use __cxa_atexit, rather than atexit, to register C++
19 destructors for local statics and global objects. This is essential for
20 fully standards-compliant handling of destructors, but requires
21 __cxa_atexit in libc. */
22#undef DEFAULT_USE_CXA_ATEXIT
3ec83fc2 23
a6a5e4c9
KC
24/* Define if you want more run-time sanity checks. This one gets a grab bag of
25 miscellaneous but relatively cheap checks. */
26#undef ENABLE_CHECKING
c375c43b 27
a6a5e4c9
KC
28/* Define if you want fold checked that it never destructs its argument. This
29 is quite expensive. */
30#undef ENABLE_FOLD_CHECKING
956d6950 31
a6a5e4c9
KC
32/* Define if you want the garbage collector to operate in maximally paranoid
33 mode, validating the entire heap and collecting garbage at every
34 opportunity. This is extremely expensive. */
35#undef ENABLE_GC_ALWAYS_COLLECT
956d6950 36
a6a5e4c9
KC
37/* Define if you want the garbage collector to do object poisoning and other
38 memory allocation checks. This is quite expensive. */
39#undef ENABLE_GC_CHECKING
e256b8b6 40
a6a5e4c9
KC
41/* Define to 1 if translation of program messages to the user's native
42 language is requested. */
43#undef ENABLE_NLS
c375c43b 44
a6a5e4c9
KC
45/* Define if you want all operations on RTL (the basic data structure of the
46 optimizer and back end) to be checked for dynamic type safety at runtime.
47 This is quite expensive. */
48#undef ENABLE_RTL_CHECKING
a15135c9 49
a6a5e4c9
KC
50/* Define if you want RTL flag accesses to be checked against the RTL codes
51 that are supported for each access macro. This is relatively cheap. */
52#undef ENABLE_RTL_FLAG_CHECKING
0ee31ab1 53
a6a5e4c9
KC
54/* Define if you want all operations on trees (the basic data structure of the
55 front ends) to be checked for dynamic type safety at runtime. This is
56 moderately expensive. */
57#undef ENABLE_TREE_CHECKING
0ee31ab1 58
a6a5e4c9
KC
59/* Define if you want to run subprograms and generated programs through
60 valgrind (a memory checker). This is extremely expensive. */
61#undef ENABLE_VALGRIND_CHECKING
c1800ec8 62
a6a5e4c9
KC
63/* Define to 1 if installation paths should be looked up in Windows32
64 Registry. Ignored on non windows32 hosts. */
65#undef ENABLE_WIN32_REGISTRY
475c267f 66
a6a5e4c9
KC
67/* Define to the name of a file containing a list of extra machine modes for
68 this architecture. */
69#undef EXTRA_MODES_FILE
3b681e9d 70
a6a5e4c9
KC
71/* Define to enable detailed memory allocation stats gathering. */
72#undef GATHER_STATISTICS
54953b66 73
a6a5e4c9
KC
74/* Define to the type of elements in the array set by `getgroups'. Usually
75 this is either `int' or `gid_t'. */
76#undef GETGROUPS_T
54953b66 77
a6a5e4c9
KC
78/* Define to 1 if you have the `alphasort' function. */
79#undef HAVE_ALPHASORT
3b681e9d 80
a6a5e4c9
KC
81/* Define if your assembler supports dwarf2 .file/.loc directives, and
82 preserves file table indices exactly as given. */
83#undef HAVE_AS_DWARF2_DEBUG_LINE
24a184c9 84
a6a5e4c9
KC
85/* Define if your assembler supports explicit relocations. */
86#undef HAVE_AS_EXPLICIT_RELOCS
03c41c05 87
a6a5e4c9
KC
88/* Define if your assembler supports the --gdwarf2 option. */
89#undef HAVE_AS_GDWARF2_DEBUG_FLAG
a37db56b 90
a6a5e4c9
KC
91/* Define true if the assembler supports '.long foo@GOTOFF'. */
92#undef HAVE_AS_GOTOFF_IN_DATA
956d6950 93
a6a5e4c9
KC
94/* Define if your assembler supports the --gstabs option. */
95#undef HAVE_AS_GSTABS_DEBUG_FLAG
2bd02043 96
a6a5e4c9
KC
97/* Define if your assembler supports the Sun syntax for cmov. */
98#undef HAVE_AS_IX86_CMOV_SUN_SYNTAX
8eb6a092 99
a6a5e4c9
KC
100/* Define if your assembler supports .sleb128 and .uleb128. */
101#undef HAVE_AS_LEB128
1072ec3f 102
a6a5e4c9
KC
103/* Define if your assembler supports ltoffx and ldxmov relocations. */
104#undef HAVE_AS_LTOFFX_LDXMOV_RELOCS
d21445e7 105
a6a5e4c9
KC
106/* Define if your assembler supports mfcr field. */
107#undef HAVE_AS_MFCRF
54953b66 108
86da66b5
HPN
109/* Define if your assembler supports the -no-mul-bug-abort option. */
110#undef HAVE_AS_NO_MUL_BUG_ABORT_OPTION
111
a6a5e4c9
KC
112/* Define if your assembler supports offsetable %lo(). */
113#undef HAVE_AS_OFFSETABLE_LO10
a15135c9 114
a6a5e4c9
KC
115/* Define if your assembler supports .register. */
116#undef HAVE_AS_REGISTER_PSEUDO_OP
ab87f8c8 117
a6a5e4c9
KC
118/* Define if your assembler supports -relax option. */
119#undef HAVE_AS_RELAX_OPTION
24a184c9 120
a6a5e4c9
KC
121/* Define if your assembler and linker support unaligned PC relative relocs.
122 */
123#undef HAVE_AS_SPARC_UA_PCREL
007e8d2a 124
a6a5e4c9
KC
125/* Define if your assembler and linker support unaligned PC relative relocs
126 against hidden symbols. */
127#undef HAVE_AS_SPARC_UA_PCREL_HIDDEN
e5e809f4 128
a6a5e4c9
KC
129/* Define if your assembler supports thread-local storage. */
130#undef HAVE_AS_TLS
c1800ec8 131
a6a5e4c9
KC
132/* Define to 1 if you have the `atoll' function. */
133#undef HAVE_ATOLL
2bd02043 134
a6a5e4c9
KC
135/* Define to 1 if you have the `atoq' function. */
136#undef HAVE_ATOQ
75923b2f 137
a6a5e4c9
KC
138/* Define to 1 if you have the `clock' function. */
139#undef HAVE_CLOCK
956d6950 140
a6a5e4c9
KC
141/* Define if <time.h> defines clock_t. */
142#undef HAVE_CLOCK_T
eb158727 143
a6a5e4c9
KC
144/* Define to 1 if we found this declaration otherwise define to 0. */
145#undef HAVE_DECL_ABORT
d21445e7 146
a6a5e4c9
KC
147/* Define to 1 if we found this declaration otherwise define to 0. */
148#undef HAVE_DECL_ATOF
351df804 149
a6a5e4c9
KC
150/* Define to 1 if we found this declaration otherwise define to 0. */
151#undef HAVE_DECL_ATOL
e9a25f70 152
a6a5e4c9
KC
153/* Define to 1 if we found this declaration otherwise define to 0. */
154#undef HAVE_DECL_BASENAME
ab87f8c8 155
a6a5e4c9
KC
156/* Define to 1 if we found this declaration otherwise define to 0. */
157#undef HAVE_DECL_CALLOC
ab87f8c8 158
a6a5e4c9
KC
159/* Define to 1 if we found this declaration otherwise define to 0. */
160#undef HAVE_DECL_CLOCK
861bb6c1 161
a6a5e4c9
KC
162/* Define to 1 if we found this declaration otherwise define to 0. */
163#undef HAVE_DECL_ERRNO
861bb6c1 164
a6a5e4c9
KC
165/* Define to 1 if we found this declaration otherwise define to 0. */
166#undef HAVE_DECL_FPRINTF_UNLOCKED
861bb6c1 167
a6a5e4c9
KC
168/* Define to 1 if we found this declaration otherwise define to 0. */
169#undef HAVE_DECL_FPUTS_UNLOCKED
861bb6c1 170
a6a5e4c9
KC
171/* Define to 1 if we found this declaration otherwise define to 0. */
172#undef HAVE_DECL_FREE
956d6950 173
a6a5e4c9
KC
174/* Define to 1 if we found this declaration otherwise define to 0. */
175#undef HAVE_DECL_FWRITE_UNLOCKED
1072ec3f 176
a6a5e4c9
KC
177/* Define to 1 if we found this declaration otherwise define to 0. */
178#undef HAVE_DECL_GETCWD
956d6950 179
a6a5e4c9
KC
180/* Define to 1 if we found this declaration otherwise define to 0. */
181#undef HAVE_DECL_GETENV
956d6950 182
a6a5e4c9
KC
183/* Define to 1 if we found this declaration otherwise define to 0. */
184#undef HAVE_DECL_GETOPT
a05e22b8 185
a6a5e4c9
KC
186/* Define to 1 if we found this declaration otherwise define to 0. */
187#undef HAVE_DECL_GETRLIMIT
956d6950 188
a6a5e4c9
KC
189/* Define to 1 if we found this declaration otherwise define to 0. */
190#undef HAVE_DECL_GETRUSAGE
956d6950 191
a6a5e4c9
KC
192/* Define to 1 if we found this declaration otherwise define to 0. */
193#undef HAVE_DECL_GETWD
861bb6c1 194
a6a5e4c9
KC
195/* Define to 1 if we found this declaration otherwise define to 0. */
196#undef HAVE_DECL_LDGETNAME
ab87f8c8 197
a6a5e4c9
KC
198/* Define to 1 if we found this declaration otherwise define to 0. */
199#undef HAVE_DECL_MALLOC
2bd02043 200
a6a5e4c9
KC
201/* Define to 1 if we found this declaration otherwise define to 0. */
202#undef HAVE_DECL_PUTC_UNLOCKED
91029a29 203
a6a5e4c9
KC
204/* Define to 1 if we found this declaration otherwise define to 0. */
205#undef HAVE_DECL_REALLOC
91029a29 206
a6a5e4c9
KC
207/* Define to 1 if we found this declaration otherwise define to 0. */
208#undef HAVE_DECL_SBRK
414d23ae 209
a6a5e4c9
KC
210/* Define to 1 if we found this declaration otherwise define to 0. */
211#undef HAVE_DECL_SETRLIMIT
414d23ae 212
a6a5e4c9
KC
213/* Define to 1 if we found this declaration otherwise define to 0. */
214#undef HAVE_DECL_SNPRINTF
414d23ae 215
a6a5e4c9
KC
216/* Define to 1 if we found this declaration otherwise define to 0. */
217#undef HAVE_DECL_STRSIGNAL
75b6f3fd 218
a6a5e4c9
KC
219/* Define to 1 if we found this declaration otherwise define to 0. */
220#undef HAVE_DECL_STRSTR
414d23ae 221
a6a5e4c9
KC
222/* Define to 1 if we found this declaration otherwise define to 0. */
223#undef HAVE_DECL_TIMES
414d23ae 224
a6a5e4c9
KC
225/* Define to 1 if we found this declaration otherwise define to 0. */
226#undef HAVE_DECL_VASPRINTF
414d23ae 227
a6a5e4c9
KC
228/* Define to 1 if you have the <direct.h> header file. */
229#undef HAVE_DIRECT_H
414d23ae 230
a6a5e4c9
KC
231/* Define to 1 if you have the `dup2' function. */
232#undef HAVE_DUP2
414d23ae 233
a6a5e4c9
KC
234/* Define to 1 if you have the <fcntl.h> header file. */
235#undef HAVE_FCNTL_H
119d24d1 236
a6a5e4c9
KC
237/* Define to 1 if you have the `fork' function. */
238#undef HAVE_FORK
119d24d1 239
a6a5e4c9
KC
240/* Define to 1 if you have the `fprintf_unlocked' function. */
241#undef HAVE_FPRINTF_UNLOCKED
119d24d1 242
a6a5e4c9
KC
243/* Define to 1 if you have the `fputc_unlocked' function. */
244#undef HAVE_FPUTC_UNLOCKED
4c76f856 245
a6a5e4c9
KC
246/* Define to 1 if you have the `fputs_unlocked' function. */
247#undef HAVE_FPUTS_UNLOCKED
119d24d1 248
a6a5e4c9
KC
249/* Define to 1 if you have the `fwrite_unlocked' function. */
250#undef HAVE_FWRITE_UNLOCKED
119d24d1 251
a6a5e4c9
KC
252/* Define if your assembler supports .balign and .p2align. */
253#undef HAVE_GAS_BALIGN_AND_P2ALIGN
5dfa45d0 254
a6a5e4c9
KC
255/* Define if your assembler uses the new HImode fild and fist notation. */
256#undef HAVE_GAS_FILDS_FISTS
414d23ae 257
a6a5e4c9
KC
258/* Define if your assembler and linker support .hidden. */
259#undef HAVE_GAS_HIDDEN
a207b594 260
a6a5e4c9
KC
261/* Define if your assembler supports specifying the maximum number of bytes to
262 skip when using the GAS .p2align command. */
263#undef HAVE_GAS_MAX_SKIP_P2ALIGN
14011ca4 264
d38bc601
BF
265/* Define if your assembler and linker support 32-bit section relative relocs
266 via '.secrel32 label'. */
267#undef HAVE_GAS_PE_SECREL32_RELOC
268
a6a5e4c9
KC
269/* Define 0/1 if your assembler supports marking sections with SHF_MERGE flag.
270 */
271#undef HAVE_GAS_SHF_MERGE
439a7e54 272
a6a5e4c9
KC
273/* Define if your assembler supports .subsection and .subsection -1 starts
274 emitting at the beginning of your section. */
275#undef HAVE_GAS_SUBSECTION_ORDERING
75e93faa 276
a6a5e4c9
KC
277/* Define if your assembler supports .weak. */
278#undef HAVE_GAS_WEAK
827ae6cf 279
a6a5e4c9
KC
280/* Define to 1 if you have the `getrlimit' function. */
281#undef HAVE_GETRLIMIT
91029a29 282
a6a5e4c9
KC
283/* Define to 1 if you have the `getrusage' function. */
284#undef HAVE_GETRUSAGE
75e93faa 285
a6a5e4c9
KC
286/* Define to 1 if you have the `gettimeofday' function. */
287#undef HAVE_GETTIMEOFDAY
4977bab6 288
a6a5e4c9
KC
289/* Define if you have the iconv() function. */
290#undef HAVE_ICONV
84c041a1 291
a6a5e4c9
KC
292/* Define to 1 if you have the <iconv.h> header file. */
293#undef HAVE_ICONV_H
294
295/* Define .init_array/.fini_array sections are available and working. */
296#undef HAVE_INITFINI_ARRAY
4977bab6 297
91029a29
KG
298/* Define if you have a working <inttypes.h> header file. */
299#undef HAVE_INTTYPES_H
300
a6a5e4c9
KC
301/* Define to 1 if you have the `kill' function. */
302#undef HAVE_KILL
39f6c4c8 303
a6a5e4c9
KC
304/* Define to 1 if you have the <langinfo.h> header file. */
305#undef HAVE_LANGINFO_H
8ada417f 306
a6a5e4c9
KC
307/* Define if your <locale.h> file defines LC_MESSAGES. */
308#undef HAVE_LC_MESSAGES
91029a29 309
a6a5e4c9
KC
310/* Define to 1 if you have the <ldfcn.h> header file. */
311#undef HAVE_LDFCN_H
1072ec3f 312
765f1bf9
AM
313/* Define if your linker supports --as-needed and --no-as-needed options. */
314#undef HAVE_LD_AS_NEEDED
315
a6a5e4c9
KC
316/* Define if your linker supports --eh-frame-hdr option. */
317#undef HAVE_LD_EH_FRAME_HDR
825b6926 318
a6a5e4c9
KC
319/* Define if your linker supports -pie option. */
320#undef HAVE_LD_PIE
4acab94b 321
a6a5e4c9
KC
322/* Define if your linker links a mix of read-only and read-write sections into
323 a read-write section. */
324#undef HAVE_LD_RO_RW_SECTION_MIXING
f91abfce 325
a6a5e4c9
KC
326/* Define to 1 if you have the <limits.h> header file. */
327#undef HAVE_LIMITS_H
f91abfce 328
a6a5e4c9
KC
329/* Define to 1 if you have the <locale.h> header file. */
330#undef HAVE_LOCALE_H
56694dd9 331
a6a5e4c9
KC
332/* Define if your compiler supports the \`long long' type. */
333#undef HAVE_LONG_LONG
86cf1cbd 334
a6a5e4c9
KC
335/* Define to 1 if you have the <malloc.h> header file. */
336#undef HAVE_MALLOC_H
86cf1cbd 337
a6a5e4c9
KC
338/* Define to 1 if you have the `mbstowcs' function. */
339#undef HAVE_MBSTOWCS
86cf1cbd 340
a6a5e4c9
KC
341/* Define if valgrind's memcheck.h header is installed. */
342#undef HAVE_MEMCHECK_H
86cf1cbd 343
a6a5e4c9
KC
344/* Define to 1 if you have the <memory.h> header file. */
345#undef HAVE_MEMORY_H
86cf1cbd 346
a6a5e4c9
KC
347/* Define to 1 if you have the `mincore' function. */
348#undef HAVE_MINCORE
86cf1cbd 349
a6a5e4c9
KC
350/* Define to 1 if you have the `mmap' function. */
351#undef HAVE_MMAP
86cf1cbd 352
a6a5e4c9
KC
353/* Define if mmap with MAP_ANON(YMOUS) works. */
354#undef HAVE_MMAP_ANON
86cf1cbd 355
a6a5e4c9
KC
356/* Define if mmap of /dev/zero works. */
357#undef HAVE_MMAP_DEV_ZERO
86cf1cbd 358
a6a5e4c9
KC
359/* Define if read-only mmap of a plain file works. */
360#undef HAVE_MMAP_FILE
86cf1cbd 361
a6a5e4c9
KC
362/* Define to 1 if you have the `nl_langinfo' function. */
363#undef HAVE_NL_LANGINFO
3b681e9d 364
a6a5e4c9
KC
365/* Define if printf supports "%p". */
366#undef HAVE_PRINTF_PTR
3b681e9d 367
a6a5e4c9
KC
368/* Define to 1 if you have the `putc_unlocked' function. */
369#undef HAVE_PUTC_UNLOCKED
86cf1cbd 370
a6a5e4c9
KC
371/* Define to 1 if you have the `scandir' function. */
372#undef HAVE_SCANDIR
6c889b67 373
a6a5e4c9
KC
374/* Define to 1 if you have the `setlocale' function. */
375#undef HAVE_SETLOCALE
236ce4b2 376
a6a5e4c9
KC
377/* Define to 1 if you have the `setrlimit' function. */
378#undef HAVE_SETRLIMIT
a7475ab1 379
a6a5e4c9
KC
380/* Define if you have a working <stdbool.h> header file. */
381#undef HAVE_STDBOOL_H
86cf1cbd 382
a6a5e4c9
KC
383/* Define to 1 if you have the <stddef.h> header file. */
384#undef HAVE_STDDEF_H
86cf1cbd 385
a6a5e4c9
KC
386/* Define to 1 if you have the <stdint.h> header file. */
387#undef HAVE_STDINT_H
86cf1cbd 388
a6a5e4c9
KC
389/* Define to 1 if you have the <stdlib.h> header file. */
390#undef HAVE_STDLIB_H
86cf1cbd 391
a6a5e4c9
KC
392/* Define to 1 if you have the <strings.h> header file. */
393#undef HAVE_STRINGS_H
86cf1cbd 394
a6a5e4c9
KC
395/* Define to 1 if you have the <string.h> header file. */
396#undef HAVE_STRING_H
86cf1cbd 397
a6a5e4c9
KC
398/* Define to 1 if you have the `strsignal' function. */
399#undef HAVE_STRSIGNAL
c1800ec8 400
a6a5e4c9
KC
401/* Define if <sys/times.h> defines struct tms. */
402#undef HAVE_STRUCT_TMS
f31e826b 403
a6a5e4c9
KC
404/* Define to 1 if you have the `sysconf' function. */
405#undef HAVE_SYSCONF
f31e826b 406
a6a5e4c9
KC
407/* Define to 1 if you have the <sys/file.h> header file. */
408#undef HAVE_SYS_FILE_H
86cf1cbd 409
a6a5e4c9
KC
410/* Define to 1 if you have the <sys/mman.h> header file. */
411#undef HAVE_SYS_MMAN_H
cb49b9ad 412
a6a5e4c9
KC
413/* Define to 1 if you have the <sys/param.h> header file. */
414#undef HAVE_SYS_PARAM_H
351df804 415
a6a5e4c9
KC
416/* Define to 1 if you have the <sys/resource.h> header file. */
417#undef HAVE_SYS_RESOURCE_H
c1800ec8 418
a6a5e4c9
KC
419/* Define to 1 if you have the <sys/stat.h> header file. */
420#undef HAVE_SYS_STAT_H
c1800ec8 421
a6a5e4c9
KC
422/* Define to 1 if you have the <sys/times.h> header file. */
423#undef HAVE_SYS_TIMES_H
424
425/* Define to 1 if you have the <sys/time.h> header file. */
426#undef HAVE_SYS_TIME_H
427
428/* Define to 1 if you have the <sys/types.h> header file. */
429#undef HAVE_SYS_TYPES_H
430
431/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
432#undef HAVE_SYS_WAIT_H
433
434/* Define to 1 if you have the `times' function. */
435#undef HAVE_TIMES
436
437/* Define to 1 if you have the <time.h> header file. */
438#undef HAVE_TIME_H
c1800ec8 439
a6a5e4c9 440/* Define if <sys/types.h> defines \`uchar'. */
a12b5bd9
ZW
441#undef HAVE_UCHAR
442
a6a5e4c9
KC
443/* Define to 1 if you have the <unistd.h> header file. */
444#undef HAVE_UNISTD_H
07cf4226 445
a6a5e4c9
KC
446/* Define if valgrind's valgrind/memcheck.h header is installed. */
447#undef HAVE_VALGRIND_MEMCHECK_H
91029a29 448
a6a5e4c9
KC
449/* Define to 1 if you have the `vfork' function. */
450#undef HAVE_VFORK
4977bab6 451
a6a5e4c9
KC
452/* Define to 1 if you have the <vfork.h> header file. */
453#undef HAVE_VFORK_H
4977bab6 454
a6a5e4c9
KC
455/* Define to 1 if you have the <wchar.h> header file. */
456#undef HAVE_WCHAR_H
4977bab6 457
a6a5e4c9
KC
458/* Define to 1 if you have the `wcswidth' function. */
459#undef HAVE_WCSWIDTH
1072ec3f 460
a6a5e4c9
KC
461/* Define to 1 if `fork' works. */
462#undef HAVE_WORKING_FORK
a5381466 463
a6a5e4c9
KC
464/* Define this macro if mbstowcs does not crash when its first argument is
465 NULL. */
466#undef HAVE_WORKING_MBSTOWCS
71a94577 467
a6a5e4c9
KC
468/* Define to 1 if `vfork' works. */
469#undef HAVE_WORKING_VFORK
91029a29 470
a6a5e4c9
KC
471/* Define if the \`_Bool' type is built-in. */
472#undef HAVE__BOOL
91029a29 473
a6a5e4c9
KC
474/* Define if your compiler supports the \`__int64' type. */
475#undef HAVE___INT64
8ada417f 476
a6a5e4c9
KC
477/* Define if the host machine stores words of multi-word integers in
478 big-endian order. */
479#undef HOST_WORDS_BIG_ENDIAN
8ada417f 480
a6a5e4c9
KC
481/* Define as const if the declaration of iconv() needs const. */
482#undef ICONV_CONST
91029a29 483
a6a5e4c9
KC
484/* Define if host mkdir takes a single argument. */
485#undef MKDIR_TAKES_ONE_ARG
91029a29 486
a6a5e4c9
KC
487/* Define to 1 if HOST_WIDE_INT must be 64 bits wide (see hwint.h). */
488#undef NEED_64BIT_HOST_WIDE_INT
91029a29 489
a6a5e4c9
KC
490/* Define to 1 if your C compiler doesn't accept -c and -o together. */
491#undef NO_MINUS_C_MINUS_O
b7460f24 492
a6a5e4c9
KC
493/* Define to the address where bug reports for this package should be sent. */
494#undef PACKAGE_BUGREPORT
c64688ae 495
a6a5e4c9
KC
496/* Define to the full name of this package. */
497#undef PACKAGE_NAME
201556f0 498
a6a5e4c9
KC
499/* Define to the full name and version of this package. */
500#undef PACKAGE_STRING
f996902d 501
a6a5e4c9
KC
502/* Define to the one symbol short name of this package. */
503#undef PACKAGE_TARNAME
3a37b08e 504
a6a5e4c9
KC
505/* Define to the version of this package. */
506#undef PACKAGE_VERSION
91029a29 507
a6a5e4c9
KC
508/* Define to PREFIX/include if cpp should also search that directory. */
509#undef PREFIX_INCLUDE_DIR
e95b1e6a 510
a6a5e4c9
KC
511/* The number of bytes in type int */
512#undef SIZEOF_INT
17e9e88c 513
a6a5e4c9
KC
514/* The number of bytes in type long */
515#undef SIZEOF_LONG
cf7b8b0d 516
a6a5e4c9
KC
517/* The number of bytes in type long long */
518#undef SIZEOF_LONG_LONG
91029a29 519
a6a5e4c9
KC
520/* The number of bytes in type short */
521#undef SIZEOF_SHORT
8ada417f 522
a6a5e4c9
KC
523/* The number of bytes in type void * */
524#undef SIZEOF_VOID_P
f6f5dff2 525
a6a5e4c9
KC
526/* The number of bytes in type __int64 */
527#undef SIZEOF___INT64
f88c65f7 528
a6a5e4c9
KC
529/* Define to 1 if you have the ANSI C header files. */
530#undef STDC_HEADERS
ef1ecf87 531
a6a5e4c9
KC
532/* Define if you can safely include both <string.h> and <strings.h>. */
533#undef STRING_WITH_STRINGS
2c4a9cff 534
a6a5e4c9
KC
535/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
536#undef TIME_WITH_SYS_TIME
9d147085 537
a6a5e4c9
KC
538/* Define if your assembler mis-optimizes .eh_frame data. */
539#undef USE_AS_TRADITIONAL_FORMAT
5f0e9ea2 540
a6a5e4c9
KC
541/* Define if gcc should use -lunwind. */
542#undef USE_LIBUNWIND_EXCEPTIONS
3d1ebd63 543
a6a5e4c9
KC
544/* Define to be the last portion of registry key on windows hosts. */
545#undef WIN32_REGISTRY_KEY
96d0f4dc 546
a6a5e4c9
KC
547/* whether byteorder is bigendian */
548#undef WORDS_BIGENDIAN
275b60d6 549
a6a5e4c9
KC
550/* Always define this when using the GNU C Library */
551#undef _GNU_SOURCE
24a4dd31 552
a6a5e4c9
KC
553/* Define to `int' if <sys/types.h> doesn't define. */
554#undef gid_t
555
86da66b5
HPN
556/* Define to `__inline__' or `__inline' if that's what the C compiler
557 calls it, or to nothing if 'inline' is not supported under any name. */
558#ifndef __cplusplus
a6a5e4c9 559#undef inline
86da66b5 560#endif
a6a5e4c9
KC
561
562/* Define to `int' if <sys/types.h> does not define. */
563#undef pid_t
475c267f 564
a6a5e4c9
KC
565/* Define to \`long' if <sys/resource.h> doesn't define. */
566#undef rlim_t
567
568/* Define to `int' if <sys/types.h> does not define. */
569#undef ssize_t
570
6de9cd9a
DN
571/* Define if your linker supports -pie option. */
572#undef HAVE_LD_PIE
573
574/* Define if BANSHEE is available */
575#undef HAVE_BANSHEE
576
577/* Define to PREFIX/include if cpp should also search that directory. */
578#undef PREFIX_INCLUDE_DIR
579
a6a5e4c9
KC
580/* Define to `int' if <sys/types.h> doesn't define. */
581#undef uid_t
582
583/* Define as `fork' if `vfork' does not work. */
584#undef vfork
This page took 1.246161 seconds and 5 git commands to generate.