acconfig.h (HAVE_VOLATILE): Insert stub for autoconf.
[gcc.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 your cpp understands the stringify operator. */
5 #undef HAVE_CPP_STRINGIFY
6
7 /* Define if your compiler understands volatile. */
8 #undef HAVE_VOLATILE
9
10 /* Define if you have a working <inttypes.h> header file. */
11 #undef HAVE_INTTYPES_H
12
13 /* Whether malloc must be declared even if <stdlib.h> is included. */
14 #undef NEED_DECLARATION_MALLOC
15
16 /* Whether realloc must be declared even if <stdlib.h> is included. */
17 #undef NEED_DECLARATION_REALLOC
18
19 /* Whether calloc must be declared even if <stdlib.h> is included. */
20 #undef NEED_DECLARATION_CALLOC
21
22 /* Whether free must be declared even if <stdlib.h> is included. */
23 #undef NEED_DECLARATION_FREE
24
25 /* Whether bcopy must be declared even if <string.h> is included. */
26 #undef NEED_DECLARATION_BCOPY
27
28 /* Whether bcmp must be declared even if <string.h> is included. */
29 #undef NEED_DECLARATION_BCMP
30
31 /* Whether bzero must be declared even if <string.h> is included. */
32 #undef NEED_DECLARATION_BZERO
33
34 /* Whether index must be declared even if <string.h> is included. */
35 #undef NEED_DECLARATION_INDEX
36
37 /* Whether rindex must be declared even if <string.h> is included. */
38 #undef NEED_DECLARATION_RINDEX
39
40 /* Whether getenv must be declared even if <stdlib.h> is included. */
41 #undef NEED_DECLARATION_GETENV
42
43 /* Whether atol must be declared even if <stdlib.h> is included. */
44 #undef NEED_DECLARATION_ATOL
45
46 /* Whether sbrk must be declared even if <stdlib.h> is included. */
47 #undef NEED_DECLARATION_SBRK
48
49 /* Whether abort must be declared even if <stdlib.h> is included. */
50 #undef NEED_DECLARATION_ABORT
51 @TOP@