Merge from mainline (gomp-merge-2005-02-26).
[official-gcc.git] / libcpp / config.in
blobd7f67a609cf32196863511a621d1b18680c386d0
1 /* config.in.  Generated from configure.ac by autoheader.  */
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
8 /* Define to 1 if using `alloca.c'. */
9 #undef C_ALLOCA
11 /* Define if you want more run-time sanity checks. */
12 #undef ENABLE_CHECKING
14 /* Define to 1 if translation of program messages to the user's native
15    language is requested. */
16 #undef ENABLE_NLS
18 /* Define to 1 if you have `alloca', as a function or macro. */
19 #undef HAVE_ALLOCA
21 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
22    */
23 #undef HAVE_ALLOCA_H
25 /* Define to 1 if you have the declaration of `abort', and to 0 if you don't.
26    */
27 #undef HAVE_DECL_ABORT
29 /* Define to 1 if you have the declaration of `basename', and to 0 if you
30    don't. */
31 #undef HAVE_DECL_BASENAME
33 /* Define to 1 if you have the declaration of `errno', and to 0 if you don't.
34    */
35 #undef HAVE_DECL_ERRNO
37 /* Define to 1 if you have the declaration of `fprintf_unlocked', and to 0 if
38    you don't. */
39 #undef HAVE_DECL_FPRINTF_UNLOCKED
41 /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
42    you don't. */
43 #undef HAVE_DECL_FPUTC_UNLOCKED
45 /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
46    you don't. */
47 #undef HAVE_DECL_FPUTS_UNLOCKED
49 /* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
50    you don't. */
51 #undef HAVE_DECL_FWRITE_UNLOCKED
53 /* Define to 1 if you have the declaration of `getopt', and to 0 if you don't.
54    */
55 #undef HAVE_DECL_GETOPT
57 /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
58    don't. */
59 #undef HAVE_DECL_PUTC_UNLOCKED
61 /* Define to 1 if you have the <fcntl.h> header file. */
62 #undef HAVE_FCNTL_H
64 /* Define to 1 if you have the `fprintf_unlocked' function. */
65 #undef HAVE_FPRINTF_UNLOCKED
67 /* Define to 1 if you have the `fputc_unlocked' function. */
68 #undef HAVE_FPUTC_UNLOCKED
70 /* Define to 1 if you have the `fputs_unlocked' function. */
71 #undef HAVE_FPUTS_UNLOCKED
73 /* Define to 1 if you have the `fwrite_unlocked' function. */
74 #undef HAVE_FWRITE_UNLOCKED
76 /* Define if you have the iconv() function. */
77 #undef HAVE_ICONV
79 /* Define to 1 if you have the <iconv.h> header file. */
80 #undef HAVE_ICONV_H
82 /* Define to 1 if you have the <inttypes.h> header file. */
83 #undef HAVE_INTTYPES_H
85 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
86 #undef HAVE_LANGINFO_CODESET
88 /* Define to 1 if you have the <limits.h> header file. */
89 #undef HAVE_LIMITS_H
91 /* Define to 1 if you have the <locale.h> header file. */
92 #undef HAVE_LOCALE_H
94 /* Define to 1 if you have the <memory.h> header file. */
95 #undef HAVE_MEMORY_H
97 /* Define to 1 if libc includes obstacks. */
98 #undef HAVE_OBSTACK
100 /* Define to 1 if you have the `putc_unlocked' function. */
101 #undef HAVE_PUTC_UNLOCKED
103 /* Define to 1 if you have the <stddef.h> header file. */
104 #undef HAVE_STDDEF_H
106 /* Define to 1 if you have the <stdint.h> header file. */
107 #undef HAVE_STDINT_H
109 /* Define to 1 if you have the <stdlib.h> header file. */
110 #undef HAVE_STDLIB_H
112 /* Define to 1 if you have the <strings.h> header file. */
113 #undef HAVE_STRINGS_H
115 /* Define to 1 if you have the <string.h> header file. */
116 #undef HAVE_STRING_H
118 /* Define to 1 if you have the <sys/file.h> header file. */
119 #undef HAVE_SYS_FILE_H
121 /* Define to 1 if you have the <sys/stat.h> header file. */
122 #undef HAVE_SYS_STAT_H
124 /* Define to 1 if you have the <sys/types.h> header file. */
125 #undef HAVE_SYS_TYPES_H
127 /* Define if <sys/types.h> defines \`uchar'. */
128 #undef HAVE_UCHAR
130 /* Define to 1 if you have the <unistd.h> header file. */
131 #undef HAVE_UNISTD_H
133 /* Define to the widest efficient host integer type at least as wide as the
134    target's size_t type. */
135 #undef HOST_WIDE_INT
137 /* Define as const if the declaration of iconv() needs const. */
138 #undef ICONV_CONST
140 /* Define to the name of this package. */
141 #undef PACKAGE
143 /* Define to the address where bug reports for this package should be sent. */
144 #undef PACKAGE_BUGREPORT
146 /* Define to the full name of this package. */
147 #undef PACKAGE_NAME
149 /* Define to the full name and version of this package. */
150 #undef PACKAGE_STRING
152 /* Define to the one symbol short name of this package. */
153 #undef PACKAGE_TARNAME
155 /* Define to the version of this package. */
156 #undef PACKAGE_VERSION
158 /* The size of a `int', as computed by sizeof. */
159 #undef SIZEOF_INT
161 /* The size of a `long', as computed by sizeof. */
162 #undef SIZEOF_LONG
164 /* If using the C implementation of alloca, define if you know the
165    direction of stack growth for your system; otherwise it will be
166    automatically deduced at run-time.
167         STACK_DIRECTION > 0 => grows toward higher addresses
168         STACK_DIRECTION < 0 => grows toward lower addresses
169         STACK_DIRECTION = 0 => direction of growth unknown */
170 #undef STACK_DIRECTION
172 /* Define to 1 if you have the ANSI C header files. */
173 #undef STDC_HEADERS
175 /* Define if you can safely include both <string.h> and <strings.h>. */
176 #undef STRING_WITH_STRINGS
178 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
179 #undef TIME_WITH_SYS_TIME
181 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
182 #undef TM_IN_SYS_TIME
184 /* Define to empty if `const' does not conform to ANSI C. */
185 #undef const
187 /* Define to `__inline__' or `__inline' if that's what the C compiler
188    calls it, or to nothing if 'inline' is not supported under any name.  */
189 #ifndef __cplusplus
190 #undef inline
191 #endif
193 /* Define to `long' if <sys/types.h> does not define. */
194 #undef off_t
196 /* Define to `unsigned' if <sys/types.h> does not define. */
197 #undef size_t