[project @ 2000-06-08 20:41:30 by panne]
[ghc-hetmet.git] / mk / config.h.in
1 /* mk/config.h.in.  Generated automatically from configure.in by autoheader.  */
2 /* acconfig.h
3
4    Descriptive text for the C preprocessor macros that
5    the fptools configuration script can define.
6    The current version may not use all of them; autoheader copies the ones
7    your configure.in uses into your configuration header file templates.
8
9    The entries are in sort -df order: alphabetical, case insensitive,
10    ignoring punctuation (such as underscores).  Although this order
11    can split up related entries, it makes it easier to check whether
12    a given entry is in the file.
13
14    Leave the following blank line there!!  Autoheader needs it.  */
15 \f
16
17
18 /* Define if using alloca.c.  */
19 #undef C_ALLOCA
20
21 /* Define to empty if the keyword does not work.  */
22 #undef const
23
24 /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
25    This function is required for alloca.c support on those systems.  */
26 #undef CRAY_STACKSEG_END
27
28 /* Define if you have alloca, as a function or macro.  */
29 #undef HAVE_ALLOCA
30
31 /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
32 #undef HAVE_ALLOCA_H
33
34 /* Define if your struct stat has st_blksize.  */
35 #undef HAVE_ST_BLKSIZE
36
37 /* Define if your struct tm has tm_zone.  */
38 #undef HAVE_TM_ZONE
39
40 /* Define if you don't have tm_zone but do have the external array
41    tzname.  */
42 #undef HAVE_TZNAME
43
44 /* Define as the return type of signal handlers (int or void).  */
45 #undef RETSIGTYPE
46
47 /* If using the C implementation of alloca, define if you know the
48    direction of stack growth for your system; otherwise it will be
49    automatically deduced at run-time.
50  STACK_DIRECTION > 0 => grows toward higher addresses
51  STACK_DIRECTION < 0 => grows toward lower addresses
52  STACK_DIRECTION = 0 => direction of growth unknown
53  */
54 #undef STACK_DIRECTION
55
56 /* Define if you have the ANSI C header files.  */
57 #undef STDC_HEADERS
58
59 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
60 #undef TIME_WITH_SYS_TIME
61
62 /* Define if your <sys/time.h> declares struct tm.  */
63 #undef TM_IN_SYS_TIME
64
65 /* Define if your processor stores words with the most significant
66    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
67 #undef WORDS_BIGENDIAN
68
69 /* Define to alignment constraint on chars */
70 #undef ALIGNMENT_CHAR
71
72 /* Define to alignment constraint on doubles */
73 #undef ALIGNMENT_DOUBLE
74
75 /* Define to alignment constraint on floats */
76 #undef ALIGNMENT_FLOAT
77
78 /* Define to alignment constraint on ints */
79 #undef ALIGNMENT_INT
80
81 /* Define to alignment constraint on longs */
82 #undef ALIGNMENT_LONG
83
84 /* Define to alignment constraint on long longs */
85 #undef ALIGNMENT_LONG_LONG
86
87 /* Define to alignment constraint on shorts */
88 #undef ALIGNMENT_SHORT
89
90 /* Define to alignment constraint on unsigned chars */
91 #undef ALIGNMENT_UNSIGNED_CHAR
92
93 /* Define to alignment constraint on unsigned ints */
94 #undef ALIGNMENT_UNSIGNED_INT
95
96 /* Define to alignment constraint on unsigned longs */
97 #undef ALIGNMENT_UNSIGNED_LONG
98
99 /* Define to alignment constraint on unsigned long longs */
100 #undef ALIGNMENT_UNSIGNED_LONG_LONG
101
102 /* Define to alignment constraint on unsigned shorts */
103 #undef ALIGNMENT_UNSIGNED_SHORT
104
105 /* Define to alignment constraint on void pointers */
106 #undef ALIGNMENT_VOID_P
107
108 /* Define if code lives before data in memory */
109 #undef CODE_BEFORE_DATA
110
111 /* Define as the symbol which marks the end of the data section */
112 #undef DATA_SECTION_END_MARKER
113
114 /* Define as the decl which terminates the data section */
115 #undef DATA_SECTION_END_MARKER_DECL
116
117 /* Define if time.h or sys/time.h define the altzone variable */
118 #undef HAVE_ALTZONE
119
120 /* Define if you have /bin/sh */
121 #define HAVE_BIN_SH 0
122
123 /* Define if you have the GetModuleFileName function.  */
124 #define HAVE_GETMODULEFILENAME 0
125
126 /* Define if C compiler supports long long types */
127 #undef HAVE_LONG_LONG
128
129 /* Define if fcntl.h defines O_BINARY */
130 #undef HAVE_O_BINARY
131
132 /* Define if compiler supports prototypes. */
133 #define HAVE_PROTOTYPES 0
134
135 /* Define if readline/readline.h and readline/history.h exist */
136 #undef HAVE_READLINE_HEADERS
137
138 /* Define if readline plus any additional libs needed for it exist */
139 #undef HAVE_READLINE_LIBS
140
141 /* Define if time.h or sys/time.h define the timezone variable */
142 #undef HAVE_TIMEZONE
143
144 /* Define if you have the WinExec function.  */
145 #define HAVE_WINEXEC 0
146
147 /* Define if you support the production (and use) of Win32 DLLs. */
148 #undef HAVE_WIN32_DLL_SUPPORT
149
150 /* Define to Haskell type for char */
151 #undef HTYPE_CHAR
152
153 /* Define to Haskell type for clock_t */
154 #undef HTYPE_CLOCK_T
155
156 /* Define to Haskell type for signed double */
157 #undef HTYPE_DOUBLE
158
159 /* Define to Haskell type for float */
160 #undef HTYPE_FLOAT
161
162 /* Define to Haskell type for int */
163 #undef HTYPE_INT
164
165 /* Define to Haskell type for long */
166 #undef HTYPE_LONG
167
168 /* Define to Haskell type for long long */
169 #undef HTYPE_LONG_LONG
170
171 /* Define to Haskell type for ptrdiff_t */
172 #undef HTYPE_PTRDIFF_T
173
174 /* Define to Haskell type for short */
175 #undef HTYPE_SHORT
176
177 /* Define to Haskell type for sig_atomic_t */
178 #undef HTYPE_SIG_ATOMIC_T
179
180 /* Define to Haskell type for signed char */
181 #undef HTYPE_SIGNED_CHAR
182
183 /* Define to Haskell type for size_t */
184 #undef HTYPE_SIZE_T
185
186 /* Define to Haskell type for time_t */
187 #undef HTYPE_TIME_T
188
189 /* Define to Haskell type for unsigned char */
190 #undef HTYPE_UNSIGNED_CHAR
191
192 /* Define to Haskell type for unsigned int */
193 #undef HTYPE_UNSIGNED_INT
194
195 /* Define to Haskell type for unsigned long */
196 #undef HTYPE_UNSIGNED_LONG
197
198 /* Define to Haskell type for unsigned long long */
199 #undef HTYPE_UNSIGNED_LONG_LONG
200
201 /* Define to Haskell type for unsigned short */
202 #undef HTYPE_UNSIGNED_SHORT
203
204 /* Define to Haskell type for wchar_t */
205 #undef HTYPE_WCHAR_T
206
207 /* Define if C Symbols have a leading underscore added by the compiler */
208 #undef LEADING_UNDERSCORE
209
210 /* Define as the symbol which marks the end of the text section */
211 #undef TEXT_SECTION_END_MARKER
212
213 /* Define to decl that terminates text section. */
214 #undef TEXT_SECTION_END_MARKER_DECL
215
216 /* Define to the type of the timezone variable (usually long or time_t) */
217 #undef TYPE_TIMEZONE
218
219 /* Define if signal handlers have type void (*)(int)
220  * (Otherwise, they're assumed to have type int (*)(void).)
221  */
222 #define VOID_INT_SIGNALS 0
223
224 /* The number of bytes in a char.  */
225 #undef SIZEOF_CHAR
226
227 /* The number of bytes in a double.  */
228 #undef SIZEOF_DOUBLE
229
230 /* The number of bytes in a float.  */
231 #undef SIZEOF_FLOAT
232
233 /* The number of bytes in a int.  */
234 #undef SIZEOF_INT
235
236 /* The number of bytes in a long.  */
237 #undef SIZEOF_LONG
238
239 /* The number of bytes in a long long.  */
240 #undef SIZEOF_LONG_LONG
241
242 /* The number of bytes in a short.  */
243 #undef SIZEOF_SHORT
244
245 /* The number of bytes in a unsigned char.  */
246 #undef SIZEOF_UNSIGNED_CHAR
247
248 /* The number of bytes in a unsigned int.  */
249 #undef SIZEOF_UNSIGNED_INT
250
251 /* The number of bytes in a unsigned long.  */
252 #undef SIZEOF_UNSIGNED_LONG
253
254 /* The number of bytes in a unsigned long long.  */
255 #undef SIZEOF_UNSIGNED_LONG_LONG
256
257 /* The number of bytes in a unsigned short.  */
258 #undef SIZEOF_UNSIGNED_SHORT
259
260 /* The number of bytes in a void *.  */
261 #undef SIZEOF_VOID_P
262
263 /* Define if you have the PBHSetVolSync function.  */
264 #undef HAVE_PBHSETVOLSYNC
265
266 /* Define if you have the _fullpath function.  */
267 #undef HAVE__FULLPATH
268
269 /* Define if you have the _pclose function.  */
270 #undef HAVE__PCLOSE
271
272 /* Define if you have the _popen function.  */
273 #undef HAVE__POPEN
274
275 /* Define if you have the _snprintf function.  */
276 #undef HAVE__SNPRINTF
277
278 /* Define if you have the _stricmp function.  */
279 #undef HAVE__STRICMP
280
281 /* Define if you have the _vsnprintf function.  */
282 #undef HAVE__VSNPRINTF
283
284 /* Define if you have the access function.  */
285 #undef HAVE_ACCESS
286
287 /* Define if you have the farcalloc function.  */
288 #undef HAVE_FARCALLOC
289
290 /* Define if you have the fgetpos function.  */
291 #undef HAVE_FGETPOS
292
293 /* Define if you have the fseek function.  */
294 #undef HAVE_FSEEK
295
296 /* Define if you have the fsetpos function.  */
297 #undef HAVE_FSETPOS
298
299 /* Define if you have the ftell function.  */
300 #undef HAVE_FTELL
301
302 /* Define if you have the ftime function.  */
303 #undef HAVE_FTIME
304
305 /* Define if you have the getclock function.  */
306 #undef HAVE_GETCLOCK
307
308 /* Define if you have the getpagesize function.  */
309 #undef HAVE_GETPAGESIZE
310
311 /* Define if you have the getrusage function.  */
312 #undef HAVE_GETRUSAGE
313
314 /* Define if you have the gettimeofday function.  */
315 #undef HAVE_GETTIMEOFDAY
316
317 /* Define if you have the macsystem function.  */
318 #undef HAVE_MACSYSTEM
319
320 /* Define if you have the mktime function.  */
321 #undef HAVE_MKTIME
322
323 /* Define if you have the mprotect function.  */
324 #undef HAVE_MPROTECT
325
326 /* Define if you have the pclose function.  */
327 #undef HAVE_PCLOSE
328
329 /* Define if you have the popen function.  */
330 #undef HAVE_POPEN
331
332 /* Define if you have the readlink function.  */
333 #undef HAVE_READLINK
334
335 /* Define if you have the realpath function.  */
336 #undef HAVE_REALPATH
337
338 /* Define if you have the setitimer function.  */
339 #undef HAVE_SETITIMER
340
341 /* Define if you have the snprintf function.  */
342 #undef HAVE_SNPRINTF
343
344 /* Define if you have the stat function.  */
345 #undef HAVE_STAT
346
347 /* Define if you have the strcasecmp function.  */
348 #undef HAVE_STRCASECMP
349
350 /* Define if you have the strcmp function.  */
351 #undef HAVE_STRCMP
352
353 /* Define if you have the strcmpi function.  */
354 #undef HAVE_STRCMPI
355
356 /* Define if you have the stricmp function.  */
357 #undef HAVE_STRICMP
358
359 /* Define if you have the symlink function.  */
360 #undef HAVE_SYMLINK
361
362 /* Define if you have the sysconf function.  */
363 #undef HAVE_SYSCONF
364
365 /* Define if you have the timelocal function.  */
366 #undef HAVE_TIMELOCAL
367
368 /* Define if you have the times function.  */
369 #undef HAVE_TIMES
370
371 /* Define if you have the vadvise function.  */
372 #undef HAVE_VADVISE
373
374 /* Define if you have the valloc function.  */
375 #undef HAVE_VALLOC
376
377 /* Define if you have the vfork function.  */
378 #undef HAVE_VFORK
379
380 /* Define if you have the vsnprintf function.  */
381 #undef HAVE_VSNPRINTF
382
383 /* Define if you have the <Files.h> header file.  */
384 #undef HAVE_FILES_H
385
386 /* Define if you have the <assert.h> header file.  */
387 #undef HAVE_ASSERT_H
388
389 /* Define if you have the <bfd.h> header file.  */
390 #undef HAVE_BFD_H
391
392 /* Define if you have the <conio.h> header file.  */
393 #undef HAVE_CONIO_H
394
395 /* Define if you have the <console.h> header file.  */
396 #undef HAVE_CONSOLE_H
397
398 /* Define if you have the <ctype.h> header file.  */
399 #undef HAVE_CTYPE_H
400
401 /* Define if you have the <dirent.h> header file.  */
402 #undef HAVE_DIRENT_H
403
404 /* Define if you have the <dl.h> header file.  */
405 #undef HAVE_DL_H
406
407 /* Define if you have the <dlfcn.h> header file.  */
408 #undef HAVE_DLFCN_H
409
410 /* Define if you have the <dos.h> header file.  */
411 #undef HAVE_DOS_H
412
413 /* Define if you have the <errno.h> header file.  */
414 #undef HAVE_ERRNO_H
415
416 /* Define if you have the <fcntl.h> header file.  */
417 #undef HAVE_FCNTL_H
418
419 /* Define if you have the <float.h> header file.  */
420 #undef HAVE_FLOAT_H
421
422 /* Define if you have the <ftw.h> header file.  */
423 #undef HAVE_FTW_H
424
425 /* Define if you have the <grp.h> header file.  */
426 #undef HAVE_GRP_H
427
428 /* Define if you have the <ieee754.h> header file.  */
429 #undef HAVE_IEEE754_H
430
431 /* Define if you have the <io.h> header file.  */
432 #undef HAVE_IO_H
433
434 /* Define if you have the <malloc.h> header file.  */
435 #undef HAVE_MALLOC_H
436
437 /* Define if you have the <memory.h> header file.  */
438 #undef HAVE_MEMORY_H
439
440 /* Define if you have the <netinet/tcp.h> header file.  */
441 #undef HAVE_NETINET_TCP_H
442
443 /* Define if you have the <nlist.h> header file.  */
444 #undef HAVE_NLIST_H
445
446 /* Define if you have the <pascal.h> header file.  */
447 #undef HAVE_PASCAL_H
448
449 /* Define if you have the <pwd.h> header file.  */
450 #undef HAVE_PWD_H
451
452 /* Define if you have the <sgtty.h> header file.  */
453 #undef HAVE_SGTTY_H
454
455 /* Define if you have the <siginfo.h> header file.  */
456 #undef HAVE_SIGINFO_H
457
458 /* Define if you have the <signal.h> header file.  */
459 #undef HAVE_SIGNAL_H
460
461 /* Define if you have the <stat.h> header file.  */
462 #undef HAVE_STAT_H
463
464 /* Define if you have the <std.h> header file.  */
465 #undef HAVE_STD_H
466
467 /* Define if you have the <stdarg.h> header file.  */
468 #undef HAVE_STDARG_H
469
470 /* Define if you have the <stdint.h> header file.  */
471 #undef HAVE_STDINT_H
472
473 /* Define if you have the <stdlib.h> header file.  */
474 #undef HAVE_STDLIB_H
475
476 /* Define if you have the <string.h> header file.  */
477 #undef HAVE_STRING_H
478
479 /* Define if you have the <sys/fault.h> header file.  */
480 #undef HAVE_SYS_FAULT_H
481
482 /* Define if you have the <sys/file.h> header file.  */
483 #undef HAVE_SYS_FILE_H
484
485 /* Define if you have the <sys/ioctl.h> header file.  */
486 #undef HAVE_SYS_IOCTL_H
487
488 /* Define if you have the <sys/limits.h> header file.  */
489 #undef HAVE_SYS_LIMITS_H
490
491 /* Define if you have the <sys/mman.h> header file.  */
492 #undef HAVE_SYS_MMAN_H
493
494 /* Define if you have the <sys/param.h> header file.  */
495 #undef HAVE_SYS_PARAM_H
496
497 /* Define if you have the <sys/procfs.h> header file.  */
498 #undef HAVE_SYS_PROCFS_H
499
500 /* Define if you have the <sys/resource.h> header file.  */
501 #undef HAVE_SYS_RESOURCE_H
502
503 /* Define if you have the <sys/signal.h> header file.  */
504 #undef HAVE_SYS_SIGNAL_H
505
506 /* Define if you have the <sys/socket.h> header file.  */
507 #undef HAVE_SYS_SOCKET_H
508
509 /* Define if you have the <sys/stat.h> header file.  */
510 #undef HAVE_SYS_STAT_H
511
512 /* Define if you have the <sys/syscall.h> header file.  */
513 #undef HAVE_SYS_SYSCALL_H
514
515 /* Define if you have the <sys/time.h> header file.  */
516 #undef HAVE_SYS_TIME_H
517
518 /* Define if you have the <sys/timeb.h> header file.  */
519 #undef HAVE_SYS_TIMEB_H
520
521 /* Define if you have the <sys/timers.h> header file.  */
522 #undef HAVE_SYS_TIMERS_H
523
524 /* Define if you have the <sys/times.h> header file.  */
525 #undef HAVE_SYS_TIMES_H
526
527 /* Define if you have the <sys/types.h> header file.  */
528 #undef HAVE_SYS_TYPES_H
529
530 /* Define if you have the <sys/utsname.h> header file.  */
531 #undef HAVE_SYS_UTSNAME_H
532
533 /* Define if you have the <sys/vadvise.h> header file.  */
534 #undef HAVE_SYS_VADVISE_H
535
536 /* Define if you have the <sys/wait.h> header file.  */
537 #undef HAVE_SYS_WAIT_H
538
539 /* Define if you have the <termio.h> header file.  */
540 #undef HAVE_TERMIO_H
541
542 /* Define if you have the <termios.h> header file.  */
543 #undef HAVE_TERMIOS_H
544
545 /* Define if you have the <time.h> header file.  */
546 #undef HAVE_TIME_H
547
548 /* Define if you have the <types.h> header file.  */
549 #undef HAVE_TYPES_H
550
551 /* Define if you have the <unistd.h> header file.  */
552 #undef HAVE_UNISTD_H
553
554 /* Define if you have the <utime.h> header file.  */
555 #undef HAVE_UTIME_H
556
557 /* Define if you have the <values.h> header file.  */
558 #undef HAVE_VALUES_H
559
560 /* Define if you have the <vfork.h> header file.  */
561 #undef HAVE_VFORK_H
562
563 /* Define if you have the <windows.h> header file.  */
564 #undef HAVE_WINDOWS_H
565
566 /* Define if you have the <winsock.h> header file.  */
567 #undef HAVE_WINSOCK_H
568
569 /* Define if you have the bfd library (-lbfd).  */
570 #undef HAVE_LIBBFD
571
572 /* Define if you have the iberty library (-liberty).  */
573 #undef HAVE_LIBIBERTY