| Commit | Line | Data |
|---|---|---|
| a7060443 | 1 | /* $DragonFly: src/gnu/usr.bin/cc41/cc_prep/dragonfly-native.h,v 1.2 2007/05/25 19:05:12 hasso Exp $ */ |
| ddf7cc86 SS |
2 | |
| 3 | /* auto-host.h. Generated by configure. */ | |
| 4 | /* config.in. Generated from configure.ac by autoheader. */ | |
| 5 | ||
| 6 | /* Define as the number of bits in a byte, if \`limits.h' doesn't. */ | |
| 7 | #ifndef USED_FOR_TARGET | |
| 8 | /* #undef CHAR_BIT */ | |
| 9 | #endif | |
| 10 | ||
| 11 | ||
| 12 | /* Define 0/1 to force the choice for exception handling model. */ | |
| 13 | #ifndef USED_FOR_TARGET | |
| 14 | /* #undef CONFIG_SJLJ_EXCEPTIONS */ | |
| 15 | #endif | |
| 16 | ||
| 17 | ||
| 18 | /* Define to enable the use of a default assembler. */ | |
| 19 | #ifndef USED_FOR_TARGET | |
| 20 | /* #undef DEFAULT_ASSEMBLER */ | |
| 21 | #endif | |
| 22 | ||
| 23 | ||
| 24 | /* Define to enable the use of a default linker. */ | |
| 25 | #ifndef USED_FOR_TARGET | |
| 26 | /* #undef DEFAULT_LINKER */ | |
| 27 | #endif | |
| 28 | ||
| 29 | ||
| 30 | /* Define if you want to use __cxa_atexit, rather than atexit, to register C++ | |
| 31 | destructors for local statics and global objects. This is essential for | |
| 32 | fully standards-compliant handling of destructors, but requires | |
| 33 | __cxa_atexit in libc. */ | |
| 34 | #ifndef USED_FOR_TARGET | |
| 35 | #define DEFAULT_USE_CXA_ATEXIT 1 | |
| 36 | #endif | |
| 37 | ||
| 38 | ||
| 39 | /* Define if you want assertions enabled. This is a cheap check. */ | |
| 40 | #ifndef USED_FOR_TARGET | |
| 41 | #define ENABLE_ASSERT_CHECKING 1 | |
| 42 | #endif | |
| 43 | ||
| 44 | ||
| 45 | /* Define if you want more run-time sanity checks. This one gets a grab bag of | |
| 46 | miscellaneous but relatively cheap checks. */ | |
| 47 | #ifndef USED_FOR_TARGET | |
| 48 | /* #undef ENABLE_CHECKING */ | |
| 49 | #endif | |
| 50 | ||
| 51 | ||
| 52 | /* Define if you want fold checked that it never destructs its argument. This | |
| 53 | is quite expensive. */ | |
| 54 | #ifndef USED_FOR_TARGET | |
| 55 | /* #undef ENABLE_FOLD_CHECKING */ | |
| 56 | #endif | |
| 57 | ||
| 58 | ||
| 59 | /* Define if you want the garbage collector to operate in maximally paranoid | |
| 60 | mode, validating the entire heap and collecting garbage at every | |
| 61 | opportunity. This is extremely expensive. */ | |
| 62 | #ifndef USED_FOR_TARGET | |
| 63 | /* #undef ENABLE_GC_ALWAYS_COLLECT */ | |
| 64 | #endif | |
| 65 | ||
| 66 | ||
| 67 | /* Define if you want the garbage collector to do object poisoning and other | |
| 68 | memory allocation checks. This is quite expensive. */ | |
| 69 | #ifndef USED_FOR_TARGET | |
| 70 | /* #undef ENABLE_GC_CHECKING */ | |
| 71 | #endif | |
| 72 | ||
| 73 | ||
| 74 | /* Define to 1 if translation of program messages to the user's native | |
| 75 | language is requested. */ | |
| 76 | #ifndef USED_FOR_TARGET | |
| 77 | /* #undef ENABLE_NLS */ | |
| 78 | #endif | |
| 79 | ||
| 80 | ||
| 81 | /* Define if you want all operations on RTL (the basic data structure of the | |
| 82 | optimizer and back end) to be checked for dynamic type safety at runtime. | |
| 83 | This is quite expensive. */ | |
| 84 | #ifndef USED_FOR_TARGET | |
| 85 | /* #undef ENABLE_RTL_CHECKING */ | |
| 86 | #endif | |
| 87 | ||
| 88 | ||
| 89 | /* Define if you want RTL flag accesses to be checked against the RTL codes | |
| 90 | that are supported for each access macro. This is relatively cheap. */ | |
| 91 | #ifndef USED_FOR_TARGET | |
| 92 | /* #undef ENABLE_RTL_FLAG_CHECKING */ | |
| 93 | #endif | |
| 94 | ||
| 95 | ||
| 96 | /* Define if you want runtime assertions enabled. This is a cheap check. */ | |
| 97 | #define ENABLE_RUNTIME_CHECKING 1 | |
| 98 | ||
| 99 | /* Define if you want all operations on trees (the basic data structure of the | |
| 100 | front ends) to be checked for dynamic type safety at runtime. This is | |
| 101 | moderately expensive. The tree browser debugging routines will also be | |
| 102 | enabled by this option. */ | |
| 103 | #ifndef USED_FOR_TARGET | |
| 104 | /* #undef ENABLE_TREE_CHECKING */ | |
| 105 | #endif | |
| 106 | ||
| 107 | ||
| 108 | /* Define if you want to run subprograms and generated programs through | |
| 109 | valgrind (a memory checker). This is extremely expensive. */ | |
| 110 | #ifndef USED_FOR_TARGET | |
| 111 | /* #undef ENABLE_VALGRIND_CHECKING */ | |
| 112 | #endif | |
| 113 | ||
| 114 | ||
| 115 | /* Define to 1 if installation paths should be looked up in the Windows | |
| 116 | Registry. Ignored on non-Windows hosts. */ | |
| 117 | #ifndef USED_FOR_TARGET | |
| 118 | /* #undef ENABLE_WIN32_REGISTRY */ | |
| 119 | #endif | |
| 120 | ||
| 121 | ||
| 122 | /* Define to the name of a file containing a list of extra machine modes for | |
| 123 | this architecture. */ | |
| 124 | #ifndef USED_FOR_TARGET | |
| 125 | /* defined in bconfig.h! */ | |
| 126 | #endif | |
| 127 | ||
| 128 | ||
| 129 | /* Define to enable detailed memory allocation stats gathering. */ | |
| 130 | #ifndef USED_FOR_TARGET | |
| 131 | /* #undef GATHER_STATISTICS */ | |
| 132 | #endif | |
| 133 | ||
| 134 | ||
| 135 | /* Define to the type of elements in the array set by `getgroups'. Usually | |
| 136 | this is either `int' or `gid_t'. */ | |
| 137 | #ifndef USED_FOR_TARGET | |
| 138 | #define GETGROUPS_T gid_t | |
| 139 | #endif | |
| 140 | ||
| 141 | ||
| 142 | /* Define if the zone collector is in use */ | |
| 143 | #ifndef USED_FOR_TARGET | |
| 144 | /* #undef GGC_ZONE */ | |
| 145 | #endif | |
| 146 | ||
| 147 | ||
| 148 | /* Define to 1 if you have the `alphasort' function. */ | |
| 149 | #ifndef USED_FOR_TARGET | |
| 150 | #define HAVE_ALPHASORT 1 | |
| 151 | #endif | |
| 152 | ||
| 153 | ||
| 154 | /* Define if your assembler supports dwarf2 .file/.loc directives, and | |
| 155 | preserves file table indices exactly as given. */ | |
| 156 | #ifndef USED_FOR_TARGET | |
| 157 | #define HAVE_AS_DWARF2_DEBUG_LINE 1 | |
| 158 | #endif | |
| 159 | ||
| 160 | ||
| 161 | /* Define if your assembler supports explicit relocations. */ | |
| 162 | #ifndef USED_FOR_TARGET | |
| 163 | /* #undef HAVE_AS_EXPLICIT_RELOCS */ | |
| 164 | #endif | |
| 165 | ||
| 166 | ||
| 167 | /* Define if your assembler supports fprnd. */ | |
| 168 | #ifndef USED_FOR_TARGET | |
| 169 | /* #undef HAVE_AS_FPRND */ | |
| 170 | #endif | |
| 171 | ||
| 172 | ||
| 173 | /* Define if your assembler supports the --gdwarf2 option. */ | |
| 174 | #ifndef USED_FOR_TARGET | |
| 175 | #define HAVE_AS_GDWARF2_DEBUG_FLAG 1 | |
| 176 | #endif | |
| 177 | ||
| 178 | ||
| 179 | /* Define true if the assembler supports '.long foo@GOTOFF'. */ | |
| 180 | #ifndef USED_FOR_TARGET | |
| 181 | #define HAVE_AS_GOTOFF_IN_DATA 1 | |
| 182 | #endif | |
| 183 | ||
| 184 | ||
| 185 | /* Define if your assembler supports the --gstabs option. */ | |
| 186 | #ifndef USED_FOR_TARGET | |
| 187 | #define HAVE_AS_GSTABS_DEBUG_FLAG 1 | |
| 188 | #endif | |
| 189 | ||
| 190 | ||
| 191 | /* Define if your assembler supports the Sun syntax for cmov. */ | |
| 192 | #ifndef USED_FOR_TARGET | |
| 193 | /* #undef HAVE_AS_IX86_CMOV_SUN_SYNTAX */ | |
| 194 | #endif | |
| 195 | ||
| 196 | ||
| 197 | /* Define if your assembler supports the lituse_jsrdirect relocation. */ | |
| 198 | #ifndef USED_FOR_TARGET | |
| 199 | /* #undef HAVE_AS_JSRDIRECT_RELOCS */ | |
| 200 | #endif | |
| 201 | ||
| 202 | ||
| 203 | /* Define if your assembler supports .sleb128 and .uleb128. */ | |
| 204 | #ifndef USED_FOR_TARGET | |
| 205 | #define HAVE_AS_LEB128 1 | |
| 206 | #endif | |
| 207 | ||
| 208 | ||
| 209 | /* Define if your assembler supports ltoffx and ldxmov relocations. */ | |
| 210 | #ifndef USED_FOR_TARGET | |
| 211 | /* #undef HAVE_AS_LTOFFX_LDXMOV_RELOCS */ | |
| 212 | #endif | |
| 213 | ||
| 214 | ||
| 215 | /* Define if your assembler supports mfcr field. */ | |
| 216 | #ifndef USED_FOR_TARGET | |
| 217 | /* #undef HAVE_AS_MFCRF */ | |
| 218 | #endif | |
| 219 | ||
| 220 | ||
| 221 | /* Define if your assembler supports the -no-mul-bug-abort option. */ | |
| 222 | #ifndef USED_FOR_TARGET | |
| 223 | /* #undef HAVE_AS_NO_MUL_BUG_ABORT_OPTION */ | |
| 224 | #endif | |
| 225 | ||
| 226 | ||
| 227 | /* Define if your assembler supports offsetable %lo(). */ | |
| 228 | #ifndef USED_FOR_TARGET | |
| 229 | /* #undef HAVE_AS_OFFSETABLE_LO10 */ | |
| 230 | #endif | |
| 231 | ||
| 232 | ||
| 233 | /* Define if your assembler supports popcntb field. */ | |
| 234 | #ifndef USED_FOR_TARGET | |
| 235 | /* #undef HAVE_AS_POPCNTB */ | |
| 236 | #endif | |
| 237 | ||
| 238 | ||
| 239 | /* Define if your assembler supports .register. */ | |
| 240 | #ifndef USED_FOR_TARGET | |
| 241 | /* #undef HAVE_AS_REGISTER_PSEUDO_OP */ | |
| 242 | #endif | |
| 243 | ||
| 244 | ||
| 245 | /* Define if your assembler supports R_PPC_REL16 relocs. */ | |
| 246 | #ifndef USED_FOR_TARGET | |
| 247 | /* #undef HAVE_AS_REL16 */ | |
| 248 | #endif | |
| 249 | ||
| 250 | ||
| 251 | /* Define if your assembler supports -relax option. */ | |
| 252 | #ifndef USED_FOR_TARGET | |
| 253 | /* #undef HAVE_AS_RELAX_OPTION */ | |
| 254 | #endif | |
| 255 | ||
| 256 | ||
| 257 | /* Define if your assembler and linker support unaligned PC relative relocs. | |
| 258 | */ | |
| 259 | #ifndef USED_FOR_TARGET | |
| 260 | /* #undef HAVE_AS_SPARC_UA_PCREL */ | |
| 261 | #endif | |
| 262 | ||
| 263 | ||
| 264 | /* Define if your assembler and linker support unaligned PC relative relocs | |
| 265 | against hidden symbols. */ | |
| 266 | #ifndef USED_FOR_TARGET | |
| 267 | /* #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN */ | |
| 268 | #endif | |
| 269 | ||
| 270 | ||
| 271 | /* Define if your assembler supports thread-local storage. */ | |
| 272 | #ifndef USED_FOR_TARGET | |
| 273 | #define HAVE_AS_TLS 1 | |
| 274 | #endif | |
| 275 | ||
| 276 | ||
| 277 | /* Define to 1 if you have the `atoll' function. */ | |
| 278 | #ifndef USED_FOR_TARGET | |
| 279 | #define HAVE_ATOLL 1 | |
| 280 | #endif | |
| 281 | ||
| 282 | ||
| 283 | /* Define to 1 if you have the `atoq' function. */ | |
| 284 | #ifndef USED_FOR_TARGET | |
| 285 | /* #undef HAVE_ATOQ */ | |
| 286 | #endif | |
| 287 | ||
| 288 | ||
| 289 | /* Define to 1 if you have the `clearerr_unlocked' function. */ | |
| 290 | #ifndef USED_FOR_TARGET | |
| 291 | /* #undef HAVE_CLEARERR_UNLOCKED */ | |
| 292 | #endif | |
| 293 | ||
| 294 | ||
| 295 | /* Define to 1 if you have the `clock' function. */ | |
| 296 | #ifndef USED_FOR_TARGET | |
| 297 | #define HAVE_CLOCK 1 | |
| 298 | #endif | |
| 299 | ||
| 300 | ||
| 301 | /* Define if <time.h> defines clock_t. */ | |
| 302 | #ifndef USED_FOR_TARGET | |
| 303 | #define HAVE_CLOCK_T 1 | |
| 304 | #endif | |
| 305 | ||
| 306 | ||
| 307 | /* Define 0/1 if your assembler and linker support COMDAT groups. */ | |
| 308 | #ifndef USED_FOR_TARGET | |
| 7a045c67 | 309 | #define HAVE_COMDAT_GROUP 1 |
| ddf7cc86 SS |
310 | #endif |
| 311 | ||
| 312 | ||
| 313 | /* Define to 1 if we found a declaration for 'abort', otherwise define to 0. | |
| 314 | */ | |
| 315 | #ifndef USED_FOR_TARGET | |
| 316 | #define HAVE_DECL_ABORT 1 | |
| 317 | #endif | |
| 318 | ||
| 319 | ||
| 320 | /* Define to 1 if we found a declaration for 'asprintf', otherwise define to | |
| 321 | 0. */ | |
| 322 | #ifndef USED_FOR_TARGET | |
| 323 | #define HAVE_DECL_ASPRINTF 1 | |
| 324 | #endif | |
| 325 | ||
| 326 | ||
| 327 | /* Define to 1 if we found a declaration for 'atof', otherwise define to 0. */ | |
| 328 | #ifndef USED_FOR_TARGET | |
| 329 | #define HAVE_DECL_ATOF 1 | |
| 330 | #endif | |
| 331 | ||
| 332 | ||
| 333 | /* Define to 1 if we found a declaration for 'atol', otherwise define to 0. */ | |
| 334 | #ifndef USED_FOR_TARGET | |
| 335 | #define HAVE_DECL_ATOL 1 | |
| 336 | #endif | |
| 337 | ||
| 338 | ||
| 339 | /* Define to 1 if we found a declaration for 'basename', otherwise define to | |
| 340 | 0. */ | |
| 341 | #ifndef USED_FOR_TARGET | |
| 342 | #define HAVE_DECL_BASENAME 0 | |
| 343 | #endif | |
| 344 | ||
| 345 | ||
| 346 | /* Define to 1 if we found a declaration for 'calloc', otherwise define to 0. | |
| 347 | */ | |
| 348 | #ifndef USED_FOR_TARGET | |
| 349 | #define HAVE_DECL_CALLOC 1 | |
| 350 | #endif | |
| 351 | ||
| 352 | ||
| 353 | /* Define to 1 if we found a declaration for 'clearerr_unlocked', otherwise | |
| 354 | define to 0. */ | |
| 355 | #ifndef USED_FOR_TARGET | |
| 356 | #define HAVE_DECL_CLEARERR_UNLOCKED 1 | |
| 357 | #endif | |
| 358 | ||
| 359 | ||
| 360 | /* Define to 1 if we found a declaration for 'clock', otherwise define to 0. | |
| 361 | */ | |
| 362 | #ifndef USED_FOR_TARGET | |
| 363 | #define HAVE_DECL_CLOCK 1 | |
| 364 | #endif | |
| 365 | ||
| 366 | ||
| 367 | /* Define to 1 if we found a declaration for 'errno', otherwise define to 0. | |
| 368 | */ | |
| 369 | #ifndef USED_FOR_TARGET | |
| 370 | #define HAVE_DECL_ERRNO 1 | |
| 371 | #endif | |
| 372 | ||
| 373 | ||
| 374 | /* Define to 1 if we found a declaration for 'feof_unlocked', otherwise define | |
| 375 | to 0. */ | |
| 376 | #ifndef USED_FOR_TARGET | |
| 377 | #define HAVE_DECL_FEOF_UNLOCKED 1 | |
| 378 | #endif | |
| 379 | ||
| 380 | ||
| 381 | /* Define to 1 if we found a declaration for 'ferror_unlocked', otherwise | |
| 382 | define to 0. */ | |
| 383 | #ifndef USED_FOR_TARGET | |
| 384 | #define HAVE_DECL_FERROR_UNLOCKED 1 | |
| 385 | #endif | |
| 386 | ||
| 387 | ||
| 388 | /* Define to 1 if we found a declaration for 'fflush_unlocked', otherwise | |
| 389 | define to 0. */ | |
| 390 | #ifndef USED_FOR_TARGET | |
| 391 | #define HAVE_DECL_FFLUSH_UNLOCKED 0 | |
| 392 | #endif | |
| 393 | ||
| 394 | ||
| 395 | /* Define to 1 if we found a declaration for 'fgetc_unlocked', otherwise | |
| 396 | define to 0. */ | |
| 397 | #ifndef USED_FOR_TARGET | |
| 398 | #define HAVE_DECL_FGETC_UNLOCKED 0 | |
| 399 | #endif | |
| 400 | ||
| 401 | ||
| 402 | /* Define to 1 if we found a declaration for 'fgets_unlocked', otherwise | |
| 403 | define to 0. */ | |
| 404 | #ifndef USED_FOR_TARGET | |
| 405 | #define HAVE_DECL_FGETS_UNLOCKED 0 | |
| 406 | #endif | |
| 407 | ||
| 408 | ||
| 409 | /* Define to 1 if we found a declaration for 'fileno_unlocked', otherwise | |
| 410 | define to 0. */ | |
| 411 | #ifndef USED_FOR_TARGET | |
| 412 | #define HAVE_DECL_FILENO_UNLOCKED 1 | |
| 413 | #endif | |
| 414 | ||
| 415 | ||
| 416 | /* Define to 1 if we found a declaration for 'fprintf_unlocked', otherwise | |
| 417 | define to 0. */ | |
| 418 | #ifndef USED_FOR_TARGET | |
| 419 | #define HAVE_DECL_FPRINTF_UNLOCKED 0 | |
| 420 | #endif | |
| 421 | ||
| 422 | ||
| 423 | /* Define to 1 if we found a declaration for 'fputc_unlocked', otherwise | |
| 424 | define to 0. */ | |
| 425 | #ifndef USED_FOR_TARGET | |
| 426 | #define HAVE_DECL_FPUTC_UNLOCKED 0 | |
| 427 | #endif | |
| 428 | ||
| 429 | ||
| 430 | /* Define to 1 if we found a declaration for 'fputs_unlocked', otherwise | |
| 431 | define to 0. */ | |
| 432 | #ifndef USED_FOR_TARGET | |
| 433 | #define HAVE_DECL_FPUTS_UNLOCKED 0 | |
| 434 | #endif | |
| 435 | ||
| 436 | ||
| 437 | /* Define to 1 if we found a declaration for 'fread_unlocked', otherwise | |
| 438 | define to 0. */ | |
| 439 | #ifndef USED_FOR_TARGET | |
| 440 | #define HAVE_DECL_FREAD_UNLOCKED 0 | |
| 441 | #endif | |
| 442 | ||
| 443 | ||
| 444 | /* Define to 1 if we found a declaration for 'free', otherwise define to 0. */ | |
| 445 | #ifndef USED_FOR_TARGET | |
| 446 | #define HAVE_DECL_FREE 1 | |
| 447 | #endif | |
| 448 | ||
| 449 | ||
| 450 | /* Define to 1 if we found a declaration for 'fwrite_unlocked', otherwise | |
| 451 | define to 0. */ | |
| 452 | #ifndef USED_FOR_TARGET | |
| 453 | #define HAVE_DECL_FWRITE_UNLOCKED 0 | |
| 454 | #endif | |
| 455 | ||
| 456 | ||
| 457 | /* Define to 1 if we found a declaration for 'getchar_unlocked', otherwise | |
| 458 | define to 0. */ | |
| 459 | #ifndef USED_FOR_TARGET | |
| 460 | #define HAVE_DECL_GETCHAR_UNLOCKED 1 | |
| 461 | #endif | |
| 462 | ||
| 463 | ||
| 464 | /* Define to 1 if we found a declaration for 'getcwd', otherwise define to 0. | |
| 465 | */ | |
| 466 | #ifndef USED_FOR_TARGET | |
| 467 | #define HAVE_DECL_GETCWD 1 | |
| 468 | #endif | |
| 469 | ||
| 470 | ||
| 471 | /* Define to 1 if we found a declaration for 'getc_unlocked', otherwise define | |
| 472 | to 0. */ | |
| 473 | #ifndef USED_FOR_TARGET | |
| 474 | #define HAVE_DECL_GETC_UNLOCKED 1 | |
| 475 | #endif | |
| 476 | ||
| 477 | ||
| 478 | /* Define to 1 if we found a declaration for 'getenv', otherwise define to 0. | |
| 479 | */ | |
| 480 | #ifndef USED_FOR_TARGET | |
| 481 | #define HAVE_DECL_GETENV 1 | |
| 482 | #endif | |
| 483 | ||
| 484 | ||
| 485 | /* Define to 1 if we found a declaration for 'getopt', otherwise define to 0. | |
| 486 | */ | |
| 487 | #ifndef USED_FOR_TARGET | |
| 488 | #define HAVE_DECL_GETOPT 1 | |
| 489 | #endif | |
| 490 | ||
| 491 | ||
| 492 | /* Define to 1 if we found a declaration for 'getpagesize', otherwise define | |
| 493 | to 0. */ | |
| 494 | #ifndef USED_FOR_TARGET | |
| 495 | #define HAVE_DECL_GETPAGESIZE 1 | |
| 496 | #endif | |
| 497 | ||
| 498 | ||
| 499 | /* Define to 1 if we found a declaration for 'getrlimit', otherwise define to | |
| 500 | 0. */ | |
| 501 | #ifndef USED_FOR_TARGET | |
| 502 | #define HAVE_DECL_GETRLIMIT 1 | |
| 503 | #endif | |
| 504 | ||
| 505 | ||
| 506 | /* Define to 1 if we found a declaration for 'getrusage', otherwise define to | |
| 507 | 0. */ | |
| 508 | #ifndef USED_FOR_TARGET | |
| 509 | #define HAVE_DECL_GETRUSAGE 1 | |
| 510 | #endif | |
| 511 | ||
| 512 | ||
| 513 | /* Define to 1 if we found a declaration for 'getwd', otherwise define to 0. | |
| 514 | */ | |
| 515 | #ifndef USED_FOR_TARGET | |
| 516 | #define HAVE_DECL_GETWD 1 | |
| 517 | #endif | |
| 518 | ||
| 519 | ||
| 520 | /* Define to 1 if we found a declaration for 'ldgetname', otherwise define to | |
| 521 | 0. */ | |
| 522 | #ifndef USED_FOR_TARGET | |
| 523 | #define HAVE_DECL_LDGETNAME 0 | |
| 524 | #endif | |
| 525 | ||
| 526 | ||
| 527 | /* Define to 1 if we found a declaration for 'malloc', otherwise define to 0. | |
| 528 | */ | |
| 529 | #ifndef USED_FOR_TARGET | |
| 530 | #define HAVE_DECL_MALLOC 1 | |
| 531 | #endif | |
| 532 | ||
| 533 | ||
| 534 | /* Define to 1 if we found a declaration for 'putchar_unlocked', otherwise | |
| 535 | define to 0. */ | |
| 536 | #ifndef USED_FOR_TARGET | |
| 537 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1 | |
| 538 | #endif | |
| 539 | ||
| 540 | ||
| 541 | /* Define to 1 if we found a declaration for 'putc_unlocked', otherwise define | |
| 542 | to 0. */ | |
| 543 | #ifndef USED_FOR_TARGET | |
| 544 | #define HAVE_DECL_PUTC_UNLOCKED 1 | |
| 545 | #endif | |
| 546 | ||
| 547 | ||
| 548 | /* Define to 1 if we found a declaration for 'realloc', otherwise define to 0. | |
| 549 | */ | |
| 550 | #ifndef USED_FOR_TARGET | |
| 551 | #define HAVE_DECL_REALLOC 1 | |
| 552 | #endif | |
| 553 | ||
| 554 | ||
| 555 | /* Define to 1 if we found a declaration for 'sbrk', otherwise define to 0. */ | |
| 556 | #ifndef USED_FOR_TARGET | |
| 557 | #define HAVE_DECL_SBRK 1 | |
| 558 | #endif | |
| 559 | ||
| 560 | ||
| 561 | /* Define to 1 if we found a declaration for 'setrlimit', otherwise define to | |
| 562 | 0. */ | |
| 563 | #ifndef USED_FOR_TARGET | |
| 564 | #define HAVE_DECL_SETRLIMIT 1 | |
| 565 | #endif | |
| 566 | ||
| 567 | ||
| 568 | /* Define to 1 if we found a declaration for 'snprintf', otherwise define to | |
| 569 | 0. */ | |
| 570 | #ifndef USED_FOR_TARGET | |
| 571 | #define HAVE_DECL_SNPRINTF 1 | |
| 572 | #endif | |
| 573 | ||
| 574 | ||
| 575 | /* Define to 1 if we found a declaration for 'strsignal', otherwise define to | |
| 576 | 0. */ | |
| 577 | #ifndef USED_FOR_TARGET | |
| 578 | #define HAVE_DECL_STRSIGNAL 1 | |
| 579 | #endif | |
| 580 | ||
| 581 | ||
| 582 | /* Define to 1 if we found a declaration for 'strstr', otherwise define to 0. | |
| 583 | */ | |
| 584 | #ifndef USED_FOR_TARGET | |
| 585 | #define HAVE_DECL_STRSTR 1 | |
| 586 | #endif | |
| 587 | ||
| 588 | ||
| 589 | /* Define to 1 if we found a declaration for 'strverscmp', otherwise define to | |
| 590 | 0. */ | |
| 591 | #ifndef USED_FOR_TARGET | |
| 592 | #define HAVE_DECL_STRVERSCMP 0 | |
| 593 | #endif | |
| 594 | ||
| 595 | ||
| 596 | /* Define to 1 if we found a declaration for 'times', otherwise define to 0. | |
| 597 | */ | |
| 598 | #ifndef USED_FOR_TARGET | |
| 599 | #define HAVE_DECL_TIMES 1 | |
| 600 | #endif | |
| 601 | ||
| 602 | ||
| 603 | /* Define to 1 if we found a declaration for 'vasprintf', otherwise define to | |
| 604 | 0. */ | |
| 605 | #ifndef USED_FOR_TARGET | |
| 606 | #define HAVE_DECL_VASPRINTF 1 | |
| 607 | #endif | |
| 608 | ||
| 609 | ||
| 610 | /* Define to 1 if we found a declaration for 'vsnprintf', otherwise define to | |
| 611 | 0. */ | |
| 612 | #ifndef USED_FOR_TARGET | |
| 613 | #define HAVE_DECL_VSNPRINTF 1 | |
| 614 | #endif | |
| 615 | ||
| 616 | ||
| 617 | /* Define to 1 if you have the <direct.h> header file. */ | |
| 618 | #ifndef USED_FOR_TARGET | |
| 619 | /* #undef HAVE_DIRECT_H */ | |
| 620 | #endif | |
| 621 | ||
| 622 | ||
| 623 | /* Define to 1 if you have the <fcntl.h> header file. */ | |
| 624 | #ifndef USED_FOR_TARGET | |
| 625 | #define HAVE_FCNTL_H 1 | |
| 626 | #endif | |
| 627 | ||
| 628 | ||
| 629 | /* Define to 1 if you have the `feof_unlocked' function. */ | |
| 630 | #ifndef USED_FOR_TARGET | |
| 631 | #define HAVE_FEOF_UNLOCKED 1 | |
| 632 | #endif | |
| 633 | ||
| 634 | ||
| 635 | /* Define to 1 if you have the `ferror_unlocked' function. */ | |
| 636 | #ifndef USED_FOR_TARGET | |
| 637 | #define HAVE_FERROR_UNLOCKED 1 | |
| 638 | #endif | |
| 639 | ||
| 640 | ||
| 641 | /* Define to 1 if you have the `fflush_unlocked' function. */ | |
| 642 | #ifndef USED_FOR_TARGET | |
| 643 | /* #undef HAVE_FFLUSH_UNLOCKED */ | |
| 644 | #endif | |
| 645 | ||
| 646 | ||
| 647 | /* Define to 1 if you have the `fgetc_unlocked' function. */ | |
| 648 | #ifndef USED_FOR_TARGET | |
| 649 | /* #undef HAVE_FGETC_UNLOCKED */ | |
| 650 | #endif | |
| 651 | ||
| 652 | ||
| 653 | /* Define to 1 if you have the `fgets_unlocked' function. */ | |
| 654 | #ifndef USED_FOR_TARGET | |
| 655 | /* #undef HAVE_FGETS_UNLOCKED */ | |
| 656 | #endif | |
| 657 | ||
| 658 | ||
| 659 | /* Define to 1 if you have the `fileno_unlocked' function. */ | |
| 660 | #ifndef USED_FOR_TARGET | |
| 661 | #define HAVE_FILENO_UNLOCKED 1 | |
| 662 | #endif | |
| 663 | ||
| 664 | ||
| 665 | /* Define to 1 if you have the `fork' function. */ | |
| 666 | #ifndef USED_FOR_TARGET | |
| 667 | #define HAVE_FORK 1 | |
| 668 | #endif | |
| 669 | ||
| 670 | ||
| 671 | /* Define to 1 if you have the `fprintf_unlocked' function. */ | |
| 672 | #ifndef USED_FOR_TARGET | |
| 673 | /* #undef HAVE_FPRINTF_UNLOCKED */ | |
| 674 | #endif | |
| 675 | ||
| 676 | ||
| 677 | /* Define to 1 if you have the `fputc_unlocked' function. */ | |
| 678 | #ifndef USED_FOR_TARGET | |
| 679 | /* #undef HAVE_FPUTC_UNLOCKED */ | |
| 680 | #endif | |
| 681 | ||
| 682 | ||
| 683 | /* Define to 1 if you have the `fputs_unlocked' function. */ | |
| 684 | #ifndef USED_FOR_TARGET | |
| 685 | /* #undef HAVE_FPUTS_UNLOCKED */ | |
| 686 | #endif | |
| 687 | ||
| 688 | ||
| 689 | /* Define to 1 if you have the `fread_unlocked' function. */ | |
| 690 | #ifndef USED_FOR_TARGET | |
| 691 | /* #undef HAVE_FREAD_UNLOCKED */ | |
| 692 | #endif | |
| 693 | ||
| 694 | ||
| 695 | /* Define to 1 if you have the `fwrite_unlocked' function. */ | |
| 696 | #ifndef USED_FOR_TARGET | |
| 697 | /* #undef HAVE_FWRITE_UNLOCKED */ | |
| 698 | #endif | |
| 699 | ||
| 700 | ||
| 701 | /* Define if your assembler supports .balign and .p2align. */ | |
| 702 | #ifndef USED_FOR_TARGET | |
| 703 | #define HAVE_GAS_BALIGN_AND_P2ALIGN 1 | |
| 704 | #endif | |
| 705 | ||
| 706 | ||
| 707 | /* Define if your assembler uses the new HImode fild and fist notation. */ | |
| 708 | #ifndef USED_FOR_TARGET | |
| 709 | #define HAVE_GAS_FILDS_FISTS 1 | |
| 710 | #endif | |
| 711 | ||
| 712 | ||
| 713 | /* Define if your assembler and linker support .hidden. */ | |
| 714 | #define HAVE_GAS_HIDDEN 1 | |
| 715 | ||
| 716 | /* Define if your assembler supports specifying the maximum number of bytes to | |
| 717 | skip when using the GAS .p2align command. */ | |
| 718 | #ifndef USED_FOR_TARGET | |
| 719 | #define HAVE_GAS_MAX_SKIP_P2ALIGN 1 | |
| 720 | #endif | |
| 721 | ||
| 722 | ||
| 723 | /* Define if your assembler supports .nsubspa comdat option. */ | |
| 724 | #ifndef USED_FOR_TARGET | |
| 7a045c67 | 725 | #define HAVE_GAS_NSUBSPA_COMDAT 1 |
| ddf7cc86 SS |
726 | #endif |
| 727 | ||
| 728 | ||
| 729 | /* Define if your assembler and linker support 32-bit section relative relocs | |
| 730 | via '.secrel32 label'. */ | |
| 731 | #ifndef USED_FOR_TARGET | |
| 732 | /* #undef HAVE_GAS_PE_SECREL32_RELOC */ | |
| 733 | #endif | |
| 734 | ||
| 735 | ||
| 736 | /* Define 0/1 if your assembler supports marking sections with SHF_MERGE flag. | |
| 737 | */ | |
| 738 | #ifndef USED_FOR_TARGET | |
| 739 | #define HAVE_GAS_SHF_MERGE 1 | |
| 740 | #endif | |
| 741 | ||
| 742 | ||
| 743 | /* Define if your assembler supports .subsection and .subsection -1 starts | |
| 744 | emitting at the beginning of your section. */ | |
| 745 | #ifndef USED_FOR_TARGET | |
| 746 | #define HAVE_GAS_SUBSECTION_ORDERING 1 | |
| 747 | #endif | |
| 748 | ||
| 749 | ||
| 750 | /* Define if your assembler supports .weak. */ | |
| 751 | #ifndef USED_FOR_TARGET | |
| 752 | #define HAVE_GAS_WEAK 1 | |
| 753 | #endif | |
| 754 | ||
| 755 | ||
| 756 | /* Define if your assembler supports .weakref. */ | |
| 757 | #ifndef USED_FOR_TARGET | |
| 758 | /* #undef HAVE_GAS_WEAKREF */ | |
| 759 | #endif | |
| 760 | ||
| 761 | ||
| 762 | /* Define to 1 if you have the `getchar_unlocked' function. */ | |
| 763 | #ifndef USED_FOR_TARGET | |
| 764 | #define HAVE_GETCHAR_UNLOCKED 1 | |
| 765 | #endif | |
| 766 | ||
| 767 | ||
| 768 | /* Define to 1 if you have the `getc_unlocked' function. */ | |
| 769 | #ifndef USED_FOR_TARGET | |
| 770 | #define HAVE_GETC_UNLOCKED 1 | |
| 771 | #endif | |
| 772 | ||
| 773 | ||
| 774 | /* Define to 1 if you have the `getrlimit' function. */ | |
| 775 | #ifndef USED_FOR_TARGET | |
| 776 | #define HAVE_GETRLIMIT 1 | |
| 777 | #endif | |
| 778 | ||
| 779 | ||
| 780 | /* Define to 1 if you have the `getrusage' function. */ | |
| 781 | #ifndef USED_FOR_TARGET | |
| 782 | #define HAVE_GETRUSAGE 1 | |
| 783 | #endif | |
| 784 | ||
| 785 | ||
| 786 | /* Define to 1 if you have the `gettimeofday' function. */ | |
| 787 | #ifndef USED_FOR_TARGET | |
| 788 | #define HAVE_GETTIMEOFDAY 1 | |
| 789 | #endif | |
| 790 | ||
| 791 | ||
| 792 | /* Define if you have the iconv() function. */ | |
| 793 | #ifndef USED_FOR_TARGET | |
| 794 | #define HAVE_ICONV 1 | |
| 795 | #endif | |
| 796 | ||
| 797 | ||
| 798 | /* Define to 1 if you have the <iconv.h> header file. */ | |
| 799 | #ifndef USED_FOR_TARGET | |
| 800 | #define HAVE_ICONV_H 1 | |
| 801 | #endif | |
| 802 | ||
| 803 | ||
| 804 | /* Define .init_array/.fini_array sections are available and working. */ | |
| 805 | #ifndef USED_FOR_TARGET | |
| 806 | /* #undef HAVE_INITFINI_ARRAY */ | |
| 807 | #endif | |
| 808 | ||
| 809 | ||
| 810 | /* Define if you have a working <inttypes.h> header file. */ | |
| 811 | #ifndef USED_FOR_TARGET | |
| 812 | #define HAVE_INTTYPES_H 1 | |
| 813 | #endif | |
| 814 | ||
| 815 | ||
| 816 | /* Define to 1 if you have the `kill' function. */ | |
| 817 | #ifndef USED_FOR_TARGET | |
| 818 | #define HAVE_KILL 1 | |
| 819 | #endif | |
| 820 | ||
| 821 | ||
| 822 | /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ | |
| 823 | #ifndef USED_FOR_TARGET | |
| 824 | #define HAVE_LANGINFO_CODESET 1 | |
| 825 | #endif | |
| 826 | ||
| 827 | ||
| 828 | /* Define to 1 if you have the <langinfo.h> header file. */ | |
| 829 | #ifndef USED_FOR_TARGET | |
| 830 | #define HAVE_LANGINFO_H 1 | |
| 831 | #endif | |
| 832 | ||
| 833 | ||
| 834 | /* Define if your <locale.h> file defines LC_MESSAGES. */ | |
| 835 | #ifndef USED_FOR_TARGET | |
| 836 | #define HAVE_LC_MESSAGES 1 | |
| 837 | #endif | |
| 838 | ||
| 839 | ||
| 840 | /* Define to 1 if you have the <ldfcn.h> header file. */ | |
| 841 | #ifndef USED_FOR_TARGET | |
| 842 | /* #undef HAVE_LDFCN_H */ | |
| 843 | #endif | |
| 844 | ||
| 845 | ||
| 846 | /* Define if your linker supports --as-needed and --no-as-needed options. */ | |
| 847 | #ifndef USED_FOR_TARGET | |
| 848 | #define HAVE_LD_AS_NEEDED 1 | |
| 849 | #endif | |
| 850 | ||
| 851 | ||
| 852 | /* Define if your linker supports --demangle option. */ | |
| 853 | #ifndef USED_FOR_TARGET | |
| 854 | /* #undef HAVE_LD_DEMANGLE */ | |
| 855 | #endif | |
| 856 | ||
| 857 | ||
| 858 | /* Define if your linker supports --eh-frame-hdr option. */ | |
| 859 | #define HAVE_LD_EH_FRAME_HDR 1 | |
| 860 | ||
| 861 | /* Define if your PowerPC64 linker only needs function descriptor syms. */ | |
| 862 | #ifndef USED_FOR_TARGET | |
| 863 | /* #undef HAVE_LD_NO_DOT_SYMS */ | |
| 864 | #endif | |
| 865 | ||
| 866 | ||
| 867 | /* Define if your linker supports -pie option. */ | |
| 868 | #ifndef USED_FOR_TARGET | |
| a7060443 | 869 | /* #undef HAVE_LD_PIE */ |
| ddf7cc86 SS |
870 | #endif |
| 871 | ||
| 872 | ||
| 873 | /* Define if your linker links a mix of read-only and read-write sections into | |
| 874 | a read-write section. */ | |
| 875 | #ifndef USED_FOR_TARGET | |
| 876 | #define HAVE_LD_RO_RW_SECTION_MIXING 1 | |
| 877 | #endif | |
| 878 | ||
| 879 | ||
| 880 | /* Define if your linker supports -Bstatic/-Bdynamic option. */ | |
| 881 | #ifndef USED_FOR_TARGET | |
| 882 | #define HAVE_LD_STATIC_DYNAMIC 1 | |
| 883 | #endif | |
| 884 | ||
| 885 | ||
| 886 | /* Define if your linker supports --sysroot. */ | |
| 887 | #ifndef USED_FOR_TARGET | |
| 888 | /* #undef HAVE_LD_SYSROOT */ | |
| 889 | #endif | |
| 890 | ||
| 891 | ||
| 892 | /* Define to 1 if you have the <limits.h> header file. */ | |
| 893 | #ifndef USED_FOR_TARGET | |
| 894 | #define HAVE_LIMITS_H 1 | |
| 895 | #endif | |
| 896 | ||
| 897 | ||
| 898 | /* Define to 1 if you have the <locale.h> header file. */ | |
| 899 | #ifndef USED_FOR_TARGET | |
| 900 | #define HAVE_LOCALE_H 1 | |
| 901 | #endif | |
| 902 | ||
| 903 | ||
| 904 | /* Define to 1 if the system has the type `long long'. */ | |
| 905 | #ifndef USED_FOR_TARGET | |
| 906 | #define HAVE_LONG_LONG 1 | |
| 907 | #endif | |
| 908 | ||
| 909 | ||
| 910 | /* Define to 1 if you have the <malloc.h> header file. */ | |
| 911 | #ifndef USED_FOR_TARGET | |
| 912 | /* #undef HAVE_MALLOC_H */ | |
| 913 | #endif | |
| 914 | ||
| 915 | ||
| 916 | /* Define to 1 if you have the `mbstowcs' function. */ | |
| 917 | #ifndef USED_FOR_TARGET | |
| 918 | #define HAVE_MBSTOWCS 1 | |
| 919 | #endif | |
| 920 | ||
| 921 | ||
| 922 | /* Define if valgrind's memcheck.h header is installed. */ | |
| 923 | #ifndef USED_FOR_TARGET | |
| 924 | /* #undef HAVE_MEMCHECK_H */ | |
| 925 | #endif | |
| 926 | ||
| 927 | ||
| 928 | /* Define to 1 if you have the <memory.h> header file. */ | |
| 929 | #ifndef USED_FOR_TARGET | |
| 930 | #define HAVE_MEMORY_H 1 | |
| 931 | #endif | |
| 932 | ||
| 933 | ||
| 934 | /* Define to 1 if you have the `mincore' function. */ | |
| 935 | #ifndef USED_FOR_TARGET | |
| 936 | #define HAVE_MINCORE 1 | |
| 937 | #endif | |
| 938 | ||
| 939 | ||
| 940 | /* Define to 1 if you have the `mmap' function. */ | |
| 941 | #ifndef USED_FOR_TARGET | |
| 942 | #define HAVE_MMAP 1 | |
| 943 | #endif | |
| 944 | ||
| 945 | ||
| 946 | /* Define if mmap with MAP_ANON(YMOUS) works. */ | |
| 947 | #ifndef USED_FOR_TARGET | |
| 948 | #define HAVE_MMAP_ANON 1 | |
| 949 | #endif | |
| 950 | ||
| 951 | ||
| 952 | /* Define if mmap of /dev/zero works. */ | |
| 953 | #ifndef USED_FOR_TARGET | |
| 954 | #define HAVE_MMAP_DEV_ZERO 1 | |
| 955 | #endif | |
| 956 | ||
| 957 | ||
| 958 | /* Define if read-only mmap of a plain file works. */ | |
| 959 | #ifndef USED_FOR_TARGET | |
| 960 | #define HAVE_MMAP_FILE 1 | |
| 961 | #endif | |
| 962 | ||
| 963 | ||
| 964 | /* Define to 1 if you have the `nl_langinfo' function. */ | |
| 965 | #ifndef USED_FOR_TARGET | |
| 966 | #define HAVE_NL_LANGINFO 1 | |
| 967 | #endif | |
| 968 | ||
| 969 | ||
| 970 | /* Define to 1 if you have the `putchar_unlocked' function. */ | |
| 971 | #ifndef USED_FOR_TARGET | |
| 972 | #define HAVE_PUTCHAR_UNLOCKED 1 | |
| 973 | #endif | |
| 974 | ||
| 975 | ||
| 976 | /* Define to 1 if you have the `putc_unlocked' function. */ | |
| 977 | #ifndef USED_FOR_TARGET | |
| 978 | #define HAVE_PUTC_UNLOCKED 1 | |
| 979 | #endif | |
| 980 | ||
| 981 | ||
| 982 | /* Define to 1 if you have the `scandir' function. */ | |
| 983 | #ifndef USED_FOR_TARGET | |
| 984 | #define HAVE_SCANDIR 1 | |
| 985 | #endif | |
| 986 | ||
| 987 | ||
| 988 | /* Define to 1 if you have the `setlocale' function. */ | |
| 989 | #ifndef USED_FOR_TARGET | |
| 990 | #define HAVE_SETLOCALE 1 | |
| 991 | #endif | |
| 992 | ||
| 993 | ||
| 994 | /* Define to 1 if you have the `setrlimit' function. */ | |
| 995 | #ifndef USED_FOR_TARGET | |
| 996 | #define HAVE_SETRLIMIT 1 | |
| 997 | #endif | |
| 998 | ||
| 999 | ||
| 1000 | /* Define to 1 if you have the <stddef.h> header file. */ | |
| 1001 | #ifndef USED_FOR_TARGET | |
| 1002 | #define HAVE_STDDEF_H 1 | |
| 1003 | #endif | |
| 1004 | ||
| 1005 | ||
| 1006 | /* Define to 1 if you have the <stdint.h> header file. */ | |
| 1007 | #ifndef USED_FOR_TARGET | |
| 1008 | #define HAVE_STDINT_H 1 | |
| 1009 | #endif | |
| 1010 | ||
| 1011 | ||
| 1012 | /* Define to 1 if you have the <stdlib.h> header file. */ | |
| 1013 | #ifndef USED_FOR_TARGET | |
| 1014 | #define HAVE_STDLIB_H 1 | |
| 1015 | #endif | |
| 1016 | ||
| 1017 | ||
| 1018 | /* Define to 1 if you have the <strings.h> header file. */ | |
| 1019 | #ifndef USED_FOR_TARGET | |
| 1020 | #define HAVE_STRINGS_H 1 | |
| 1021 | #endif | |
| 1022 | ||
| 1023 | ||
| 1024 | /* Define to 1 if you have the <string.h> header file. */ | |
| 1025 | #ifndef USED_FOR_TARGET | |
| 1026 | #define HAVE_STRING_H 1 | |
| 1027 | #endif | |
| 1028 | ||
| 1029 | ||
| 1030 | /* Define to 1 if you have the `strsignal' function. */ | |
| 1031 | #ifndef USED_FOR_TARGET | |
| 1032 | #define HAVE_STRSIGNAL 1 | |
| 1033 | #endif | |
| 1034 | ||
| 1035 | ||
| 1036 | /* Define if <sys/times.h> defines struct tms. */ | |
| 1037 | #ifndef USED_FOR_TARGET | |
| 1038 | #define HAVE_STRUCT_TMS 1 | |
| 1039 | #endif | |
| 1040 | ||
| 1041 | ||
| 1042 | /* Define to 1 if you have the `sysconf' function. */ | |
| 1043 | #ifndef USED_FOR_TARGET | |
| 1044 | #define HAVE_SYSCONF 1 | |
| 1045 | #endif | |
| 1046 | ||
| 1047 | ||
| 1048 | /* Define to 1 if you have the <sys/file.h> header file. */ | |
| 1049 | #ifndef USED_FOR_TARGET | |
| 1050 | #define HAVE_SYS_FILE_H 1 | |
| 1051 | #endif | |
| 1052 | ||
| 1053 | ||
| 1054 | /* Define to 1 if you have the <sys/mman.h> header file. */ | |
| 1055 | #ifndef USED_FOR_TARGET | |
| 1056 | #define HAVE_SYS_MMAN_H 1 | |
| 1057 | #endif | |
| 1058 | ||
| 1059 | ||
| 1060 | /* Define to 1 if you have the <sys/param.h> header file. */ | |
| 1061 | #ifndef USED_FOR_TARGET | |
| 1062 | #define HAVE_SYS_PARAM_H 1 | |
| 1063 | #endif | |
| 1064 | ||
| 1065 | ||
| 1066 | /* Define to 1 if you have the <sys/resource.h> header file. */ | |
| 1067 | #ifndef USED_FOR_TARGET | |
| 1068 | #define HAVE_SYS_RESOURCE_H 1 | |
| 1069 | #endif | |
| 1070 | ||
| 1071 | ||
| 1072 | /* Define to 1 if you have the <sys/stat.h> header file. */ | |
| 1073 | #ifndef USED_FOR_TARGET | |
| 1074 | #define HAVE_SYS_STAT_H 1 | |
| 1075 | #endif | |
| 1076 | ||
| 1077 | ||
| 1078 | /* Define to 1 if you have the <sys/times.h> header file. */ | |
| 1079 | #ifndef USED_FOR_TARGET | |
| 1080 | #define HAVE_SYS_TIMES_H 1 | |
| 1081 | #endif | |
| 1082 | ||
| 1083 | ||
| 1084 | /* Define to 1 if you have the <sys/time.h> header file. */ | |
| 1085 | #ifndef USED_FOR_TARGET | |
| 1086 | #define HAVE_SYS_TIME_H 1 | |
| 1087 | #endif | |
| 1088 | ||
| 1089 | ||
| 1090 | /* Define to 1 if you have the <sys/types.h> header file. */ | |
| 1091 | #ifndef USED_FOR_TARGET | |
| 1092 | #define HAVE_SYS_TYPES_H 1 | |
| 1093 | #endif | |
| 1094 | ||
| 1095 | ||
| 1096 | /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ | |
| 1097 | #ifndef USED_FOR_TARGET | |
| 1098 | #define HAVE_SYS_WAIT_H 1 | |
| 1099 | #endif | |
| 1100 | ||
| 1101 | ||
| 1102 | /* Define to 1 if you have the `times' function. */ | |
| 1103 | #ifndef USED_FOR_TARGET | |
| 1104 | #define HAVE_TIMES 1 | |
| 1105 | #endif | |
| 1106 | ||
| 1107 | ||
| 1108 | /* Define to 1 if you have the <time.h> header file. */ | |
| 1109 | #ifndef USED_FOR_TARGET | |
| 1110 | #define HAVE_TIME_H 1 | |
| 1111 | #endif | |
| 1112 | ||
| 1113 | ||
| 1114 | /* Define to 1 if you have the <unistd.h> header file. */ | |
| 1115 | #ifndef USED_FOR_TARGET | |
| 1116 | #define HAVE_UNISTD_H 1 | |
| 1117 | #endif | |
| 1118 | ||
| 1119 | ||
| 1120 | /* Define if valgrind's valgrind/memcheck.h header is installed. */ | |
| 1121 | #ifndef USED_FOR_TARGET | |
| 1122 | /* #undef HAVE_VALGRIND_MEMCHECK_H */ | |
| 1123 | #endif | |
| 1124 | ||
| 1125 | ||
| 1126 | /* Define to 1 if you have the `vfork' function. */ | |
| 1127 | #ifndef USED_FOR_TARGET | |
| 1128 | #define HAVE_VFORK 1 | |
| 1129 | #endif | |
| 1130 | ||
| 1131 | ||
| 1132 | /* Define to 1 if you have the <vfork.h> header file. */ | |
| 1133 | #ifndef USED_FOR_TARGET | |
| 1134 | /* #undef HAVE_VFORK_H */ | |
| 1135 | #endif | |
| 1136 | ||
| 1137 | ||
| 1138 | /* Define to 1 if you have the <wchar.h> header file. */ | |
| 1139 | #ifndef USED_FOR_TARGET | |
| 1140 | #define HAVE_WCHAR_H 1 | |
| 1141 | #endif | |
| 1142 | ||
| 1143 | ||
| 1144 | /* Define to 1 if you have the `wcswidth' function. */ | |
| 1145 | #ifndef USED_FOR_TARGET | |
| 1146 | #define HAVE_WCSWIDTH 1 | |
| 1147 | #endif | |
| 1148 | ||
| 1149 | ||
| 1150 | /* Define to 1 if `fork' works. */ | |
| 1151 | #ifndef USED_FOR_TARGET | |
| 1152 | #define HAVE_WORKING_FORK 1 | |
| 1153 | #endif | |
| 1154 | ||
| 1155 | ||
| 1156 | /* Define this macro if mbstowcs does not crash when its first argument is | |
| 1157 | NULL. */ | |
| 1158 | #ifndef USED_FOR_TARGET | |
| 1159 | #define HAVE_WORKING_MBSTOWCS 1 | |
| 1160 | #endif | |
| 1161 | ||
| 1162 | ||
| 1163 | /* Define to 1 if `vfork' works. */ | |
| 1164 | #ifndef USED_FOR_TARGET | |
| 1165 | #define HAVE_WORKING_VFORK 1 | |
| 1166 | #endif | |
| 1167 | ||
| 1168 | ||
| 1169 | /* Define to 1 if the system has the type `__int64'. */ | |
| 1170 | #ifndef USED_FOR_TARGET | |
| 1171 | /* #undef HAVE___INT64 */ | |
| 1172 | #endif | |
| 1173 | ||
| 1174 | ||
| 1175 | /* Define as const if the declaration of iconv() needs const. */ | |
| 1176 | #ifndef USED_FOR_TARGET | |
| 1177 | #define ICONV_CONST | |
| 1178 | #endif | |
| 1179 | ||
| 1180 | ||
| 1181 | /* Define if host mkdir takes a single argument. */ | |
| 1182 | #ifndef USED_FOR_TARGET | |
| 1183 | /* #undef MKDIR_TAKES_ONE_ARG */ | |
| 1184 | #endif | |
| 1185 | ||
| 1186 | ||
| 1187 | /* Define to 1 if HOST_WIDE_INT must be 64 bits wide (see hwint.h). */ | |
| 1188 | #ifndef USED_FOR_TARGET | |
| 1189 | #ifdef CROSS_COMPILE | |
| 1190 | #define NEED_64BIT_HOST_WIDE_INT 1 | |
| 1191 | #endif | |
| 1192 | #endif | |
| 1193 | ||
| 1194 | ||
| 1195 | /* Define to 1 if your C compiler doesn't accept -c and -o together. */ | |
| 1196 | #ifndef USED_FOR_TARGET | |
| 1197 | /* #undef NO_MINUS_C_MINUS_O */ | |
| 1198 | #endif | |
| 1199 | ||
| 1200 | ||
| 1201 | /* Define to the address where bug reports for this package should be sent. */ | |
| 1202 | #ifndef USED_FOR_TARGET | |
| 1203 | #define PACKAGE_BUGREPORT "" | |
| 1204 | #endif | |
| 1205 | ||
| 1206 | ||
| 1207 | /* Define to the full name of this package. */ | |
| 1208 | #ifndef USED_FOR_TARGET | |
| 1209 | #define PACKAGE_NAME "" | |
| 1210 | #endif | |
| 1211 | ||
| 1212 | ||
| 1213 | /* Define to the full name and version of this package. */ | |
| 1214 | #ifndef USED_FOR_TARGET | |
| 1215 | #define PACKAGE_STRING "" | |
| 1216 | #endif | |
| 1217 | ||
| 1218 | ||
| 1219 | /* Define to the one symbol short name of this package. */ | |
| 1220 | #ifndef USED_FOR_TARGET | |
| 1221 | #define PACKAGE_TARNAME "" | |
| 1222 | #endif | |
| 1223 | ||
| 1224 | ||
| 1225 | /* Define to the version of this package. */ | |
| 1226 | #ifndef USED_FOR_TARGET | |
| 1227 | #define PACKAGE_VERSION "" | |
| 1228 | #endif | |
| 1229 | ||
| 1230 | ||
| 1231 | /* Define to PREFIX/include if cpp should also search that directory. */ | |
| 1232 | #ifndef USED_FOR_TARGET | |
| 1233 | /* #undef PREFIX_INCLUDE_DIR */ | |
| 1234 | #endif | |
| 1235 | ||
| 1236 | ||
| 1237 | /* The size of a `int', as computed by sizeof. */ | |
| 1238 | #ifndef USED_FOR_TARGET | |
| 1239 | #define SIZEOF_INT 4 | |
| 1240 | #endif | |
| 1241 | ||
| 1242 | ||
| 1243 | /* The size of a `long', as computed by sizeof. */ | |
| 1244 | #ifndef USED_FOR_TARGET | |
| 1245 | #if defined(__i386__) | |
| 1246 | #define SIZEOF_LONG SIZEOF_INT | |
| c1543a89 | 1247 | #elif defined(__x86_64__) |
| ddf7cc86 SS |
1248 | #define SIZEOF_LONG SIZEOF_LONG_LONG |
| 1249 | #else | |
| 1250 | #error "Unknown architecture" | |
| 1251 | #endif | |
| 1252 | #endif | |
| 1253 | ||
| 1254 | ||
| 1255 | /* The size of a `long long', as computed by sizeof. */ | |
| 1256 | #ifndef USED_FOR_TARGET | |
| 1257 | #define SIZEOF_LONG_LONG 8 | |
| 1258 | #endif | |
| 1259 | ||
| 1260 | ||
| 1261 | /* The size of a `short', as computed by sizeof. */ | |
| 1262 | #ifndef USED_FOR_TARGET | |
| 1263 | #define SIZEOF_SHORT 2 | |
| 1264 | #endif | |
| 1265 | ||
| 1266 | ||
| 1267 | /* The size of a `void *', as computed by sizeof. */ | |
| 1268 | #ifndef USED_FOR_TARGET | |
| 1269 | #define SIZEOF_VOID_P SIZEOF_LONG | |
| 1270 | #endif | |
| 1271 | ||
| 1272 | ||
| 1273 | /* The size of a `__int64', as computed by sizeof. */ | |
| 1274 | #ifndef USED_FOR_TARGET | |
| 1275 | /* #undef SIZEOF___INT64 */ | |
| 1276 | #endif | |
| 1277 | ||
| 1278 | ||
| 1279 | /* Define to 1 if you have the ANSI C header files. */ | |
| 1280 | #ifndef USED_FOR_TARGET | |
| 1281 | #define STDC_HEADERS 1 | |
| 1282 | #endif | |
| 1283 | ||
| 1284 | ||
| 1285 | /* Define if you can safely include both <string.h> and <strings.h>. */ | |
| 1286 | #ifndef USED_FOR_TARGET | |
| 1287 | #define STRING_WITH_STRINGS 1 | |
| 1288 | #endif | |
| 1289 | ||
| 1290 | ||
| 1291 | /* Define if your target C library provides stack protector support */ | |
| 1292 | #ifndef USED_FOR_TARGET | |
| 1293 | /* #undef TARGET_LIBC_PROVIDES_SSP */ | |
| 1294 | #endif | |
| 1295 | ||
| 1296 | ||
| 1297 | /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ | |
| 1298 | #ifndef USED_FOR_TARGET | |
| 1299 | #define TIME_WITH_SYS_TIME 1 | |
| 1300 | #endif | |
| 1301 | ||
| 1302 | ||
| 1303 | /* Define if your assembler mis-optimizes .eh_frame data. */ | |
| 1304 | #ifndef USED_FOR_TARGET | |
| 1305 | /* #undef USE_AS_TRADITIONAL_FORMAT */ | |
| 1306 | #endif | |
| 1307 | ||
| 1308 | ||
| 1309 | /* Define to 1 if the 'long long' (or '__int64') is wider than 'long' but | |
| 1310 | still efficiently supported by the host hardware. */ | |
| 1311 | #ifndef USED_FOR_TARGET | |
| 1312 | /* #undef USE_LONG_LONG_FOR_WIDEST_FAST_INT */ | |
| 1313 | #endif | |
| 1314 | ||
| 1315 | ||
| 1316 | /* Define if location_t is fileline integer cookie. */ | |
| 1317 | #ifndef USED_FOR_TARGET | |
| 1318 | /* #undef USE_MAPPED_LOCATION */ | |
| 1319 | #endif | |
| 1320 | ||
| 1321 | ||
| 1322 | /* Define to be the last component of the Windows registry key under which to | |
| 1323 | look for installation paths. The full key used will be | |
| 1324 | HKEY_LOCAL_MACHINE/SOFTWARE/Free Software Foundation/{WIN32_REGISTRY_KEY}. | |
| 1325 | The default is the GCC version number. */ | |
| 1326 | #ifndef USED_FOR_TARGET | |
| 1327 | /* #undef WIN32_REGISTRY_KEY */ | |
| 1328 | #endif | |
| 1329 | ||
| 1330 | ||
| 1331 | /* Define to 1 if your processor stores words with the most significant byte | |
| 1332 | first (like Motorola and SPARC, unlike Intel and VAX). */ | |
| 1333 | #ifndef USED_FOR_TARGET | |
| 1334 | /* #undef WORDS_BIGENDIAN */ | |
| 1335 | #endif | |
| 1336 | ||
| 1337 | ||
| 1338 | /* Always define this when using the GNU C Library */ | |
| 1339 | #ifndef USED_FOR_TARGET | |
| 1340 | /* #undef _GNU_SOURCE */ | |
| 1341 | #endif | |
| 1342 | ||
| 1343 | ||
| 1344 | /* Define to `int' if <sys/types.h> doesn't define. */ | |
| 1345 | #ifndef USED_FOR_TARGET | |
| 1346 | /* #undef gid_t */ | |
| 1347 | #endif | |
| 1348 | ||
| 1349 | ||
| 1350 | /* Define to `__inline__' or `__inline' if that's what the C compiler | |
| 1351 | calls it, or to nothing if 'inline' is not supported under any name. */ | |
| 1352 | #ifndef __cplusplus | |
| 1353 | /* #undef inline */ | |
| 1354 | #endif | |
| 1355 | ||
| 1356 | /* Define to `int' if <sys/types.h> does not define. */ | |
| 1357 | #ifndef USED_FOR_TARGET | |
| 1358 | /* #undef pid_t */ | |
| 1359 | #endif | |
| 1360 | ||
| 1361 | ||
| 1362 | /* Define to \`long' if <sys/resource.h> doesn't define. */ | |
| 1363 | #ifndef USED_FOR_TARGET | |
| 1364 | /* #undef rlim_t */ | |
| 1365 | #endif | |
| 1366 | ||
| 1367 | ||
| 1368 | /* Define to `int' if <sys/types.h> does not define. */ | |
| 1369 | #ifndef USED_FOR_TARGET | |
| 1370 | /* #undef ssize_t */ | |
| 1371 | #endif | |
| 1372 | ||
| 1373 | ||
| 1374 | /* Define to `int' if <sys/types.h> doesn't define. */ | |
| 1375 | #ifndef USED_FOR_TARGET | |
| 1376 | /* #undef uid_t */ | |
| 1377 | #endif | |
| 1378 | ||
| 1379 | ||
| 1380 | /* Define as `fork' if `vfork' does not work. */ | |
| 1381 | #ifndef USED_FOR_TARGET | |
| 1382 | /* #undef vfork */ | |
| 1383 | #endif | |
| 1384 |