OSDN Git Service

* configure.in (--enable-new-gxx-abi): New option.
[pf3gnuchains/gcc-fork.git] / gcc / acconfig.h
1 /* Define if you can safely include both <string.h> and <strings.h>.  */
2 #undef STRING_WITH_STRINGS
3
4 /* Define if printf supports "%p".  */
5 #undef HAVE_PRINTF_PTR
6
7 /* Define if you want to always select the new-abi for g++.  */
8 #undef ENABLE_NEW_GXX_ABI
9
10 /* Define if you want more run-time sanity checks.  This one gets a grab
11    bag of miscellaneous but relatively cheap checks.  */
12 #undef ENABLE_CHECKING
13
14 /* Define if you want all operations on trees (the basic data
15    structure of the front ends) to be checked for dynamic type safety
16    at runtime.  This is moderately expensive.  */
17 #undef ENABLE_TREE_CHECKING
18
19 /* Define if you want all operations on RTL (the basic data structure
20    of the optimizer and back end) to be checked for dynamic type safety
21    at runtime.  This is quite expensive.  */
22 #undef ENABLE_RTL_CHECKING
23
24 /* Define if you want the garbage collector to do object poisoning and
25    other memory allocation checks.  This is quite expensive.  */
26 #undef ENABLE_GC_CHECKING
27
28 /* Define if you want the garbage collector to operate in maximally
29    paranoid mode, validating the entire heap and collecting garbage at
30    every opportunity.  This is extremely expensive.  */
31 #undef ENABLE_GC_ALWAYS_COLLECT
32
33 /* Define to 1 if NLS is requested.  */
34 #undef ENABLE_NLS
35
36 /* Define to 1 if installation paths should be looked up in Windows32
37    Registry. Ignored on non windows32 hosts. */
38 #undef ENABLE_WIN32_REGISTRY
39
40 /* Define to be the last portion of registry key on windows hosts.  */
41 #undef WIN32_REGISTRY_KEY
42
43 /* Define as 1 if you have catgets and don't want to use GNU gettext.  */
44 #undef HAVE_CATGETS
45
46 /* Define as 1 if you have gettext and don't want to use GNU gettext.  */
47 #undef HAVE_GETTEXT
48
49 /* Define if your compiler understands volatile.  */
50 #undef HAVE_VOLATILE
51
52 /* Define if your assembler supports specifying the maximum number
53    of bytes to skip when using the GAS .p2align command. */
54 #undef HAVE_GAS_MAX_SKIP_P2ALIGN
55
56 /* Define if your assembler supports .balign and .p2align.  */
57 #undef HAVE_GAS_BALIGN_AND_P2ALIGN
58
59 /* Define if the assembler supports 64bit sparc.  */
60 #undef AS_SPARC64_FLAG
61
62 /* Define if your assembler supports offsetable %lo().  */
63 #undef HAVE_AS_OFFSETABLE_LO10
64
65 /* Define if your assembler supports .register.  */
66 #undef HAVE_AS_REGISTER_PSEUDO_OP
67
68 /* Define if your assembler supports .subsection and .subsection -1 starts
69    emitting at the beginning of your section */
70 #undef HAVE_GAS_SUBSECTION_ORDERING
71
72 /* Define if your assembler uses the old HImode fild and fist notation.  */
73 #undef HAVE_GAS_FILDS_FISTS
74
75 /* Define if you have a working <inttypes.h> header file.  */
76 #undef HAVE_INTTYPES_H
77
78 /* Define if your locale.h file contains LC_MESSAGES.  */
79 #undef HAVE_LC_MESSAGES
80
81 /* Define as 1 if you have the stpcpy function.  */
82 #undef HAVE_STPCPY
83
84 /* Whether malloc must be declared even if <stdlib.h> is included.  */
85 #undef NEED_DECLARATION_MALLOC
86
87 /* Whether realloc must be declared even if <stdlib.h> is included.  */
88 #undef NEED_DECLARATION_REALLOC
89
90 /* Whether calloc must be declared even if <stdlib.h> is included.  */
91 #undef NEED_DECLARATION_CALLOC
92
93 /* Whether free must be declared even if <stdlib.h> is included.  */
94 #undef NEED_DECLARATION_FREE
95
96 /* Whether bcopy must be declared even if <string.h> is included.  */
97 #undef NEED_DECLARATION_BCOPY
98
99 /* Whether bcmp must be declared even if <string.h> is included.  */
100 #undef NEED_DECLARATION_BCMP
101
102 /* Whether bzero must be declared even if <string.h> is included.  */
103 #undef NEED_DECLARATION_BZERO
104
105 /* Whether index must be declared even if <string.h> is included.  */
106 #undef NEED_DECLARATION_INDEX
107
108 /* Whether rindex must be declared even if <string.h> is included.  */
109 #undef NEED_DECLARATION_RINDEX
110
111 /* Whether getenv must be declared even if <stdlib.h> is included.  */
112 #undef NEED_DECLARATION_GETENV
113
114 /* Whether atol must be declared even if <stdlib.h> is included.  */
115 #undef NEED_DECLARATION_ATOL
116
117 /* Whether atof must be declared even if <stdlib.h> is included.  */
118 #undef NEED_DECLARATION_ATOF
119
120 /* Whether sbrk must be declared even if <stdlib.h> is included.  */
121 #undef NEED_DECLARATION_SBRK
122
123 /* Whether abort must be declared even if <stdlib.h> is included.  */
124 #undef NEED_DECLARATION_ABORT
125
126 /* Whether strerror must be declared even if <string.h> is included.  */
127 #undef NEED_DECLARATION_STRERROR
128
129 /* Whether strsignal must be declared even if <string.h> is included.  */
130 #undef NEED_DECLARATION_STRSIGNAL
131
132 /* Whether strstr must be declared even if <string.h> is included.  */
133 #undef NEED_DECLARATION_STRSTR
134
135 /* Whether getcwd must be declared even if <unistd.h> is included.  */
136 #undef NEED_DECLARATION_GETCWD
137
138 /* Whether getwd must be declared even if <unistd.h> is included.  */
139 #undef NEED_DECLARATION_GETWD
140
141 /* Whether getrlimit must be declared even if <sys/resource.h> is included.  */
142 #undef NEED_DECLARATION_GETRLIMIT
143
144 /* Whether setrlimit must be declared even if <sys/resource.h> is included.  */
145 #undef NEED_DECLARATION_SETRLIMIT
146
147 /* Whether getrusage must be declared even if <sys/resource.h> is included.  */
148 #undef NEED_DECLARATION_GETRUSAGE
149
150 /* Whether putc_unlocked must be declared even if <stdio.h> is included.  */
151 #undef NEED_DECLARATION_PUTC_UNLOCKED
152
153 /* Whether fputs_unlocked must be declared even if <stdio.h> is included.  */
154 #undef NEED_DECLARATION_FPUTS_UNLOCKED
155
156 /* Whether environ must be declared.  */
157 #undef NEED_DECLARATION_ENVIRON
158
159 /* Define to enable the use of a default assembler. */
160 #undef DEFAULT_ASSEMBLER
161
162 /* Define to enable the use of a default linker. */
163 #undef DEFAULT_LINKER
164
165 /* Define if host mkdir takes a single argument. */
166 #undef MKDIR_TAKES_ONE_ARG
167
168 /* Define to the name of the distribution.  */
169 #undef PACKAGE
170
171 /* Define to the version of the distribution.  */
172 #undef VERSION
173 @TOP@