]>
Commit | Line | Data |
---|---|---|
db210d08 | 1 | |
fef1696f ILT |
2 | /* Whether malloc must be declared even if <stdlib.h> is included. */ |
3 | #undef NEED_DECLARATION_MALLOC | |
4 | ||
5 | /* Whether realloc must be declared even if <stdlib.h> is included. */ | |
6 | #undef NEED_DECLARATION_REALLOC | |
7 | ||
8 | /* Whether free must be declared even if <stdlib.h> is included. */ | |
9 | #undef NEED_DECLARATION_FREE | |
10 | @TOP@ | |
11 | ||
db210d08 FF |
12 | /* Define if fpregset_t type is available. */ |
13 | #undef HAVE_FPREGSET_T | |
14 | ||
15 | /* Define if gregset_t type is available. */ | |
16 | #undef HAVE_GREGSET_T | |
07b77f5c | 17 | |
3f550b59 FF |
18 | /* Define if the `long long' type works. */ |
19 | #undef CC_HAS_LONG_LONG | |
20 | ||
21 | /* Define if the "ll" format works to print long long ints. */ | |
22 | #undef PRINTF_HAS_LONG_LONG | |
23 | ||
07b77f5c FF |
24 | /* Define if the "%Lg" format works to print long doubles. */ |
25 | #undef PRINTF_HAS_LONG_DOUBLE | |
4bd9f70f TT |
26 | |
27 | /* Define if using Solaris thread debugging. */ | |
28 | #undef HAVE_THREAD_DB_LIB | |
f02156cf TT |
29 | |
30 | /* Define on a Linux system to work around problems in sys/procfs.h. */ | |
31 | #undef START_INFERIOR_TRAPS_EXPECTED | |
32 | #undef sys_quotactl | |
33 | ||
34 | /* Define if you have HPUX threads */ | |
35 | #undef HAVE_HPUX_THREAD_SUPPORT |