OSDN Git Service

* aclocal.m4 (gcc_AC_HEADER_STRING, gcc_AC_FUNC_PRINTF_PTR,
[pf3gnuchains/gcc-fork.git] / gcc / acconfig.h
1 /* Define if you want to enable namespaces (-fhonor-std) by default. */
2 #undef ENABLE_STD_NAMESPACE
3 #if !defined(ENABLE_STD_NAMESPACE)
4 #  define ENABLE_STD_NAMESPACE 0
5 #endif
6
7 /* Define if you want more run-time sanity checks.  This one gets a grab
8    bag of miscellaneous but relatively cheap checks.  */
9 #undef ENABLE_CHECKING
10
11 /* Define if you want all operations on trees (the basic data
12    structure of the front ends) to be checked for dynamic type safety
13    at runtime.  This is moderately expensive.  */
14 #undef ENABLE_TREE_CHECKING
15
16 /* Define if you want all operations on RTL (the basic data structure
17    of the optimizer and back end) to be checked for dynamic type safety
18    at runtime.  This is quite expensive.  */
19 #undef ENABLE_RTL_CHECKING
20
21 /* Define if you want the garbage collector to do object poisoning and
22    other memory allocation checks.  This is quite expensive.  */
23 #undef ENABLE_GC_CHECKING
24
25 /* Define if you want the garbage collector to operate in maximally
26    paranoid mode, validating the entire heap and collecting garbage at
27    every opportunity.  This is extremely expensive.  */
28 #undef ENABLE_GC_ALWAYS_COLLECT
29
30 /* Define to 1 if NLS is requested.  */
31 #undef ENABLE_NLS
32
33 /* Define as 1 if you have catgets and don't want to use GNU gettext.  */
34 #undef HAVE_CATGETS
35
36 /* Define as 1 if you have gettext and don't want to use GNU gettext.  */
37 #undef HAVE_GETTEXT
38
39 /* Define if your assembler supports specifying the maximum number
40    of bytes to skip when using the GAS .p2align command. */
41 #undef HAVE_GAS_MAX_SKIP_P2ALIGN
42
43 /* Define if your assembler supports .balign and .p2align.  */
44 #undef HAVE_GAS_BALIGN_AND_P2ALIGN
45
46 /* Define if your assembler uses the old HImode fild and fist notation.  */
47 #undef HAVE_GAS_FILDS_FISTS
48
49 /* Define if your locale.h file contains LC_MESSAGES.  */
50 #undef HAVE_LC_MESSAGES
51
52 /* Define as 1 if you have the stpcpy function.  */
53 #undef HAVE_STPCPY
54
55 /* Whether malloc must be declared even if <stdlib.h> is included.  */
56 #undef NEED_DECLARATION_MALLOC
57
58 /* Whether realloc must be declared even if <stdlib.h> is included.  */
59 #undef NEED_DECLARATION_REALLOC
60
61 /* Whether calloc must be declared even if <stdlib.h> is included.  */
62 #undef NEED_DECLARATION_CALLOC
63
64 /* Whether free must be declared even if <stdlib.h> is included.  */
65 #undef NEED_DECLARATION_FREE
66
67 /* Whether bcopy must be declared even if <string.h> is included.  */
68 #undef NEED_DECLARATION_BCOPY
69
70 /* Whether bcmp must be declared even if <string.h> is included.  */
71 #undef NEED_DECLARATION_BCMP
72
73 /* Whether bzero must be declared even if <string.h> is included.  */
74 #undef NEED_DECLARATION_BZERO
75
76 /* Whether index must be declared even if <string.h> is included.  */
77 #undef NEED_DECLARATION_INDEX
78
79 /* Whether rindex must be declared even if <string.h> is included.  */
80 #undef NEED_DECLARATION_RINDEX
81
82 /* Whether getenv must be declared even if <stdlib.h> is included.  */
83 #undef NEED_DECLARATION_GETENV
84
85 /* Whether atol must be declared even if <stdlib.h> is included.  */
86 #undef NEED_DECLARATION_ATOL
87
88 /* Whether atof must be declared even if <stdlib.h> is included.  */
89 #undef NEED_DECLARATION_ATOF
90
91 /* Whether sbrk must be declared even if <stdlib.h> is included.  */
92 #undef NEED_DECLARATION_SBRK
93
94 /* Whether abort must be declared even if <stdlib.h> is included.  */
95 #undef NEED_DECLARATION_ABORT
96
97 /* Whether strsignal must be declared even if <string.h> is included.  */
98 #undef NEED_DECLARATION_STRSIGNAL
99
100 /* Whether strstr must be declared even if <string.h> is included.  */
101 #undef NEED_DECLARATION_STRSTR
102
103 /* Whether getcwd must be declared even if <unistd.h> is included.  */
104 #undef NEED_DECLARATION_GETCWD
105
106 /* Whether getwd must be declared even if <unistd.h> is included.  */
107 #undef NEED_DECLARATION_GETWD
108
109 /* Whether getrlimit must be declared even if <sys/resource.h> is included.  */
110 #undef NEED_DECLARATION_GETRLIMIT
111
112 /* Whether setrlimit must be declared even if <sys/resource.h> is included.  */
113 #undef NEED_DECLARATION_SETRLIMIT
114
115 /* Whether getrusage must be declared even if <sys/resource.h> is included.  */
116 #undef NEED_DECLARATION_GETRUSAGE
117
118 /* Whether putc_unlocked must be declared even if <stdio.h> is included.  */
119 #undef NEED_DECLARATION_PUTC_UNLOCKED
120
121 /* Whether fputs_unlocked must be declared even if <stdio.h> is included.  */
122 #undef NEED_DECLARATION_FPUTS_UNLOCKED
123
124 /* Whether environ must be declared.  */
125 #undef NEED_DECLARATION_ENVIRON
126
127 @TOP@