OSDN Git Service

gcc:
[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 to 1 if you have the <stddef.h> header file. */
96 #undef HAVE_STDDEF_H
97
98 /* Define to 1 if you have the <stdint.h> header file. */
99 #undef HAVE_STDINT_H
100
101 /* Define to 1 if you have the <stdlib.h> header file. */
102 #undef HAVE_STDLIB_H
103
104 /* Define to 1 if you have the <strings.h> header file. */
105 #undef HAVE_STRINGS_H
106
107 /* Define to 1 if you have the <string.h> header file. */
108 #undef HAVE_STRING_H
109
110 /* Define to 1 if you have the <sys/file.h> header file. */
111 #undef HAVE_SYS_FILE_H
112
113 /* Define to 1 if you have the <sys/stat.h> header file. */
114 #undef HAVE_SYS_STAT_H
115
116 /* Define to 1 if you have the <sys/types.h> header file. */
117 #undef HAVE_SYS_TYPES_H
118
119 /* Define if <sys/types.h> defines \`uchar'. */
120 #undef HAVE_UCHAR
121
122 /* Define to 1 if you have the <unistd.h> header file. */
123 #undef HAVE_UNISTD_H
124
125 /* Define to the widest efficient host integer type at least as wide as the
126    target's size_t type. */
127 #undef HOST_WIDE_INT
128
129 /* Define as const if the declaration of iconv() needs const. */
130 #undef ICONV_CONST
131
132 /* Define to the name of this package. */
133 #undef PACKAGE
134
135 /* Define to the address where bug reports for this package should be sent. */
136 #undef PACKAGE_BUGREPORT
137
138 /* Define to the full name of this package. */
139 #undef PACKAGE_NAME
140
141 /* Define to the full name and version of this package. */
142 #undef PACKAGE_STRING
143
144 /* Define to the one symbol short name of this package. */
145 #undef PACKAGE_TARNAME
146
147 /* Define to the version of this package. */
148 #undef PACKAGE_VERSION
149
150 /* The size of a `int', as computed by sizeof. */
151 #undef SIZEOF_INT
152
153 /* The size of a `long', as computed by sizeof. */
154 #undef SIZEOF_LONG
155
156 /* If using the C implementation of alloca, define if you know the
157    direction of stack growth for your system; otherwise it will be
158    automatically deduced at run-time.
159         STACK_DIRECTION > 0 => grows toward higher addresses
160         STACK_DIRECTION < 0 => grows toward lower addresses
161         STACK_DIRECTION = 0 => direction of growth unknown */
162 #undef STACK_DIRECTION
163
164 /* Define to 1 if you have the ANSI C header files. */
165 #undef STDC_HEADERS
166
167 /* Define if you can safely include both <string.h> and <strings.h>. */
168 #undef STRING_WITH_STRINGS
169
170 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
171 #undef TIME_WITH_SYS_TIME
172
173 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
174 #undef TM_IN_SYS_TIME
175
176 /* Define to empty if `const' does not conform to ANSI C. */
177 #undef const
178
179 /* Define to `__inline__' or `__inline' if that's what the C compiler
180    calls it, or to nothing if 'inline' is not supported under any name.  */
181 #ifndef __cplusplus
182 #undef inline
183 #endif
184
185 /* Define to `long' if <sys/types.h> does not define. */
186 #undef off_t
187
188 /* Define to `unsigned' if <sys/types.h> does not define. */
189 #undef size_t