[project @ 2001-11-09 18:17:48 by sof]
[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
19 /* Define to alignment constraint on chars */
20 #undef ALIGNMENT_CHAR
21
22 /* Define to alignment constraint on doubles */
23 #undef ALIGNMENT_DOUBLE
24
25 /* Define to alignment constraint on floats */
26 #undef ALIGNMENT_FLOAT
27
28 /* Define to alignment constraint on ints */
29 #undef ALIGNMENT_INT
30
31 /* Define to alignment constraint on longs */
32 #undef ALIGNMENT_LONG
33
34 /* Define to alignment constraint on long longs */
35 #undef ALIGNMENT_LONG_LONG
36
37 /* Define to alignment constraint on shorts */
38 #undef ALIGNMENT_SHORT
39
40 /* Define to alignment constraint on unsigned chars */
41 #undef ALIGNMENT_UNSIGNED_CHAR
42
43 /* Define to alignment constraint on unsigned ints */
44 #undef ALIGNMENT_UNSIGNED_INT
45
46 /* Define to alignment constraint on unsigned longs */
47 #undef ALIGNMENT_UNSIGNED_LONG
48
49 /* Define to alignment constraint on unsigned long longs */
50 #undef ALIGNMENT_UNSIGNED_LONG_LONG
51
52 /* Define to alignment constraint on unsigned shorts */
53 #undef ALIGNMENT_UNSIGNED_SHORT
54
55 /* Define to alignment constraint on void pointers */
56 #undef ALIGNMENT_VOID_P
57
58 /* Define if code lives before data in memory */
59 #undef CODE_BEFORE_DATA
60
61 /* Define as the symbol which marks the end of the data section */
62 #undef DATA_SECTION_END_MARKER
63
64 /* Define as the decl which terminates the data section */
65 #undef DATA_SECTION_END_MARKER_DECL
66
67 /* Define if time.h or sys/time.h define the altzone variable */
68 #undef HAVE_ALTZONE
69
70 /* Define if you have /bin/sh */
71 #undef HAVE_BIN_SH
72
73 /* Define if you have the GetModuleFileName function.  */
74 #undef HAVE_GETMODULEFILENAME
75
76 /* Define if you need -ldl to get dlopen() */
77 #undef HAVE_LIBDL
78
79 /* Define if C compiler supports long long types */
80 #undef HAVE_LONG_LONG
81
82 /* Define if you have dlopen() */
83 #undef HAVE_DLOPEN
84
85 /* Define if fcntl.h defines O_BINARY */
86 #undef HAVE_O_BINARY
87
88 /* Define if compiler supports prototypes. */
89 #undef HAVE_PROTOTYPES
90
91 /* Define if readline/readline.h and readline/history.h exist */
92 #undef HAVE_READLINE_HEADERS
93
94 /* Define if readline plus any additional libs needed for it exist */
95 #undef HAVE_READLINE_LIBS
96
97 /* Define if readline has version >= 4.0. */
98 #undef HAVE_READLINE_4
99
100 /* Define if readline has version >= 4.2. */
101 #undef HAVE_READLINE_4_2
102
103 /* Define if time.h or sys/time.h define the timezone variable */
104 #undef HAVE_TIMEZONE
105
106 /* Define if you support the production (and use) of Win32 DLLs. */
107 #undef HAVE_WIN32_DLL_SUPPORT
108
109 /* Define if you have the WinExec function.  */
110 #undef HAVE_WINEXEC
111
112 /* Define to Haskell type for char */
113 #undef HTYPE_CHAR
114
115 /* Define to Haskell type for clock_t */
116 #undef HTYPE_CLOCK_T
117
118 /* Define to Haskell type for signed double */
119 #undef HTYPE_DOUBLE
120
121 /* Define to Haskell type for float */
122 #undef HTYPE_FLOAT
123
124 /* Define to Haskell type for GLbitfield */
125 #undef HTYPE_GLBITFIELD
126
127 /* Define to Haskell type for GLboolean */
128 #undef HTYPE_GLBOOLEAN
129
130 /* Define to Haskell type for GLbyte */
131 #undef HTYPE_GLBYTE
132
133 /* Define to Haskell type for GLclampd */
134 #undef HTYPE_GLCLAMPD
135  
136 /* Define to Haskell type for GLclampf */
137 #undef HTYPE_GLCLAMPF
138
139 /* Define to Haskell type for GLdouble */
140 #undef HTYPE_GLDOUBLE
141
142 /* Define to Haskell type for GLenum */
143 #undef HTYPE_GLENUM
144
145 /* Define to Haskell type for GLfloat */
146 #undef HTYPE_GLFLOAT
147
148 /* Define to Haskell type for GLint */
149 #undef HTYPE_GLINT
150
151 /* Define to Haskell type for GLshort */
152 #undef HTYPE_GLSHORT
153
154 /* Define to Haskell type for GLsizei */
155 #undef HTYPE_GLSIZEI
156
157 /* Define to Haskell type for GLubyte */
158 #undef HTYPE_GLUBYTE
159
160 /* Define to Haskell type for GLuint */
161 #undef HTYPE_GLUINT
162
163 /* Define to Haskell type for GLushort */
164 #undef HTYPE_GLUSHORT
165
166 /* Define to Haskell type for int */
167 #undef HTYPE_INT
168
169 /* Define to Haskell type for long */
170 #undef HTYPE_LONG
171
172 /* Define to Haskell type for long long */
173 #undef HTYPE_LONG_LONG
174
175 /* Define to Haskell type for ptrdiff_t */
176 #undef HTYPE_PTRDIFF_T
177
178 /* Define to Haskell type for short */
179 #undef HTYPE_SHORT
180
181 /* Define to Haskell type for sig_atomic_t */
182 #undef HTYPE_SIG_ATOMIC_T
183
184 /* Define to Haskell type for signed char */
185 #undef HTYPE_SIGNED_CHAR
186
187 /* Define to Haskell type for size_t */
188 #undef HTYPE_SIZE_T
189
190 /* Define to Haskell type for time_t */
191 #undef HTYPE_TIME_T
192
193 /* Define to Haskell type for unsigned char */
194 #undef HTYPE_UNSIGNED_CHAR
195
196 /* Define to Haskell type for unsigned int */
197 #undef HTYPE_UNSIGNED_INT
198
199 /* Define to Haskell type for unsigned long */
200 #undef HTYPE_UNSIGNED_LONG
201
202 /* Define to Haskell type for unsigned long long */
203 #undef HTYPE_UNSIGNED_LONG_LONG
204
205 /* Define to Haskell type for unsigned short */
206 #undef HTYPE_UNSIGNED_SHORT
207
208 /* Define to Haskell type for wchar_t */
209 #undef HTYPE_WCHAR_T
210
211 /* Define if C Symbols have a leading underscore added by the compiler */
212 #undef LEADING_UNDERSCORE
213
214 /* Define as the symbol which marks the end of the text section */
215 #undef TEXT_SECTION_END_MARKER
216
217 /* Define to decl that terminates text section. */
218 #undef TEXT_SECTION_END_MARKER_DECL
219
220 /* Define to the type of the timezone variable (usually long or time_t) */
221 #undef TYPE_TIMEZONE
222
223 /* Define if signal handlers have type void (*)(int)
224  * (Otherwise, they're assumed to have type int (*)(void).)
225  */
226 #undef VOID_INT_SIGNALS
227  
228 \f
229 /* Leave that blank line there!!  Autoheader needs it.
230    If you're adding to this file, keep in mind:
231    The entries are in sort -df order: alphabetical, case insensitive,
232    ignoring punctuation (such as underscores).  */
233
234 \f
235 /* autoheader doesn't grok AC_CHECK_LIB_NOWARN so we have to add them
236    manually.  */
237
238
239 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
240    systems. This function is required for `alloca.c' support on those systems.
241    */
242 #undef CRAY_STACKSEG_END
243
244 /* Define if using `alloca.c'. */
245 #undef C_ALLOCA
246
247 /* Define if you have the `access' function. */
248 #undef HAVE_ACCESS
249
250 /* Define if you have `alloca', as a function or macro. */
251 #undef HAVE_ALLOCA
252
253 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
254 #undef HAVE_ALLOCA_H
255
256 /* Define if you have the <arpa/inet.h> header file. */
257 #undef HAVE_ARPA_INET_H
258
259 /* Define if you have the <assert.h> header file. */
260 #undef HAVE_ASSERT_H
261
262 /* Define if you have the <bfd.h> header file. */
263 #undef HAVE_BFD_H
264
265 /* Define if you have the <conio.h> header file. */
266 #undef HAVE_CONIO_H
267
268 /* Define if you have the <console.h> header file. */
269 #undef HAVE_CONSOLE_H
270
271 /* Define if you have the <ctype.h> header file. */
272 #undef HAVE_CTYPE_H
273
274 /* Define if you have the <dirent.h> header file. */
275 #undef HAVE_DIRENT_H
276
277 /* Define if you have the <dlfcn.h> header file. */
278 #undef HAVE_DLFCN_H
279
280 /* Define if you have the `dlopen' function. */
281 #undef HAVE_DLOPEN
282
283 /* Define if you have the <dl.h> header file. */
284 #undef HAVE_DL_H
285
286 /* Define if you have the <dos.h> header file. */
287 #undef HAVE_DOS_H
288
289 /* Define if you have the <errno.h> header file. */
290 #undef HAVE_ERRNO_H
291
292 /* Define if you have the `farcalloc' function. */
293 #undef HAVE_FARCALLOC
294
295 /* Define if you have the <fcntl.h> header file. */
296 #undef HAVE_FCNTL_H
297
298 /* Define if you have the `fgetpos' function. */
299 #undef HAVE_FGETPOS
300
301 /* Define if you have the <Files.h> header file. */
302 #undef HAVE_FILES_H
303
304 /* Define if you have the <float.h> header file. */
305 #undef HAVE_FLOAT_H
306
307 /* Define if you have the `fseek' function. */
308 #undef HAVE_FSEEK
309
310 /* Define if you have the `fsetpos' function. */
311 #undef HAVE_FSETPOS
312
313 /* Define if you have the `ftell' function. */
314 #undef HAVE_FTELL
315
316 /* Define if you have the `ftime' function. */
317 #undef HAVE_FTIME
318
319 /* Define if you have the <ftw.h> header file. */
320 #undef HAVE_FTW_H
321
322 /* Define if you have the `getclock' function. */
323 #undef HAVE_GETCLOCK
324
325 /* Define if you have the `getpagesize' function. */
326 #undef HAVE_GETPAGESIZE
327
328 /* Define if you have the `getrusage' function. */
329 #undef HAVE_GETRUSAGE
330
331 /* Define if you have the `gettimeofday' function. */
332 #undef HAVE_GETTIMEOFDAY
333
334 /* Define if you have the <GL/gl.h> header file. */
335 #undef HAVE_GL_GL_H
336
337 /* Define if you have the `gmtime_r' function. */
338 #undef HAVE_GMTIME_R
339
340 /* Define if you have the <grp.h> header file. */
341 #undef HAVE_GRP_H
342
343 /* Define if you have the <ieee754.h> header file. */
344 #undef HAVE_IEEE754_H
345
346 /* Define if you have the <inttypes.h> header file. */
347 #undef HAVE_INTTYPES_H
348
349 /* Define if you have the <io.h> header file. */
350 #undef HAVE_IO_H
351
352 /* Define if you have the `bfd' library (-lbfd). */
353 #undef HAVE_LIBBFD
354
355 /* Define if you have the `iberty' library (-liberty). */
356 #undef HAVE_LIBIBERTY
357
358 /* Define if you have the <limits.h> header file. */
359 #undef HAVE_LIMITS_H
360
361 /* Define if you have the `localtime_r' function. */
362 #undef HAVE_LOCALTIME_R
363
364 /* Define if you have the `lstat' function. */
365 #undef HAVE_LSTAT
366
367 /* Define if you have the `macsystem' function. */
368 #undef HAVE_MACSYSTEM
369
370 /* Define if you have the <malloc.h> header file. */
371 #undef HAVE_MALLOC_H
372
373 /* Define if you have the <memory.h> header file. */
374 #undef HAVE_MEMORY_H
375
376 /* Define if you have the `mktime' function. */
377 #undef HAVE_MKTIME
378
379 /* Define if you have the `mprotect' function. */
380 #undef HAVE_MPROTECT
381
382 /* Define if you have the <netdb.h> header file. */
383 #undef HAVE_NETDB_H
384
385 /* Define if you have the <netinet/in.h> header file. */
386 #undef HAVE_NETINET_IN_H
387
388 /* Define if you have the <netinet/tcp.h> header file. */
389 #undef HAVE_NETINET_TCP_H
390
391 /* Define if you have the <nlist.h> header file. */
392 #undef HAVE_NLIST_H
393
394 /* Define if you have the <pascal.h> header file. */
395 #undef HAVE_PASCAL_H
396
397 /* Define if you have the `PBHSetVolSync' function. */
398 #undef HAVE_PBHSETVOLSYNC
399
400 /* Define if you have the `pclose' function. */
401 #undef HAVE_PCLOSE
402
403 /* Define if you have the `popen' function. */
404 #undef HAVE_POPEN
405
406 /* Define if you have the <pwd.h> header file. */
407 #undef HAVE_PWD_H
408
409 /* Define if you have the `readlink' function. */
410 #undef HAVE_READLINK
411
412 /* Define if you have the `realpath' function. */
413 #undef HAVE_REALPATH
414
415 /* Define if you have the `setitimer' function. */
416 #undef HAVE_SETITIMER
417
418 /* Define if you have the <sgtty.h> header file. */
419 #undef HAVE_SGTTY_H
420
421 /* Define if you have the <siginfo.h> header file. */
422 #undef HAVE_SIGINFO_H
423
424 /* Define if you have the <signal.h> header file. */
425 #undef HAVE_SIGNAL_H
426
427 /* Define if you have the `snprintf' function. */
428 #undef HAVE_SNPRINTF
429
430 /* Define if you have the `stat' function. */
431 #undef HAVE_STAT
432
433 /* Define if you have the <stat.h> header file. */
434 #undef HAVE_STAT_H
435
436 /* Define if you have the <stdarg.h> header file. */
437 #undef HAVE_STDARG_H
438
439 /* Define if you have the <stddef.h> header file. */
440 #undef HAVE_STDDEF_H
441
442 /* Define if you have the <stdint.h> header file. */
443 #undef HAVE_STDINT_H
444
445 /* Define if you have the <stdlib.h> header file. */
446 #undef HAVE_STDLIB_H
447
448 /* Define if you have the <std.h> header file. */
449 #undef HAVE_STD_H
450
451 /* Define if you have the `strcasecmp' function. */
452 #undef HAVE_STRCASECMP
453
454 /* Define if you have the `strcmp' function. */
455 #undef HAVE_STRCMP
456
457 /* Define if you have the `strcmpi' function. */
458 #undef HAVE_STRCMPI
459
460 /* Define if you have the `stricmp' function. */
461 #undef HAVE_STRICMP
462
463 /* Define if you have the <strings.h> header file. */
464 #undef HAVE_STRINGS_H
465
466 /* Define if you have the <string.h> header file. */
467 #undef HAVE_STRING_H
468
469 /* Define if `st_blksize' is member of `struct stat'. */
470 #undef HAVE_STRUCT_STAT_ST_BLKSIZE
471
472 /* Define if `tm_zone' is member of `struct tm'. */
473 #undef HAVE_STRUCT_TM_TM_ZONE
474
475 /* Define if your `struct stat' has `st_blksize'. Deprecated, use
476    `HAVE_STRUCT_STAT_ST_BLKSIZE' instead. */
477 #undef HAVE_ST_BLKSIZE
478
479 /* Define if you have the `symlink' function. */
480 #undef HAVE_SYMLINK
481
482 /* Define if you have the `sysconf' function. */
483 #undef HAVE_SYSCONF
484
485 /* Define if you have the <sys/fault.h> header file. */
486 #undef HAVE_SYS_FAULT_H
487
488 /* Define if you have the <sys/file.h> header file. */
489 #undef HAVE_SYS_FILE_H
490
491 /* Define if you have the <sys/ioctl.h> header file. */
492 #undef HAVE_SYS_IOCTL_H
493
494 /* Define if you have the <sys/limits.h> header file. */
495 #undef HAVE_SYS_LIMITS_H
496
497 /* Define if you have the <sys/mman.h> header file. */
498 #undef HAVE_SYS_MMAN_H
499
500 /* Define if you have the <sys/param.h> header file. */
501 #undef HAVE_SYS_PARAM_H
502
503 /* Define if you have the <sys/procfs.h> header file. */
504 #undef HAVE_SYS_PROCFS_H
505
506 /* Define if you have the <sys/resource.h> header file. */
507 #undef HAVE_SYS_RESOURCE_H
508
509 /* Define if you have the <sys/signal.h> header file. */
510 #undef HAVE_SYS_SIGNAL_H
511
512 /* Define if you have the <sys/socket.h> header file. */
513 #undef HAVE_SYS_SOCKET_H
514
515 /* Define if you have the <sys/stat.h> header file. */
516 #undef HAVE_SYS_STAT_H
517
518 /* Define if you have the <sys/syscall.h> header file. */
519 #undef HAVE_SYS_SYSCALL_H
520
521 /* Define if you have the <sys/timeb.h> header file. */
522 #undef HAVE_SYS_TIMEB_H
523
524 /* Define if you have the <sys/timers.h> header file. */
525 #undef HAVE_SYS_TIMERS_H
526
527 /* Define if you have the <sys/times.h> header file. */
528 #undef HAVE_SYS_TIMES_H
529
530 /* Define if you have the <sys/time.h> header file. */
531 #undef HAVE_SYS_TIME_H
532
533 /* Define if you have the <sys/types.h> header file. */
534 #undef HAVE_SYS_TYPES_H
535
536 /* Define if you have the <sys/un.h> header file. */
537 #undef HAVE_SYS_UN_H
538
539 /* Define if you have the <sys/utsname.h> header file. */
540 #undef HAVE_SYS_UTSNAME_H
541
542 /* Define if you have the <sys/vadvise.h> header file. */
543 #undef HAVE_SYS_VADVISE_H
544
545 /* Define if you have the <sys/wait.h> header file. */
546 #undef HAVE_SYS_WAIT_H
547
548 /* Define if you have the <termios.h> header file. */
549 #undef HAVE_TERMIOS_H
550
551 /* Define if you have the <termio.h> header file. */
552 #undef HAVE_TERMIO_H
553
554 /* Define if you have the `timelocal' function. */
555 #undef HAVE_TIMELOCAL
556
557 /* Define if you have the `times' function. */
558 #undef HAVE_TIMES
559
560 /* Define if you have the <time.h> header file. */
561 #undef HAVE_TIME_H
562
563 /* Define if your `struct tm' has `tm_zone'. Deprecated, use
564    `HAVE_STRUCT_TM_TM_ZONE' instead. */
565 #undef HAVE_TM_ZONE
566
567 /* Define if you have the <types.h> header file. */
568 #undef HAVE_TYPES_H
569
570 /* Define if you don't have `tm_zone' but do have the external array `tzname'.
571    */
572 #undef HAVE_TZNAME
573
574 /* Define if you have the <unistd.h> header file. */
575 #undef HAVE_UNISTD_H
576
577 /* Define if you have the <utime.h> header file. */
578 #undef HAVE_UTIME_H
579
580 /* Define if you have the `vadvise' function. */
581 #undef HAVE_VADVISE
582
583 /* Define if you have the `valloc' function. */
584 #undef HAVE_VALLOC
585
586 /* Define if you have the <values.h> header file. */
587 #undef HAVE_VALUES_H
588
589 /* Define if you have the `vfork' function. */
590 #undef HAVE_VFORK
591
592 /* Define if you have the <vfork.h> header file. */
593 #undef HAVE_VFORK_H
594
595 /* Define if you have the `vsnprintf' function. */
596 #undef HAVE_VSNPRINTF
597
598 /* Define if you have the <windows.h> header file. */
599 #undef HAVE_WINDOWS_H
600
601 /* Define if you have the <winsock.h> header file. */
602 #undef HAVE_WINSOCK_H
603
604 /* Define if you have the `_fullpath' function. */
605 #undef HAVE__FULLPATH
606
607 /* Define if you have the `_pclose' function. */
608 #undef HAVE__PCLOSE
609
610 /* Define if you have the `_popen' function. */
611 #undef HAVE__POPEN
612
613 /* Define if you have the `_snprintf' function. */
614 #undef HAVE__SNPRINTF
615
616 /* Define if you have the `_stricmp' function. */
617 #undef HAVE__STRICMP
618
619 /* Define if you have the `_vsnprintf' function. */
620 #undef HAVE__VSNPRINTF
621
622 /* Define as the return type of signal handlers (`int' or `void'). */
623 #undef RETSIGTYPE
624
625 /* The size of a `char', as computed by sizeof. */
626 #undef SIZEOF_CHAR
627
628 /* The size of a `double', as computed by sizeof. */
629 #undef SIZEOF_DOUBLE
630
631 /* The size of a `float', as computed by sizeof. */
632 #undef SIZEOF_FLOAT
633
634 /* The size of a `int', as computed by sizeof. */
635 #undef SIZEOF_INT
636
637 /* The size of a `long', as computed by sizeof. */
638 #undef SIZEOF_LONG
639
640 /* The size of a `long long', as computed by sizeof. */
641 #undef SIZEOF_LONG_LONG
642
643 /* The size of a `short', as computed by sizeof. */
644 #undef SIZEOF_SHORT
645
646 /* The size of a `unsigned char', as computed by sizeof. */
647 #undef SIZEOF_UNSIGNED_CHAR
648
649 /* The size of a `unsigned int', as computed by sizeof. */
650 #undef SIZEOF_UNSIGNED_INT
651
652 /* The size of a `unsigned long', as computed by sizeof. */
653 #undef SIZEOF_UNSIGNED_LONG
654
655 /* The size of a `unsigned long long', as computed by sizeof. */
656 #undef SIZEOF_UNSIGNED_LONG_LONG
657
658 /* The size of a `unsigned short', as computed by sizeof. */
659 #undef SIZEOF_UNSIGNED_SHORT
660
661 /* The size of a `void *', as computed by sizeof. */
662 #undef SIZEOF_VOID_P
663
664 /* If using the C implementation of alloca, define if you know the
665    direction of stack growth for your system; otherwise it will be
666    automatically deduced at run-time.
667         STACK_DIRECTION > 0 => grows toward higher addresses
668         STACK_DIRECTION < 0 => grows toward lower addresses
669         STACK_DIRECTION = 0 => direction of growth unknown */
670 #undef STACK_DIRECTION
671
672 /* Define if you have the ANSI C header files. */
673 #undef STDC_HEADERS
674
675 /* Define if you can safely include both <sys/time.h> and <time.h>. */
676 #undef TIME_WITH_SYS_TIME
677
678 /* Define if your <sys/time.h> declares `struct tm'. */
679 #undef TM_IN_SYS_TIME
680
681 /* Define if your processor stores words with the most significant byte first
682    (like Motorola and SPARC, unlike Intel and VAX). */
683 #undef WORDS_BIGENDIAN
684
685 /* Define if the X Window System is missing or not being used. */
686 #undef X_DISPLAY_MISSING
687
688 /* Define to empty if `const' does not conform to ANSI C. */
689 #undef const