]> gcc.gnu.org Git - gcc.git/blame - gcc/acconfig.h
If errorcount nonzero, don't call abort if the function is already defined.
[gcc.git] / gcc / acconfig.h
CommitLineData
ccc7d11a
KG
1/* Define if you can safely include both <string.h> and <strings.h>. */
2#undef STRING_WITH_STRINGS
3
092f7be3
KG
4/* Define if printf supports "%p". */
5#undef HAVE_PRINTF_PTR
f1b54f9b 6
a494747c
MM
7/* Define if you want expensive run-time checks. */
8#undef ENABLE_CHECKING
9
76844337
RH
10/* Define if your cpp understands the stringify operator. */
11#undef HAVE_CPP_STRINGIFY
12
e9b4fabf
JL
13/* Define if your compiler understands volatile. */
14#undef HAVE_VOLATILE
15
9e423e6d
JW
16/* Define if your assembler supports specifying the maximum number
17 of bytes to skip when using the GAS .p2align command. */
18#undef HAVE_GAS_MAX_SKIP_P2ALIGN
19
00ccc16d
JL
20/* Define if your assembler supports .balign and .p2align. */
21#undef HAVE_GAS_BALIGN_AND_P2ALIGN
22
d1accaa3
JJ
23/* Define if your assembler supports .subsection and .subsection -1 starts
24 emitting at the beginning of your section */
25#undef HAVE_GAS_SUBSECTION_ORDERING
26
7636d567
JW
27/* Define if you have a working <inttypes.h> header file. */
28#undef HAVE_INTTYPES_H
29
2f51182a
DE
30/* Whether malloc must be declared even if <stdlib.h> is included. */
31#undef NEED_DECLARATION_MALLOC
32
33/* Whether realloc must be declared even if <stdlib.h> is included. */
34#undef NEED_DECLARATION_REALLOC
35
19372aa1
JW
36/* Whether calloc must be declared even if <stdlib.h> is included. */
37#undef NEED_DECLARATION_CALLOC
38
2f51182a
DE
39/* Whether free must be declared even if <stdlib.h> is included. */
40#undef NEED_DECLARATION_FREE
956d6950 41
a81fb89e
KG
42/* Whether bcopy must be declared even if <string.h> is included. */
43#undef NEED_DECLARATION_BCOPY
44
45/* Whether bcmp must be declared even if <string.h> is included. */
46#undef NEED_DECLARATION_BCMP
47
48/* Whether bzero must be declared even if <string.h> is included. */
49#undef NEED_DECLARATION_BZERO
50
c5d0345e 51/* Whether index must be declared even if <string.h> is included. */
956d6950
JL
52#undef NEED_DECLARATION_INDEX
53
c5d0345e 54/* Whether rindex must be declared even if <string.h> is included. */
956d6950 55#undef NEED_DECLARATION_RINDEX
6d8ccdbb
JL
56
57/* Whether getenv must be declared even if <stdlib.h> is included. */
58#undef NEED_DECLARATION_GETENV
aef28d1d
JL
59
60/* Whether atol must be declared even if <stdlib.h> is included. */
61#undef NEED_DECLARATION_ATOL
c5d0345e 62
e5e809f4 63/* Whether sbrk must be declared even if <stdlib.h> is included. */
c5d0345e 64#undef NEED_DECLARATION_SBRK
64a438d6
JL
65
66/* Whether abort must be declared even if <stdlib.h> is included. */
67#undef NEED_DECLARATION_ABORT
6cd5dccd
KG
68
69/* Whether strerror must be declared even if <string.h> is included. */
70#undef NEED_DECLARATION_STRERROR
71
007e8d2a
KG
72/* Whether strsignal must be declared even if <string.h> is included. */
73#undef NEED_DECLARATION_STRSIGNAL
74
6cd5dccd
KG
75/* Whether getcwd must be declared even if <unistd.h> is included. */
76#undef NEED_DECLARATION_GETCWD
77
78/* Whether getwd must be declared even if <unistd.h> is included. */
79#undef NEED_DECLARATION_GETWD
9ec36da5 80
d2cabf16
KG
81/* Whether getrlimit must be declared even if <sys/resource.h> is included. */
82#undef NEED_DECLARATION_GETRLIMIT
83
84/* Whether setrlimit must be declared even if <sys/resource.h> is included. */
85#undef NEED_DECLARATION_SETRLIMIT
86
9ec36da5
JL
87/* Define if you want expensive run-time checks. */
88#undef ENABLE_CHECKING
ab339d62
AO
89
90/* Define to enable the use of a default assembler. */
91#undef DEFAULT_ASSEMBLER
92
93/* Define to enable the use of a default linker. */
94#undef DEFAULT_LINKER
95
2f51182a 96@TOP@
This page took 0.16275 seconds and 5 git commands to generate.