OSDN Git Service

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