* cppexp.c (parse_charconst): Null does not end character
[official-gcc.git] / gcc / acconfig.h
blobcfa12f4ed3735ca7923486ebd1da8a7e79ae9f6c
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 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
13 /* Define if you want to always select the new-abi for g++. */
14 #undef ENABLE_NEW_GXX_ABI
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
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
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
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
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
39 /* Define to 1 if NLS is requested. */
40 #undef ENABLE_NLS
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
46 /* Define to be the last portion of registry key on windows hosts. */
47 #undef WIN32_REGISTRY_KEY
49 /* Define as 1 if you have catgets and don't want to use GNU gettext. */
50 #undef HAVE_CATGETS
52 /* Define as 1 if you have gettext and don't want to use GNU gettext. */
53 #undef HAVE_GETTEXT
55 /* Define if your compiler understands volatile. */
56 #undef HAVE_VOLATILE
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
62 /* Define if your assembler supports .balign and .p2align. */
63 #undef HAVE_GAS_BALIGN_AND_P2ALIGN
65 /* Define if the assembler supports 64bit sparc. */
66 #undef AS_SPARC64_FLAG
68 /* Define if your assembler supports offsetable %lo(). */
69 #undef HAVE_AS_OFFSETABLE_LO10
71 /* Define if your assembler supports .register. */
72 #undef HAVE_AS_REGISTER_PSEUDO_OP
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
78 /* Define if your assembler supports .weak. */
79 #undef HAVE_GAS_WEAK
81 /* Define if your assembler supports .hidden. */
82 #undef HAVE_GAS_HIDDEN
84 /* Define if your assembler uses the old HImode fild and fist notation. */
85 #undef HAVE_GAS_FILDS_FISTS
87 /* Define if you have a working <inttypes.h> header file. */
88 #undef HAVE_INTTYPES_H
90 /* Define if your locale.h file contains LC_MESSAGES. */
91 #undef HAVE_LC_MESSAGES
93 /* Define as 1 if you have the stpcpy function. */
94 #undef HAVE_STPCPY
96 /* Whether malloc must be declared even if <stdlib.h> is included. */
97 #undef NEED_DECLARATION_MALLOC
99 /* Whether realloc must be declared even if <stdlib.h> is included. */
100 #undef NEED_DECLARATION_REALLOC
102 /* Whether calloc must be declared even if <stdlib.h> is included. */
103 #undef NEED_DECLARATION_CALLOC
105 /* Whether free must be declared even if <stdlib.h> is included. */
106 #undef NEED_DECLARATION_FREE
108 /* Whether bcopy must be declared even if <string.h> is included. */
109 #undef NEED_DECLARATION_BCOPY
111 /* Whether bcmp must be declared even if <string.h> is included. */
112 #undef NEED_DECLARATION_BCMP
114 /* Whether bzero must be declared even if <string.h> is included. */
115 #undef NEED_DECLARATION_BZERO
117 /* Whether index must be declared even if <string.h> is included. */
118 #undef NEED_DECLARATION_INDEX
120 /* Whether rindex must be declared even if <string.h> is included. */
121 #undef NEED_DECLARATION_RINDEX
123 /* Whether getenv must be declared even if <stdlib.h> is included. */
124 #undef NEED_DECLARATION_GETENV
126 /* Whether atol must be declared even if <stdlib.h> is included. */
127 #undef NEED_DECLARATION_ATOL
129 /* Whether atof must be declared even if <stdlib.h> is included. */
130 #undef NEED_DECLARATION_ATOF
132 /* Whether sbrk must be declared even if <stdlib.h> is included. */
133 #undef NEED_DECLARATION_SBRK
135 /* Whether abort must be declared even if <stdlib.h> is included. */
136 #undef NEED_DECLARATION_ABORT
138 /* Whether strsignal must be declared even if <string.h> is included. */
139 #undef NEED_DECLARATION_STRSIGNAL
141 /* Whether strstr must be declared even if <string.h> is included. */
142 #undef NEED_DECLARATION_STRSTR
144 /* Whether getcwd must be declared even if <unistd.h> is included. */
145 #undef NEED_DECLARATION_GETCWD
147 /* Whether getwd must be declared even if <unistd.h> is included. */
148 #undef NEED_DECLARATION_GETWD
150 /* Whether getrlimit must be declared even if <sys/resource.h> is included. */
151 #undef NEED_DECLARATION_GETRLIMIT
153 /* Whether setrlimit must be declared even if <sys/resource.h> is included. */
154 #undef NEED_DECLARATION_SETRLIMIT
156 /* Whether getrusage must be declared even if <sys/resource.h> is included. */
157 #undef NEED_DECLARATION_GETRUSAGE
159 /* Whether putc_unlocked must be declared even if <stdio.h> is included. */
160 #undef NEED_DECLARATION_PUTC_UNLOCKED
162 /* Whether fputs_unlocked must be declared even if <stdio.h> is included. */
163 #undef NEED_DECLARATION_FPUTS_UNLOCKED
165 /* Whether environ must be declared. */
166 #undef NEED_DECLARATION_ENVIRON
168 /* Define to enable the use of a default assembler. */
169 #undef DEFAULT_ASSEMBLER
171 /* Define to enable the use of a default linker. */
172 #undef DEFAULT_LINKER
174 /* Define if host mkdir takes a single argument. */
175 #undef MKDIR_TAKES_ONE_ARG
177 /* Define to the name of the distribution. */
178 #undef PACKAGE
180 /* Define to the version of the distribution. */
181 #undef VERSION
182 @TOP@