]> gcc.gnu.org Git - gcc.git/blame - gcc/acconfig.h
acconfig.h (HAVE_GAS_MAX_SKIP_P2ALIGN): New tag.
[gcc.git] / gcc / acconfig.h
CommitLineData
f1b54f9b
KG
1/* Define to "%p" if printf supports it, else machmode.h will define it. */
2#undef HOST_PTR_PRINTF
3
a494747c
MM
4/* Define if you want expensive run-time checks. */
5#undef ENABLE_CHECKING
6
76844337
RH
7/* Define if your cpp understands the stringify operator. */
8#undef HAVE_CPP_STRINGIFY
9
e9b4fabf
JL
10/* Define if your compiler understands volatile. */
11#undef HAVE_VOLATILE
12
9e423e6d
JW
13/* Define if your assembler supports specifying the maximum number
14 of bytes to skip when using the GAS .p2align command. */
15#undef HAVE_GAS_MAX_SKIP_P2ALIGN
16
7636d567
JW
17/* Define if you have a working <inttypes.h> header file. */
18#undef HAVE_INTTYPES_H
19
2f51182a
DE
20/* Whether malloc must be declared even if <stdlib.h> is included. */
21#undef NEED_DECLARATION_MALLOC
22
23/* Whether realloc must be declared even if <stdlib.h> is included. */
24#undef NEED_DECLARATION_REALLOC
25
19372aa1
JW
26/* Whether calloc must be declared even if <stdlib.h> is included. */
27#undef NEED_DECLARATION_CALLOC
28
2f51182a
DE
29/* Whether free must be declared even if <stdlib.h> is included. */
30#undef NEED_DECLARATION_FREE
956d6950 31
a81fb89e
KG
32/* Whether bcopy must be declared even if <string.h> is included. */
33#undef NEED_DECLARATION_BCOPY
34
35/* Whether bcmp must be declared even if <string.h> is included. */
36#undef NEED_DECLARATION_BCMP
37
38/* Whether bzero must be declared even if <string.h> is included. */
39#undef NEED_DECLARATION_BZERO
40
c5d0345e 41/* Whether index must be declared even if <string.h> is included. */
956d6950
JL
42#undef NEED_DECLARATION_INDEX
43
c5d0345e 44/* Whether rindex must be declared even if <string.h> is included. */
956d6950 45#undef NEED_DECLARATION_RINDEX
6d8ccdbb
JL
46
47/* Whether getenv must be declared even if <stdlib.h> is included. */
48#undef NEED_DECLARATION_GETENV
aef28d1d
JL
49
50/* Whether atol must be declared even if <stdlib.h> is included. */
51#undef NEED_DECLARATION_ATOL
c5d0345e 52
e5e809f4 53/* Whether sbrk must be declared even if <stdlib.h> is included. */
c5d0345e 54#undef NEED_DECLARATION_SBRK
64a438d6
JL
55
56/* Whether abort must be declared even if <stdlib.h> is included. */
57#undef NEED_DECLARATION_ABORT
2f51182a 58@TOP@
This page took 0.104124 seconds and 5 git commands to generate.