]> gcc.gnu.org Git - gcc.git/blame - gcc/acconfig.h
Redesign GCC_FUNC_PRINTF_PTR so that it doesn't define HOST_PTR_PRINTF directly.
[gcc.git] / gcc / acconfig.h
CommitLineData
092f7be3
KG
1/* Define if printf supports "%p". */
2#undef HAVE_PRINTF_PTR
f1b54f9b 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
6cd5dccd
KG
58
59/* Whether strerror must be declared even if <string.h> is included. */
60#undef NEED_DECLARATION_STRERROR
61
62/* Whether getcwd must be declared even if <unistd.h> is included. */
63#undef NEED_DECLARATION_GETCWD
64
65/* Whether getwd must be declared even if <unistd.h> is included. */
66#undef NEED_DECLARATION_GETWD
9ec36da5 67
d2cabf16
KG
68/* Whether getrlimit must be declared even if <sys/resource.h> is included. */
69#undef NEED_DECLARATION_GETRLIMIT
70
71/* Whether setrlimit must be declared even if <sys/resource.h> is included. */
72#undef NEED_DECLARATION_SETRLIMIT
73
9ec36da5
JL
74/* Define if you want expensive run-time checks. */
75#undef ENABLE_CHECKING
2f51182a 76@TOP@
This page took 0.125646 seconds and 5 git commands to generate.