OSDN Git Service

4b7bce74d59c5524de3486e513cc8fce6adaa4be
[pf3gnuchains/gcc-fork.git] / libcpp / config.in
1 /* config.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
4    systems. This function is required for `alloca.c' support on those systems.
5    */
6 #undef CRAY_STACKSEG_END
7
8 /* Define to 1 if using `alloca.c'. */
9 #undef C_ALLOCA
10
11 /* Define if you want more run-time sanity checks. */
12 #undef ENABLE_CHECKING
13
14 /* Define to 1 if translation of program messages to the user's native
15    language is requested. */
16 #undef ENABLE_NLS
17
18 /* Define to 1 if you have `alloca', as a function or macro. */
19 #undef HAVE_ALLOCA
20
21 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
22    */
23 #undef HAVE_ALLOCA_H
24
25 /* Define to 1 if you have the declaration of `abort', and to 0 if you don't.
26    */
27 #undef HAVE_DECL_ABORT
28
29 /* Define to 1 if you have the declaration of `errno', and to 0 if you don't.
30    */
31 #undef HAVE_DECL_ERRNO
32
33 /* Define to 1 if you have the declaration of `fprintf_unlocked', and to 0 if
34    you don't. */
35 #undef HAVE_DECL_FPRINTF_UNLOCKED
36
37 /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
38    you don't. */
39 #undef HAVE_DECL_FPUTC_UNLOCKED
40
41 /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
42    you don't. */
43 #undef HAVE_DECL_FPUTS_UNLOCKED
44
45 /* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
46    you don't. */
47 #undef HAVE_DECL_FWRITE_UNLOCKED
48
49 /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
50    don't. */
51 #undef HAVE_DECL_PUTC_UNLOCKED
52
53 /* Define to 1 if you have the <fcntl.h> header file. */
54 #undef HAVE_FCNTL_H
55
56 /* Define to 1 if you have the `fprintf_unlocked' function. */
57 #undef HAVE_FPRINTF_UNLOCKED
58
59 /* Define to 1 if you have the `fputc_unlocked' function. */
60 #undef HAVE_FPUTC_UNLOCKED
61
62 /* Define to 1 if you have the `fputs_unlocked' function. */
63 #undef HAVE_FPUTS_UNLOCKED
64
65 /* Define to 1 if you have the `fwrite_unlocked' function. */
66 #undef HAVE_FWRITE_UNLOCKED
67
68 /* Define if you have the iconv() function. */
69 #undef HAVE_ICONV
70
71 /* Define to 1 if you have the <iconv.h> header file. */
72 #undef HAVE_ICONV_H
73
74 /* Define to 1 if you have the <inttypes.h> header file. */
75 #undef HAVE_INTTYPES_H
76
77 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
78 #undef HAVE_LANGINFO_CODESET
79
80 /* Define to 1 if you have the <limits.h> header file. */
81 #undef HAVE_LIMITS_H
82
83 /* Define to 1 if you have the <locale.h> header file. */
84 #undef HAVE_LOCALE_H
85
86 /* Define to 1 if you have the <memory.h> header file. */
87 #undef HAVE_MEMORY_H
88
89 /* Define to 1 if libc includes obstacks. */
90 #undef HAVE_OBSTACK
91
92 /* Define to 1 if you have the `putc_unlocked' function. */
93 #undef HAVE_PUTC_UNLOCKED
94
95 /* Define if you have a working <stdbool.h> header file. */
96 #undef HAVE_STDBOOL_H
97
98 /* Define to 1 if you have the <stddef.h> header file. */
99 #undef HAVE_STDDEF_H
100
101 /* Define to 1 if you have the <stdint.h> header file. */
102 #undef HAVE_STDINT_H
103
104 /* Define to 1 if you have the <stdlib.h> header file. */
105 #undef HAVE_STDLIB_H
106
107 /* Define to 1 if you have the <strings.h> header file. */
108 #undef HAVE_STRINGS_H
109
110 /* Define to 1 if you have the <string.h> header file. */
111 #undef HAVE_STRING_H
112
113 /* Define to 1 if you have the <sys/file.h> header file. */
114 #undef HAVE_SYS_FILE_H
115
116 /* Define to 1 if you have the <sys/stat.h> header file. */
117 #undef HAVE_SYS_STAT_H
118
119 /* Define to 1 if you have the <sys/types.h> header file. */
120 #undef HAVE_SYS_TYPES_H
121
122 /* Define if <sys/types.h> defines \`uchar'. */
123 #undef HAVE_UCHAR
124
125 /* Define to 1 if you have the <unistd.h> header file. */
126 #undef HAVE_UNISTD_H
127
128 /* Define if the \`_Bool' type is built-in. */
129 #undef HAVE__BOOL
130
131 /* Define to the widest efficient host integer type at least as wide as the
132    target's size_t type. */
133 #undef HOST_WIDE_INT
134
135 /* Define as const if the declaration of iconv() needs const. */
136 #undef ICONV_CONST
137
138 /* Name of package */
139 #undef PACKAGE
140
141 /* Define to the address where bug reports for this package should be sent. */
142 #undef PACKAGE_BUGREPORT
143
144 /* Define to the full name of this package. */
145 #undef PACKAGE_NAME
146
147 /* Define to the full name and version of this package. */
148 #undef PACKAGE_STRING
149
150 /* Define to the one symbol short name of this package. */
151 #undef PACKAGE_TARNAME
152
153 /* Define to the version of this package. */
154 #undef PACKAGE_VERSION
155
156 /* The size of a `int', as computed by sizeof. */
157 #undef SIZEOF_INT
158
159 /* The size of a `long', as computed by sizeof. */
160 #undef SIZEOF_LONG
161
162 /* If using the C implementation of alloca, define if you know the
163    direction of stack growth for your system; otherwise it will be
164    automatically deduced at run-time.
165         STACK_DIRECTION > 0 => grows toward higher addresses
166         STACK_DIRECTION < 0 => grows toward lower addresses
167         STACK_DIRECTION = 0 => direction of growth unknown */
168 #undef STACK_DIRECTION
169
170 /* Define to 1 if you have the ANSI C header files. */
171 #undef STDC_HEADERS
172
173 /* Define if you can safely include both <string.h> and <strings.h>. */
174 #undef STRING_WITH_STRINGS
175
176 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
177 #undef TIME_WITH_SYS_TIME
178
179 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
180 #undef TM_IN_SYS_TIME
181
182 /* Version number of package */
183 #undef VERSION
184
185 /* Define to empty if `const' does not conform to ANSI C. */
186 #undef const
187
188 /* Define to `__inline__' or `__inline' if that's what the C compiler
189    calls it, or to nothing if 'inline' is not supported under any name.  */
190 #ifndef __cplusplus
191 #undef inline
192 #endif
193
194 /* Define to `long' if <sys/types.h> does not define. */
195 #undef off_t
196
197 /* Define to `unsigned' if <sys/types.h> does not define. */
198 #undef size_t