config.h.in revision 1.8 1 /* config.h.in. Generated from configure.ac by autoheader. */
2
3 /* Defined to the executable file extension on the host system */
4 #ifndef USED_FOR_TARGET
5 #undef EXE_EXT
6 #endif
7
8
9 /* Define to 1 if you have the `clearerr_unlocked' function. */
10 #ifndef USED_FOR_TARGET
11 #undef HAVE_CLEARERR_UNLOCKED
12 #endif
13
14
15 /* Define to 1 if you have the declaration of `abort', and to 0 if you don't.
16 */
17 #ifndef USED_FOR_TARGET
18 #undef HAVE_DECL_ABORT
19 #endif
20
21
22 /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
23 don't. */
24 #ifndef USED_FOR_TARGET
25 #undef HAVE_DECL_ASPRINTF
26 #endif
27
28
29 /* Define to 1 if you have the declaration of `basename(char *)', and to 0 if
30 you don't. */
31 #ifndef USED_FOR_TARGET
32 #undef HAVE_DECL_BASENAME
33 #endif
34
35
36 /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
37 you don't. */
38 #ifndef USED_FOR_TARGET
39 #undef HAVE_DECL_CLEARERR_UNLOCKED
40 #endif
41
42
43 /* Define to 1 if you have the declaration of `errno', and to 0 if you don't.
44 */
45 #ifndef USED_FOR_TARGET
46 #undef HAVE_DECL_ERRNO
47 #endif
48
49
50 /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
51 don't. */
52 #ifndef USED_FOR_TARGET
53 #undef HAVE_DECL_FEOF_UNLOCKED
54 #endif
55
56
57 /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
58 you don't. */
59 #ifndef USED_FOR_TARGET
60 #undef HAVE_DECL_FERROR_UNLOCKED
61 #endif
62
63
64 /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
65 you don't. */
66 #ifndef USED_FOR_TARGET
67 #undef HAVE_DECL_FFLUSH_UNLOCKED
68 #endif
69
70
71 /* Define to 1 if you have the declaration of `fgetc_unlocked', and to 0 if
72 you don't. */
73 #ifndef USED_FOR_TARGET
74 #undef HAVE_DECL_FGETC_UNLOCKED
75 #endif
76
77
78 /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
79 you don't. */
80 #ifndef USED_FOR_TARGET
81 #undef HAVE_DECL_FGETS_UNLOCKED
82 #endif
83
84
85 /* Define to 1 if you have the declaration of `fileno_unlocked', and to 0 if
86 you don't. */
87 #ifndef USED_FOR_TARGET
88 #undef HAVE_DECL_FILENO_UNLOCKED
89 #endif
90
91
92 /* Define to 1 if you have the declaration of `fprintf_unlocked', and to 0 if
93 you don't. */
94 #ifndef USED_FOR_TARGET
95 #undef HAVE_DECL_FPRINTF_UNLOCKED
96 #endif
97
98
99 /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
100 you don't. */
101 #ifndef USED_FOR_TARGET
102 #undef HAVE_DECL_FPUTC_UNLOCKED
103 #endif
104
105
106 /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
107 you don't. */
108 #ifndef USED_FOR_TARGET
109 #undef HAVE_DECL_FPUTS_UNLOCKED
110 #endif
111
112
113 /* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
114 you don't. */
115 #ifndef USED_FOR_TARGET
116 #undef HAVE_DECL_FREAD_UNLOCKED
117 #endif
118
119
120 /* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
121 you don't. */
122 #ifndef USED_FOR_TARGET
123 #undef HAVE_DECL_FWRITE_UNLOCKED
124 #endif
125
126
127 /* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
128 you don't. */
129 #ifndef USED_FOR_TARGET
130 #undef HAVE_DECL_GETCHAR_UNLOCKED
131 #endif
132
133
134 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
135 don't. */
136 #ifndef USED_FOR_TARGET
137 #undef HAVE_DECL_GETC_UNLOCKED
138 #endif
139
140
141 /* Define to 1 if you have the declaration of `memmem', and to 0 if you don't.
142 */
143 #undef HAVE_DECL_MEMMEM
144
145 /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
146 you don't. */
147 #ifndef USED_FOR_TARGET
148 #undef HAVE_DECL_PUTCHAR_UNLOCKED
149 #endif
150
151
152 /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
153 don't. */
154 #ifndef USED_FOR_TARGET
155 #undef HAVE_DECL_PUTC_UNLOCKED
156 #endif
157
158
159 /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
160 don't. */
161 #ifndef USED_FOR_TARGET
162 #undef HAVE_DECL_VASPRINTF
163 #endif
164
165
166 /* Define to 1 if you have the <fcntl.h> header file. */
167 #ifndef USED_FOR_TARGET
168 #undef HAVE_FCNTL_H
169 #endif
170
171
172 /* Define to 1 if you have the `feof_unlocked' function. */
173 #ifndef USED_FOR_TARGET
174 #undef HAVE_FEOF_UNLOCKED
175 #endif
176
177
178 /* Define to 1 if you have the `ferror_unlocked' function. */
179 #ifndef USED_FOR_TARGET
180 #undef HAVE_FERROR_UNLOCKED
181 #endif
182
183
184 /* Define to 1 if you have the `fflush_unlocked' function. */
185 #ifndef USED_FOR_TARGET
186 #undef HAVE_FFLUSH_UNLOCKED
187 #endif
188
189
190 /* Define to 1 if you have the `fgetc_unlocked' function. */
191 #ifndef USED_FOR_TARGET
192 #undef HAVE_FGETC_UNLOCKED
193 #endif
194
195
196 /* Define to 1 if you have the `fgets_unlocked' function. */
197 #ifndef USED_FOR_TARGET
198 #undef HAVE_FGETS_UNLOCKED
199 #endif
200
201
202 /* Define to 1 if you have the `fileno_unlocked' function. */
203 #ifndef USED_FOR_TARGET
204 #undef HAVE_FILENO_UNLOCKED
205 #endif
206
207
208 /* Define to 1 if you have the `fprintf_unlocked' function. */
209 #ifndef USED_FOR_TARGET
210 #undef HAVE_FPRINTF_UNLOCKED
211 #endif
212
213
214 /* Define to 1 if you have the `fputc_unlocked' function. */
215 #ifndef USED_FOR_TARGET
216 #undef HAVE_FPUTC_UNLOCKED
217 #endif
218
219
220 /* Define to 1 if you have the `fputs_unlocked' function. */
221 #ifndef USED_FOR_TARGET
222 #undef HAVE_FPUTS_UNLOCKED
223 #endif
224
225
226 /* Define to 1 if you have the `fread_unlocked' function. */
227 #ifndef USED_FOR_TARGET
228 #undef HAVE_FREAD_UNLOCKED
229 #endif
230
231
232 /* Define to 1 if you have the `fwrite_unlocked' function. */
233 #ifndef USED_FOR_TARGET
234 #undef HAVE_FWRITE_UNLOCKED
235 #endif
236
237
238 /* Define to 1 if you have the `getchar_unlocked' function. */
239 #ifndef USED_FOR_TARGET
240 #undef HAVE_GETCHAR_UNLOCKED
241 #endif
242
243
244 /* Define to 1 if you have the `getc_unlocked' function. */
245 #ifndef USED_FOR_TARGET
246 #undef HAVE_GETC_UNLOCKED
247 #endif
248
249
250 /* Define to 1 if you have the <inttypes.h> header file. */
251 #ifndef USED_FOR_TARGET
252 #undef HAVE_INTTYPES_H
253 #endif
254
255
256 /* Define to 1 if you have the <memory.h> header file. */
257 #ifndef USED_FOR_TARGET
258 #undef HAVE_MEMORY_H
259 #endif
260
261
262 /* Define if mmap with MAP_ANON(YMOUS) works. */
263 #ifndef USED_FOR_TARGET
264 #undef HAVE_MMAP_ANON
265 #endif
266
267
268 /* Define if mmap of /dev/zero works. */
269 #ifndef USED_FOR_TARGET
270 #undef HAVE_MMAP_DEV_ZERO
271 #endif
272
273
274 /* Define if read-only mmap of a plain file works. */
275 #ifndef USED_FOR_TARGET
276 #undef HAVE_MMAP_FILE
277 #endif
278
279
280 /* Define to 1 if you have the `putchar_unlocked' function. */
281 #ifndef USED_FOR_TARGET
282 #undef HAVE_PUTCHAR_UNLOCKED
283 #endif
284
285
286 /* Define to 1 if you have the `putc_unlocked' function. */
287 #ifndef USED_FOR_TARGET
288 #undef HAVE_PUTC_UNLOCKED
289 #endif
290
291
292 /* Define to 1 if you have the <stddef.h> header file. */
293 #ifndef USED_FOR_TARGET
294 #undef HAVE_STDDEF_H
295 #endif
296
297
298 /* Define to 1 if you have the <stdint.h> header file. */
299 #ifndef USED_FOR_TARGET
300 #undef HAVE_STDINT_H
301 #endif
302
303
304 /* Define to 1 if you have the <stdlib.h> header file. */
305 #ifndef USED_FOR_TARGET
306 #undef HAVE_STDLIB_H
307 #endif
308
309
310 /* Define to 1 if you have the <strings.h> header file. */
311 #ifndef USED_FOR_TARGET
312 #undef HAVE_STRINGS_H
313 #endif
314
315
316 /* Define to 1 if you have the <string.h> header file. */
317 #ifndef USED_FOR_TARGET
318 #undef HAVE_STRING_H
319 #endif
320
321
322 /* Define to 1 if you have the <sys/file.h> header file. */
323 #ifndef USED_FOR_TARGET
324 #undef HAVE_SYS_FILE_H
325 #endif
326
327
328 /* Define to 1 if you have the <sys/stat.h> header file. */
329 #ifndef USED_FOR_TARGET
330 #undef HAVE_SYS_STAT_H
331 #endif
332
333
334 /* Define to 1 if you have the <sys/types.h> header file. */
335 #ifndef USED_FOR_TARGET
336 #undef HAVE_SYS_TYPES_H
337 #endif
338
339
340 /* Define to 1 if you have the <unistd.h> header file. */
341 #ifndef USED_FOR_TARGET
342 #undef HAVE_UNISTD_H
343 #endif
344
345
346 /* Define to the address where bug reports for this package should be sent. */
347 #ifndef USED_FOR_TARGET
348 #undef PACKAGE_BUGREPORT
349 #endif
350
351
352 /* Define to the full name of this package. */
353 #ifndef USED_FOR_TARGET
354 #undef PACKAGE_NAME
355 #endif
356
357
358 /* Define to the full name and version of this package. */
359 #ifndef USED_FOR_TARGET
360 #undef PACKAGE_STRING
361 #endif
362
363
364 /* Define to the one symbol short name of this package. */
365 #ifndef USED_FOR_TARGET
366 #undef PACKAGE_TARNAME
367 #endif
368
369
370 /* Define to the home page for this package. */
371 #ifndef USED_FOR_TARGET
372 #undef PACKAGE_URL
373 #endif
374
375
376 /* Define to the version of this package. */
377 #ifndef USED_FOR_TARGET
378 #undef PACKAGE_VERSION
379 #endif
380
381
382 /* Defined to the best working sed program on the host system */
383 #ifndef USED_FOR_TARGET
384 #undef SED_PROGRAM
385 #endif
386
387
388 /* Define if testing and fixing are done by separate process */
389 #ifndef USED_FOR_TARGET
390 #undef SEPARATE_FIX_PROC
391 #endif
392
393
394 /* Define to 1 if you have the ANSI C header files. */
395 #ifndef USED_FOR_TARGET
396 #undef STDC_HEADERS
397 #endif
398
399
400 /* Enable extensions on AIX 3, Interix. */
401 #ifndef _ALL_SOURCE
402 # undef _ALL_SOURCE
403 #endif
404 /* Enable GNU extensions on systems that have them. */
405 #ifndef _GNU_SOURCE
406 # undef _GNU_SOURCE
407 #endif
408 /* Enable threading extensions on Solaris. */
409 #ifndef _POSIX_PTHREAD_SEMANTICS
410 # undef _POSIX_PTHREAD_SEMANTICS
411 #endif
412 /* Enable extensions on HP NonStop. */
413 #ifndef _TANDEM_SOURCE
414 # undef _TANDEM_SOURCE
415 #endif
416 /* Enable general extensions on Solaris. */
417 #ifndef __EXTENSIONS__
418 # undef __EXTENSIONS__
419 #endif
420
421
422 /* Define to 1 if on MINIX. */
423 #ifndef USED_FOR_TARGET
424 #undef _MINIX
425 #endif
426
427
428 /* Define to 2 if the system does not provide POSIX.1 features except with
429 this defined. */
430 #ifndef USED_FOR_TARGET
431 #undef _POSIX_1_SOURCE
432 #endif
433
434
435 /* Define to 1 if you need to in order for `stat' and other things to work. */
436 #ifndef USED_FOR_TARGET
437 #undef _POSIX_SOURCE
438 #endif
439
440
441 /* Define to xatexit if the host system does not support atexit */
442 #ifndef USED_FOR_TARGET
443 #undef atexit
444 #endif
445
446
447 /* Define to empty if `const' does not conform to ANSI C. */
448 #ifndef USED_FOR_TARGET
449 #undef const
450 #endif
451
452
453 /* Define to xexit if the host system does not support atexit */
454 #ifndef USED_FOR_TARGET
455 #undef exit
456 #endif
457
458