OSDN Git Service

Fix mips64vr4100-elf build failure.
[pf3gnuchains/gcc-fork.git] / gcc / acconfig.h
1 /* Define to "%p" if printf supports it, else machmode.h will define it.  */
2 #undef HOST_PTR_PRINTF
3
4 /* Define if you want expensive run-time checks. */
5 #undef ENABLE_CHECKING
6
7 /* Define if your cpp understands the stringify operator.  */
8 #undef HAVE_CPP_STRINGIFY
9
10 /* Define if your compiler understands volatile.  */
11 #undef HAVE_VOLATILE
12
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
17 /* Define if you have a working <inttypes.h> header file.  */
18 #undef HAVE_INTTYPES_H
19
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
26 /* Whether calloc must be declared even if <stdlib.h> is included.  */
27 #undef NEED_DECLARATION_CALLOC
28
29 /* Whether free must be declared even if <stdlib.h> is included.  */
30 #undef NEED_DECLARATION_FREE
31
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
41 /* Whether index must be declared even if <string.h> is included.  */
42 #undef NEED_DECLARATION_INDEX
43
44 /* Whether rindex must be declared even if <string.h> is included.  */
45 #undef NEED_DECLARATION_RINDEX
46
47 /* Whether getenv must be declared even if <stdlib.h> is included.  */
48 #undef NEED_DECLARATION_GETENV
49
50 /* Whether atol must be declared even if <stdlib.h> is included.  */
51 #undef NEED_DECLARATION_ATOL
52
53 /* Whether sbrk must be declared even if <stdlib.h> is included.  */
54 #undef NEED_DECLARATION_SBRK
55
56 /* Whether abort must be declared even if <stdlib.h> is included.  */
57 #undef NEED_DECLARATION_ABORT
58 @TOP@