oops - omitted from previous delta fixing UNIQUE_SECTION
[official-gcc.git] / gcc / acconfig.h
blobf52eddf8b84ebf32a59643351af45efb87daa261
1 /* Define if you can safely include both <string.h> and <strings.h>. */
2 #undef STRING_WITH_STRINGS
4 /* Define if printf supports "%p". */
5 #undef HAVE_PRINTF_PTR
7 /* Define if you want to always select the new-abi for g++. */
8 #undef ENABLE_NEW_GXX_ABI
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
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
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
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
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
33 /* Define to 1 if NLS is requested. */
34 #undef ENABLE_NLS
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
40 /* Define to be the last portion of registry key on windows hosts. */
41 #undef WIN32_REGISTRY_KEY
43 /* Define as 1 if you have catgets and don't want to use GNU gettext. */
44 #undef HAVE_CATGETS
46 /* Define as 1 if you have gettext and don't want to use GNU gettext. */
47 #undef HAVE_GETTEXT
49 /* Define if your compiler understands volatile. */
50 #undef HAVE_VOLATILE
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
56 /* Define if your assembler supports .balign and .p2align. */
57 #undef HAVE_GAS_BALIGN_AND_P2ALIGN
59 /* Define if the assembler supports 64bit sparc. */
60 #undef AS_SPARC64_FLAG
62 /* Define if your assembler supports offsetable %lo(). */
63 #undef HAVE_AS_OFFSETABLE_LO10
65 /* Define if your assembler supports .register. */
66 #undef HAVE_AS_REGISTER_PSEUDO_OP
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
72 /* Define if your assembler uses the old HImode fild and fist notation. */
73 #undef HAVE_GAS_FILDS_FISTS
75 /* Define if you have a working <inttypes.h> header file. */
76 #undef HAVE_INTTYPES_H
78 /* Define if your locale.h file contains LC_MESSAGES. */
79 #undef HAVE_LC_MESSAGES
81 /* Define as 1 if you have the stpcpy function. */
82 #undef HAVE_STPCPY
84 /* Whether malloc must be declared even if <stdlib.h> is included. */
85 #undef NEED_DECLARATION_MALLOC
87 /* Whether realloc must be declared even if <stdlib.h> is included. */
88 #undef NEED_DECLARATION_REALLOC
90 /* Whether calloc must be declared even if <stdlib.h> is included. */
91 #undef NEED_DECLARATION_CALLOC
93 /* Whether free must be declared even if <stdlib.h> is included. */
94 #undef NEED_DECLARATION_FREE
96 /* Whether bcopy must be declared even if <string.h> is included. */
97 #undef NEED_DECLARATION_BCOPY
99 /* Whether bcmp must be declared even if <string.h> is included. */
100 #undef NEED_DECLARATION_BCMP
102 /* Whether bzero must be declared even if <string.h> is included. */
103 #undef NEED_DECLARATION_BZERO
105 /* Whether index must be declared even if <string.h> is included. */
106 #undef NEED_DECLARATION_INDEX
108 /* Whether rindex must be declared even if <string.h> is included. */
109 #undef NEED_DECLARATION_RINDEX
111 /* Whether getenv must be declared even if <stdlib.h> is included. */
112 #undef NEED_DECLARATION_GETENV
114 /* Whether atol must be declared even if <stdlib.h> is included. */
115 #undef NEED_DECLARATION_ATOL
117 /* Whether atof must be declared even if <stdlib.h> is included. */
118 #undef NEED_DECLARATION_ATOF
120 /* Whether sbrk must be declared even if <stdlib.h> is included. */
121 #undef NEED_DECLARATION_SBRK
123 /* Whether abort must be declared even if <stdlib.h> is included. */
124 #undef NEED_DECLARATION_ABORT
126 /* Whether strerror must be declared even if <string.h> is included. */
127 #undef NEED_DECLARATION_STRERROR
129 /* Whether strsignal must be declared even if <string.h> is included. */
130 #undef NEED_DECLARATION_STRSIGNAL
132 /* Whether strstr must be declared even if <string.h> is included. */
133 #undef NEED_DECLARATION_STRSTR
135 /* Whether getcwd must be declared even if <unistd.h> is included. */
136 #undef NEED_DECLARATION_GETCWD
138 /* Whether getwd must be declared even if <unistd.h> is included. */
139 #undef NEED_DECLARATION_GETWD
141 /* Whether getrlimit must be declared even if <sys/resource.h> is included. */
142 #undef NEED_DECLARATION_GETRLIMIT
144 /* Whether setrlimit must be declared even if <sys/resource.h> is included. */
145 #undef NEED_DECLARATION_SETRLIMIT
147 /* Whether getrusage must be declared even if <sys/resource.h> is included. */
148 #undef NEED_DECLARATION_GETRUSAGE
150 /* Whether putc_unlocked must be declared even if <stdio.h> is included. */
151 #undef NEED_DECLARATION_PUTC_UNLOCKED
153 /* Whether fputs_unlocked must be declared even if <stdio.h> is included. */
154 #undef NEED_DECLARATION_FPUTS_UNLOCKED
156 /* Whether environ must be declared. */
157 #undef NEED_DECLARATION_ENVIRON
159 /* Define to enable the use of a default assembler. */
160 #undef DEFAULT_ASSEMBLER
162 /* Define to enable the use of a default linker. */
163 #undef DEFAULT_LINKER
165 /* Define if host mkdir takes a single argument. */
166 #undef MKDIR_TAKES_ONE_ARG
168 /* Define to the name of the distribution. */
169 #undef PACKAGE
171 /* Define to the version of the distribution. */
172 #undef VERSION
173 @TOP@