Change HANDLE_PRAGMA macro so that it supports USE_CPPLIB
[official-gcc.git] / gcc / acconfig.h
blobe1ac38442f0232711ce9eb7e059c427760d4c77e
1 /* Define if printf supports "%p". */
2 #undef HAVE_PRINTF_PTR
4 /* Define if you want expensive run-time checks. */
5 #undef ENABLE_CHECKING
7 /* Define if your cpp understands the stringify operator. */
8 #undef HAVE_CPP_STRINGIFY
10 /* Define if your compiler understands volatile. */
11 #undef HAVE_VOLATILE
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
17 /* Define if your assembler supports .balign and .p2align. */
18 #undef HAVE_GAS_BALIGN_AND_P2ALIGN
20 /* Define if you have a working <inttypes.h> header file. */
21 #undef HAVE_INTTYPES_H
23 /* Whether malloc must be declared even if <stdlib.h> is included. */
24 #undef NEED_DECLARATION_MALLOC
26 /* Whether realloc must be declared even if <stdlib.h> is included. */
27 #undef NEED_DECLARATION_REALLOC
29 /* Whether calloc must be declared even if <stdlib.h> is included. */
30 #undef NEED_DECLARATION_CALLOC
32 /* Whether free must be declared even if <stdlib.h> is included. */
33 #undef NEED_DECLARATION_FREE
35 /* Whether bcopy must be declared even if <string.h> is included. */
36 #undef NEED_DECLARATION_BCOPY
38 /* Whether bcmp must be declared even if <string.h> is included. */
39 #undef NEED_DECLARATION_BCMP
41 /* Whether bzero must be declared even if <string.h> is included. */
42 #undef NEED_DECLARATION_BZERO
44 /* Whether index must be declared even if <string.h> is included. */
45 #undef NEED_DECLARATION_INDEX
47 /* Whether rindex must be declared even if <string.h> is included. */
48 #undef NEED_DECLARATION_RINDEX
50 /* Whether getenv must be declared even if <stdlib.h> is included. */
51 #undef NEED_DECLARATION_GETENV
53 /* Whether atol must be declared even if <stdlib.h> is included. */
54 #undef NEED_DECLARATION_ATOL
56 /* Whether sbrk must be declared even if <stdlib.h> is included. */
57 #undef NEED_DECLARATION_SBRK
59 /* Whether abort must be declared even if <stdlib.h> is included. */
60 #undef NEED_DECLARATION_ABORT
62 /* Whether strerror must be declared even if <string.h> is included. */
63 #undef NEED_DECLARATION_STRERROR
65 /* Whether getcwd must be declared even if <unistd.h> is included. */
66 #undef NEED_DECLARATION_GETCWD
68 /* Whether getwd must be declared even if <unistd.h> is included. */
69 #undef NEED_DECLARATION_GETWD
71 /* Whether getrlimit must be declared even if <sys/resource.h> is included. */
72 #undef NEED_DECLARATION_GETRLIMIT
74 /* Whether setrlimit must be declared even if <sys/resource.h> is included. */
75 #undef NEED_DECLARATION_SETRLIMIT
77 /* Define if you want expensive run-time checks. */
78 #undef ENABLE_CHECKING
79 @TOP@