OSDN Git Service

* configure.in: Check for declaration of abort.
[pf3gnuchains/gcc-fork.git] / gcc / acconfig.h
1 /* Define if your cpp understands the stringify operator.  */
2 #undef HAVE_CPP_STRINGIFY
3
4 /* Define if you have a working <inttypes.h> header file.  */
5 #undef HAVE_INTTYPES_H
6
7 /* Whether malloc must be declared even if <stdlib.h> is included.  */
8 #undef NEED_DECLARATION_MALLOC
9
10 /* Whether realloc must be declared even if <stdlib.h> is included.  */
11 #undef NEED_DECLARATION_REALLOC
12
13 /* Whether calloc must be declared even if <stdlib.h> is included.  */
14 #undef NEED_DECLARATION_CALLOC
15
16 /* Whether free must be declared even if <stdlib.h> is included.  */
17 #undef NEED_DECLARATION_FREE
18
19 /* Whether index must be declared even if <string.h> is included.  */
20 #undef NEED_DECLARATION_INDEX
21
22 /* Whether rindex must be declared even if <string.h> is included.  */
23 #undef NEED_DECLARATION_RINDEX
24
25 /* Whether getenv must be declared even if <stdlib.h> is included.  */
26 #undef NEED_DECLARATION_GETENV
27
28 /* Whether atol must be declared even if <stdlib.h> is included.  */
29 #undef NEED_DECLARATION_ATOL
30
31 /* Whether sbrk must be declared even if <unistd.h> is included.  */
32 #undef NEED_DECLARATION_SBRK
33
34 /* Whether abort must be declared even if <stdlib.h> is included.  */
35 #undef NEED_DECLARATION_ABORT
36 @TOP@