]>
Commit | Line | Data |
---|---|---|
35eafcc7 | 1 | /* config.in. Generated from configure.ac by autoheader. */ |
252b5132 | 2 | |
df7b86aa NC |
3 | /* Check that config.h is #included before system headers |
4 | (this works only for glibc, but that should be enough). */ | |
e6f88107 | 5 | #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__) |
df7b86aa NC |
6 | # error config.h must be #included before system headers |
7 | #endif | |
e6f88107 | 8 | #define __CONFIG_H__ 1 |
df7b86aa | 9 | |
42ecbf5e DJ |
10 | /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP |
11 | systems. This function is required for `alloca.c' support on those systems. | |
12 | */ | |
13 | #undef CRAY_STACKSEG_END | |
14 | ||
15 | /* Define to 1 if using `alloca.c'. */ | |
252b5132 RH |
16 | #undef C_ALLOCA |
17 | ||
9cb80f72 RM |
18 | /* Should ar and ranlib use -D behavior by default? */ |
19 | #undef DEFAULT_AR_DETERMINISTIC | |
20 | ||
7fac9594 NC |
21 | /* Should strings use -a behavior by default? */ |
22 | #undef DEFAULT_STRINGS_ALL | |
23 | ||
8c61c153 AM |
24 | /* Define to 1 if translation of program messages to the user's native |
25 | language is requested. */ | |
42ecbf5e | 26 | #undef ENABLE_NLS |
252b5132 | 27 | |
42ecbf5e DJ |
28 | /* Suffix used for executables, if any. */ |
29 | #undef EXECUTABLE_SUFFIX | |
252b5132 | 30 | |
42ecbf5e | 31 | /* Define to 1 if you have `alloca', as a function or macro. */ |
252b5132 RH |
32 | #undef HAVE_ALLOCA |
33 | ||
42ecbf5e DJ |
34 | /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). |
35 | */ | |
252b5132 RH |
36 | #undef HAVE_ALLOCA_H |
37 | ||
1f5345a6 ST |
38 | /* Define to 1 if you have the declaration of `asprintf', and to 0 if you |
39 | don't. */ | |
40 | #undef HAVE_DECL_ASPRINTF | |
41 | ||
398ee8f1 SE |
42 | /* Define to 1 if you have the declaration of `environ', and to 0 if you |
43 | don't. */ | |
44 | #undef HAVE_DECL_ENVIRON | |
45 | ||
46 | /* Define to 1 if you have the declaration of `fprintf', and to 0 if you | |
47 | don't. */ | |
48 | #undef HAVE_DECL_FPRINTF | |
49 | ||
b7d4af3a JW |
50 | /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you |
51 | don't. */ | |
52 | #undef HAVE_DECL_GETC_UNLOCKED | |
53 | ||
398ee8f1 SE |
54 | /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't. |
55 | */ | |
56 | #undef HAVE_DECL_GETENV | |
57 | ||
42ecbf5e DJ |
58 | /* Is the prototype for getopt in <unistd.h> in the expected format? */ |
59 | #undef HAVE_DECL_GETOPT | |
252b5132 | 60 | |
398ee8f1 SE |
61 | /* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't. |
62 | */ | |
63 | #undef HAVE_DECL_SBRK | |
64 | ||
82de001f JJ |
65 | /* Define to 1 if you have the declaration of `snprintf', and to 0 if you |
66 | don't. */ | |
67 | #undef HAVE_DECL_SNPRINTF | |
68 | ||
3e321448 L |
69 | /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't. |
70 | */ | |
71 | #undef HAVE_DECL_STPCPY | |
72 | ||
952781e8 AM |
73 | /* Define to 1 if you have the declaration of `strnlen', and to 0 if you |
74 | don't. */ | |
75 | #undef HAVE_DECL_STRNLEN | |
76 | ||
398ee8f1 SE |
77 | /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't. |
78 | */ | |
79 | #undef HAVE_DECL_STRSTR | |
80 | ||
82de001f JJ |
81 | /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you |
82 | don't. */ | |
83 | #undef HAVE_DECL_VSNPRINTF | |
84 | ||
ae351704 AM |
85 | /* Define to 1 if you have the <dlfcn.h> header file. */ |
86 | #undef HAVE_DLFCN_H | |
87 | ||
42ecbf5e DJ |
88 | /* Does the platform use an executable suffix? */ |
89 | #undef HAVE_EXECUTABLE_SUFFIX | |
252b5132 | 90 | |
42ecbf5e DJ |
91 | /* Define to 1 if you have the <fcntl.h> header file. */ |
92 | #undef HAVE_FCNTL_H | |
252b5132 | 93 | |
42ecbf5e DJ |
94 | /* Define to 1 if you have the `getc_unlocked' function. */ |
95 | #undef HAVE_GETC_UNLOCKED | |
252b5132 | 96 | |
42ecbf5e DJ |
97 | /* Does <utime.h> define struct utimbuf? */ |
98 | #undef HAVE_GOOD_UTIME_H | |
252b5132 | 99 | |
ae351704 AM |
100 | /* Define if you have the iconv() function. */ |
101 | #undef HAVE_ICONV | |
102 | ||
42ecbf5e DJ |
103 | /* Define to 1 if you have the <inttypes.h> header file. */ |
104 | #undef HAVE_INTTYPES_H | |
252b5132 | 105 | |
44350750 NC |
106 | /* Define if your <locale.h> file defines LC_MESSAGES. */ |
107 | #undef HAVE_LC_MESSAGES | |
108 | ||
13a09c7c L |
109 | /* Define to 1 if you have the <limits.h> header file. */ |
110 | #undef HAVE_LIMITS_H | |
111 | ||
58797674 RM |
112 | /* Define to 1 if you have the <locale.h> header file. */ |
113 | #undef HAVE_LOCALE_H | |
114 | ||
4c219c2e AM |
115 | /* Define to 1 if the system has the type `long long'. */ |
116 | #undef HAVE_LONG_LONG | |
117 | ||
3bfcb652 NC |
118 | /* Define if mbstate_t exists in wchar.h. */ |
119 | #undef HAVE_MBSTATE_T | |
120 | ||
42ecbf5e DJ |
121 | /* Define to 1 if you have the <memory.h> header file. */ |
122 | #undef HAVE_MEMORY_H | |
123 | ||
f9c026a8 NC |
124 | /* Define to 1 if you have the `mkdtemp' function. */ |
125 | #undef HAVE_MKDTEMP | |
126 | ||
127 | /* Define to 1 if you have the `mkstemp' function. */ | |
128 | #undef HAVE_MKSTEMP | |
129 | ||
42ecbf5e | 130 | /* Define to 1 if you have the `sbrk' function. */ |
252b5132 RH |
131 | #undef HAVE_SBRK |
132 | ||
44350750 NC |
133 | /* Define to 1 if you have the `setlocale' function. */ |
134 | #undef HAVE_SETLOCALE | |
135 | ||
42ecbf5e | 136 | /* Define to 1 if you have the `setmode' function. */ |
5af11cab AM |
137 | #undef HAVE_SETMODE |
138 | ||
42ecbf5e DJ |
139 | /* Define to 1 if you have the <stdint.h> header file. */ |
140 | #undef HAVE_STDINT_H | |
141 | ||
142 | /* Define to 1 if you have the <stdlib.h> header file. */ | |
143 | #undef HAVE_STDLIB_H | |
144 | ||
42ecbf5e | 145 | /* Define to 1 if you have the `strcoll' function. */ |
9710509e AM |
146 | #undef HAVE_STRCOLL |
147 | ||
42ecbf5e DJ |
148 | /* Define to 1 if you have the <strings.h> header file. */ |
149 | #undef HAVE_STRINGS_H | |
252b5132 | 150 | |
42ecbf5e DJ |
151 | /* Define to 1 if you have the <string.h> header file. */ |
152 | #undef HAVE_STRING_H | |
252b5132 | 153 | |
42ecbf5e DJ |
154 | /* Define to 1 if you have the <sys/file.h> header file. */ |
155 | #undef HAVE_SYS_FILE_H | |
252b5132 | 156 | |
13a09c7c L |
157 | /* Define to 1 if you have the <sys/param.h> header file. */ |
158 | #undef HAVE_SYS_PARAM_H | |
159 | ||
42ecbf5e DJ |
160 | /* Define to 1 if you have the <sys/stat.h> header file. */ |
161 | #undef HAVE_SYS_STAT_H | |
252b5132 | 162 | |
42ecbf5e DJ |
163 | /* Define to 1 if you have the <sys/types.h> header file. */ |
164 | #undef HAVE_SYS_TYPES_H | |
252b5132 | 165 | |
42ecbf5e DJ |
166 | /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ |
167 | #undef HAVE_SYS_WAIT_H | |
252b5132 | 168 | |
42ecbf5e DJ |
169 | /* Is the type time_t defined in <time.h>? */ |
170 | #undef HAVE_TIME_T_IN_TIME_H | |
252b5132 | 171 | |
42ecbf5e DJ |
172 | /* Is the type time_t defined in <sys/types.h>? */ |
173 | #undef HAVE_TIME_T_IN_TYPES_H | |
252b5132 | 174 | |
42ecbf5e DJ |
175 | /* Define to 1 if you have the <unistd.h> header file. */ |
176 | #undef HAVE_UNISTD_H | |
252b5132 | 177 | |
42ecbf5e DJ |
178 | /* Define to 1 if you have the `utimes' function. */ |
179 | #undef HAVE_UTIMES | |
252b5132 | 180 | |
3bfcb652 NC |
181 | /* Define to 1 if you have the <wchar.h> header file. */ |
182 | #undef HAVE_WCHAR_H | |
183 | ||
b879806f AM |
184 | /* Define to 1 if you have the <windows.h> header file. */ |
185 | #undef HAVE_WINDOWS_H | |
186 | ||
ae351704 AM |
187 | /* Define as const if the declaration of iconv() needs const. */ |
188 | #undef ICONV_CONST | |
189 | ||
190 | /* Define to the sub-directory in which libtool stores uninstalled libraries. | |
191 | */ | |
192 | #undef LT_OBJDIR | |
193 | ||
42ecbf5e DJ |
194 | /* Name of package */ |
195 | #undef PACKAGE | |
2481e6a2 | 196 | |
42ecbf5e DJ |
197 | /* Define to the address where bug reports for this package should be sent. */ |
198 | #undef PACKAGE_BUGREPORT | |
bb0cb4db | 199 | |
42ecbf5e DJ |
200 | /* Define to the full name of this package. */ |
201 | #undef PACKAGE_NAME | |
cedd9a58 | 202 | |
42ecbf5e DJ |
203 | /* Define to the full name and version of this package. */ |
204 | #undef PACKAGE_STRING | |
fb5b5478 | 205 | |
42ecbf5e DJ |
206 | /* Define to the one symbol short name of this package. */ |
207 | #undef PACKAGE_TARNAME | |
cedd9a58 | 208 | |
81ecdfbb RW |
209 | /* Define to the home page for this package. */ |
210 | #undef PACKAGE_URL | |
211 | ||
42ecbf5e DJ |
212 | /* Define to the version of this package. */ |
213 | #undef PACKAGE_VERSION | |
252b5132 | 214 | |
4c219c2e AM |
215 | /* The size of `long', as computed by sizeof. */ |
216 | #undef SIZEOF_LONG | |
217 | ||
218 | /* The size of `long long', as computed by sizeof. */ | |
219 | #undef SIZEOF_LONG_LONG | |
220 | ||
42ecbf5e DJ |
221 | /* If using the C implementation of alloca, define if you know the |
222 | direction of stack growth for your system; otherwise it will be | |
81ecdfbb | 223 | automatically deduced at runtime. |
42ecbf5e DJ |
224 | STACK_DIRECTION > 0 => grows toward higher addresses |
225 | STACK_DIRECTION < 0 => grows toward lower addresses | |
226 | STACK_DIRECTION = 0 => direction of growth unknown */ | |
227 | #undef STACK_DIRECTION | |
252b5132 | 228 | |
42ecbf5e DJ |
229 | /* Define to 1 if you have the ANSI C header files. */ |
230 | #undef STDC_HEADERS | |
e46eba98 | 231 | |
f2c621e4 AS |
232 | /* Define if you can safely include both <string.h> and <strings.h>. */ |
233 | #undef STRING_WITH_STRINGS | |
234 | ||
42ecbf5e DJ |
235 | /* Configured target name. */ |
236 | #undef TARGET | |
252b5132 | 237 | |
42ecbf5e DJ |
238 | /* Define to 1 if user symbol names have a leading underscore, 0 if not. */ |
239 | #undef TARGET_PREPENDS_UNDERSCORE | |
252b5132 | 240 | |
42ecbf5e DJ |
241 | /* Use b modifier when opening binary files? */ |
242 | #undef USE_BINARY_FOPEN | |
252b5132 | 243 | |
81ecdfbb RW |
244 | /* Enable extensions on AIX 3, Interix. */ |
245 | #ifndef _ALL_SOURCE | |
246 | # undef _ALL_SOURCE | |
247 | #endif | |
248 | /* Enable GNU extensions on systems that have them. */ | |
249 | #ifndef _GNU_SOURCE | |
250 | # undef _GNU_SOURCE | |
251 | #endif | |
252 | /* Enable threading extensions on Solaris. */ | |
253 | #ifndef _POSIX_PTHREAD_SEMANTICS | |
254 | # undef _POSIX_PTHREAD_SEMANTICS | |
255 | #endif | |
256 | /* Enable extensions on HP NonStop. */ | |
257 | #ifndef _TANDEM_SOURCE | |
258 | # undef _TANDEM_SOURCE | |
259 | #endif | |
260 | /* Enable general extensions on Solaris. */ | |
261 | #ifndef __EXTENSIONS__ | |
262 | # undef __EXTENSIONS__ | |
263 | #endif | |
264 | ||
265 | ||
42ecbf5e DJ |
266 | /* Version number of package */ |
267 | #undef VERSION | |
252b5132 | 268 | |
42ecbf5e DJ |
269 | /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a |
270 | `char[]'. */ | |
271 | #undef YYTEXT_POINTER | |
252b5132 | 272 | |
d053aef8 JK |
273 | /* Number of bits in a file offset, on hosts where this is settable. */ |
274 | #undef _FILE_OFFSET_BITS | |
275 | ||
d053aef8 JK |
276 | /* Define for large files, on AIX-style hosts. */ |
277 | #undef _LARGE_FILES | |
278 | ||
7357c5b6 AM |
279 | /* Define to 1 if on MINIX. */ |
280 | #undef _MINIX | |
281 | ||
282 | /* Define to 2 if the system does not provide POSIX.1 features except with | |
283 | this defined. */ | |
284 | #undef _POSIX_1_SOURCE | |
285 | ||
286 | /* Define to 1 if you need to in order for `stat' and other things to work. */ | |
287 | #undef _POSIX_SOURCE |