[project @ 2001-05-09 09:55:41 by simonmar]
[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 #undef HAVE_BIN_SH
122
123 /* Define if you have the GetModuleFileName function.  */
124 #undef HAVE_GETMODULEFILENAME
125
126 /* Define if you need -ldl to get dlopen() */
127 #undef HAVE_LIBDL
128
129 /* Define if C compiler supports long long types */
130 #undef HAVE_LONG_LONG
131
132 /* Define if fcntl.h defines O_BINARY */
133 #undef HAVE_O_BINARY
134
135 /* Define if compiler supports prototypes. */
136 #undef HAVE_PROTOTYPES
137
138 /* Define if readline/readline.h and readline/history.h exist */
139 #undef HAVE_READLINE_HEADERS
140
141 /* Define if readline plus any additional libs needed for it exist */
142 #undef HAVE_READLINE_LIBS
143
144 /* Define if readline has version >= 4.0. */
145 #undef HAVE_READLINE_4
146
147 /* Define if readline has version >= 4.2. */
148 #undef HAVE_READLINE_4_2
149
150 /* Define if time.h or sys/time.h define the timezone variable */
151 #undef HAVE_TIMEZONE
152
153 /* Define if you support the production (and use) of Win32 DLLs. */
154 #undef HAVE_WIN32_DLL_SUPPORT
155
156 /* Define if you have the WinExec function.  */
157 #undef HAVE_WINEXEC
158
159 /* Define to Haskell type for char */
160 #undef HTYPE_CHAR
161
162 /* Define to Haskell type for clock_t */
163 #undef HTYPE_CLOCK_T
164
165 /* Define to Haskell type for signed double */
166 #undef HTYPE_DOUBLE
167
168 /* Define to Haskell type for float */
169 #undef HTYPE_FLOAT
170
171 /* Define to Haskell type for GLbitfield */
172 #undef HTYPE_GLBITFIELD
173
174 /* Define to Haskell type for GLboolean */
175 #undef HTYPE_GLBOOLEAN
176
177 /* Define to Haskell type for GLbyte */
178 #undef HTYPE_GLBYTE
179
180 /* Define to Haskell type for GLclampd */
181 #undef HTYPE_GLCLAMPD
182  
183 /* Define to Haskell type for GLclampf */
184 #undef HTYPE_GLCLAMPF
185
186 /* Define to Haskell type for GLdouble */
187 #undef HTYPE_GLDOUBLE
188
189 /* Define to Haskell type for GLenum */
190 #undef HTYPE_GLENUM
191
192 /* Define to Haskell type for GLfloat */
193 #undef HTYPE_GLFLOAT
194
195 /* Define to Haskell type for GLint */
196 #undef HTYPE_GLINT
197
198 /* Define to Haskell type for GLshort */
199 #undef HTYPE_GLSHORT
200
201 /* Define to Haskell type for GLsizei */
202 #undef HTYPE_GLSIZEI
203
204 /* Define to Haskell type for GLubyte */
205 #undef HTYPE_GLUBYTE
206
207 /* Define to Haskell type for GLuint */
208 #undef HTYPE_GLUINT
209
210 /* Define to Haskell type for GLushort */
211 #undef HTYPE_GLUSHORT
212
213 /* Define to Haskell type for int */
214 #undef HTYPE_INT
215
216 /* Define to Haskell type for long */
217 #undef HTYPE_LONG
218
219 /* Define to Haskell type for long long */
220 #undef HTYPE_LONG_LONG
221
222 /* Define to Haskell type for ptrdiff_t */
223 #undef HTYPE_PTRDIFF_T
224
225 /* Define to Haskell type for short */
226 #undef HTYPE_SHORT
227
228 /* Define to Haskell type for sig_atomic_t */
229 #undef HTYPE_SIG_ATOMIC_T
230
231 /* Define to Haskell type for signed char */
232 #undef HTYPE_SIGNED_CHAR
233
234 /* Define to Haskell type for size_t */
235 #undef HTYPE_SIZE_T
236
237 /* Define to Haskell type for time_t */
238 #undef HTYPE_TIME_T
239
240 /* Define to Haskell type for unsigned char */
241 #undef HTYPE_UNSIGNED_CHAR
242
243 /* Define to Haskell type for unsigned int */
244 #undef HTYPE_UNSIGNED_INT
245
246 /* Define to Haskell type for unsigned long */
247 #undef HTYPE_UNSIGNED_LONG
248
249 /* Define to Haskell type for unsigned long long */
250 #undef HTYPE_UNSIGNED_LONG_LONG
251
252 /* Define to Haskell type for unsigned short */
253 #undef HTYPE_UNSIGNED_SHORT
254
255 /* Define to Haskell type for wchar_t */
256 #undef HTYPE_WCHAR_T
257
258 /* Define if C Symbols have a leading underscore added by the compiler */
259 #undef LEADING_UNDERSCORE
260
261 /* Define as the symbol which marks the end of the text section */
262 #undef TEXT_SECTION_END_MARKER
263
264 /* Define to decl that terminates text section. */
265 #undef TEXT_SECTION_END_MARKER_DECL
266
267 /* Define to the type of the timezone variable (usually long or time_t) */
268 #undef TYPE_TIMEZONE
269
270 /* Define if signal handlers have type void (*)(int)
271  * (Otherwise, they're assumed to have type int (*)(void).)
272  */
273 #undef VOID_INT_SIGNALS
274
275 /* The number of bytes in a char.  */
276 #undef SIZEOF_CHAR
277
278 /* The number of bytes in a double.  */
279 #undef SIZEOF_DOUBLE
280
281 /* The number of bytes in a float.  */
282 #undef SIZEOF_FLOAT
283
284 /* The number of bytes in a int.  */
285 #undef SIZEOF_INT
286
287 /* The number of bytes in a long.  */
288 #undef SIZEOF_LONG
289
290 /* The number of bytes in a long long.  */
291 #undef SIZEOF_LONG_LONG
292
293 /* The number of bytes in a short.  */
294 #undef SIZEOF_SHORT
295
296 /* The number of bytes in a unsigned char.  */
297 #undef SIZEOF_UNSIGNED_CHAR
298
299 /* The number of bytes in a unsigned int.  */
300 #undef SIZEOF_UNSIGNED_INT
301
302 /* The number of bytes in a unsigned long.  */
303 #undef SIZEOF_UNSIGNED_LONG
304
305 /* The number of bytes in a unsigned long long.  */
306 #undef SIZEOF_UNSIGNED_LONG_LONG
307
308 /* The number of bytes in a unsigned short.  */
309 #undef SIZEOF_UNSIGNED_SHORT
310
311 /* The number of bytes in a void *.  */
312 #undef SIZEOF_VOID_P
313
314 /* The value of E2BIG.  */
315 #undef CCONST_E2BIG
316
317 /* The value of EACCES.  */
318 #undef CCONST_EACCES
319
320 /* The value of EADDRINUSE.  */
321 #undef CCONST_EADDRINUSE
322
323 /* The value of EADDRNOTAVAIL.  */
324 #undef CCONST_EADDRNOTAVAIL
325
326 /* The value of EADV.  */
327 #undef CCONST_EADV
328
329 /* The value of EAFNOSUPPORT.  */
330 #undef CCONST_EAFNOSUPPORT
331
332 /* The value of EAGAIN.  */
333 #undef CCONST_EAGAIN
334
335 /* The value of EALREADY.  */
336 #undef CCONST_EALREADY
337
338 /* The value of EBADF.  */
339 #undef CCONST_EBADF
340
341 /* The value of EBADMSG.  */
342 #undef CCONST_EBADMSG
343
344 /* The value of EBADRPC.  */
345 #undef CCONST_EBADRPC
346
347 /* The value of EBUSY.  */
348 #undef CCONST_EBUSY
349
350 /* The value of ECHILD.  */
351 #undef CCONST_ECHILD
352
353 /* The value of ECOMM.  */
354 #undef CCONST_ECOMM
355
356 /* The value of ECONNABORTED.  */
357 #undef CCONST_ECONNABORTED
358
359 /* The value of ECONNREFUSED.  */
360 #undef CCONST_ECONNREFUSED
361
362 /* The value of ECONNRESET.  */
363 #undef CCONST_ECONNRESET
364
365 /* The value of EDEADLK.  */
366 #undef CCONST_EDEADLK
367
368 /* The value of EDESTADDRREQ.  */
369 #undef CCONST_EDESTADDRREQ
370
371 /* The value of EDIRTY.  */
372 #undef CCONST_EDIRTY
373
374 /* The value of EDOM.  */
375 #undef CCONST_EDOM
376
377 /* The value of EDQUOT.  */
378 #undef CCONST_EDQUOT
379
380 /* The value of EEXIST.  */
381 #undef CCONST_EEXIST
382
383 /* The value of EFAULT.  */
384 #undef CCONST_EFAULT
385
386 /* The value of EFBIG.  */
387 #undef CCONST_EFBIG
388
389 /* The value of EFTYPE.  */
390 #undef CCONST_EFTYPE
391
392 /* The value of EHOSTDOWN.  */
393 #undef CCONST_EHOSTDOWN
394
395 /* The value of EHOSTUNREACH.  */
396 #undef CCONST_EHOSTUNREACH
397
398 /* The value of EIDRM.  */
399 #undef CCONST_EIDRM
400
401 /* The value of EILSEQ.  */
402 #undef CCONST_EILSEQ
403
404 /* The value of EINPROGRESS.  */
405 #undef CCONST_EINPROGRESS
406
407 /* The value of EINTR.  */
408 #undef CCONST_EINTR
409
410 /* The value of EINVAL.  */
411 #undef CCONST_EINVAL
412
413 /* The value of EIO.  */
414 #undef CCONST_EIO
415
416 /* The value of EISCONN.  */
417 #undef CCONST_EISCONN
418
419 /* The value of EISDIR.  */
420 #undef CCONST_EISDIR
421
422 /* The value of ELOOP.  */
423 #undef CCONST_ELOOP
424
425 /* The value of EMFILE.  */
426 #undef CCONST_EMFILE
427
428 /* The value of EMLINK.  */
429 #undef CCONST_EMLINK
430
431 /* The value of EMSGSIZE.  */
432 #undef CCONST_EMSGSIZE
433
434 /* The value of EMULTIHOP.  */
435 #undef CCONST_EMULTIHOP
436
437 /* The value of ENAMETOOLONG.  */
438 #undef CCONST_ENAMETOOLONG
439
440 /* The value of ENETDOWN.  */
441 #undef CCONST_ENETDOWN
442
443 /* The value of ENETRESET.  */
444 #undef CCONST_ENETRESET
445
446 /* The value of ENETUNREACH.  */
447 #undef CCONST_ENETUNREACH
448
449 /* The value of ENFILE.  */
450 #undef CCONST_ENFILE
451
452 /* The value of ENOBUFS.  */
453 #undef CCONST_ENOBUFS
454
455 /* The value of ENODATA.  */
456 #undef CCONST_ENODATA
457
458 /* The value of ENODEV.  */
459 #undef CCONST_ENODEV
460
461 /* The value of ENOENT.  */
462 #undef CCONST_ENOENT
463
464 /* The value of ENOEXEC.  */
465 #undef CCONST_ENOEXEC
466
467 /* The value of ENOLCK.  */
468 #undef CCONST_ENOLCK
469
470 /* The value of ENOLINK.  */
471 #undef CCONST_ENOLINK
472
473 /* The value of ENOMEM.  */
474 #undef CCONST_ENOMEM
475
476 /* The value of ENOMSG.  */
477 #undef CCONST_ENOMSG
478
479 /* The value of ENONET.  */
480 #undef CCONST_ENONET
481
482 /* The value of ENOPROTOOPT.  */
483 #undef CCONST_ENOPROTOOPT
484
485 /* The value of ENOSPC.  */
486 #undef CCONST_ENOSPC
487
488 /* The value of ENOSR.  */
489 #undef CCONST_ENOSR
490
491 /* The value of ENOSTR.  */
492 #undef CCONST_ENOSTR
493
494 /* The value of ENOSYS.  */
495 #undef CCONST_ENOSYS
496
497 /* The value of ENOTBLK.  */
498 #undef CCONST_ENOTBLK
499
500 /* The value of ENOTCONN.  */
501 #undef CCONST_ENOTCONN
502
503 /* The value of ENOTDIR.  */
504 #undef CCONST_ENOTDIR
505
506 /* The value of ENOTEMPTY.  */
507 #undef CCONST_ENOTEMPTY
508
509 /* The value of ENOTSOCK.  */
510 #undef CCONST_ENOTSOCK
511
512 /* The value of ENOTTY.  */
513 #undef CCONST_ENOTTY
514
515 /* The value of ENXIO.  */
516 #undef CCONST_ENXIO
517
518 /* The value of EOPNOTSUPP.  */
519 #undef CCONST_EOPNOTSUPP
520
521 /* The value of EPERM.  */
522 #undef CCONST_EPERM
523
524 /* The value of EPFNOSUPPORT.  */
525 #undef CCONST_EPFNOSUPPORT
526
527 /* The value of EPIPE.  */
528 #undef CCONST_EPIPE
529
530 /* The value of EPROCLIM.  */
531 #undef CCONST_EPROCLIM
532
533 /* The value of EPROCUNAVAIL.  */
534 #undef CCONST_EPROCUNAVAIL
535
536 /* The value of EPROGMISMATCH.  */
537 #undef CCONST_EPROGMISMATCH
538
539 /* The value of EPROGUNAVAIL.  */
540 #undef CCONST_EPROGUNAVAIL
541
542 /* The value of EPROTO.  */
543 #undef CCONST_EPROTO
544
545 /* The value of EPROTONOSUPPORT.  */
546 #undef CCONST_EPROTONOSUPPORT
547
548 /* The value of EPROTOTYPE.  */
549 #undef CCONST_EPROTOTYPE
550
551 /* The value of ERANGE.  */
552 #undef CCONST_ERANGE
553
554 /* The value of EREMCHG.  */
555 #undef CCONST_EREMCHG
556
557 /* The value of EREMOTE.  */
558 #undef CCONST_EREMOTE
559
560 /* The value of EROFS.  */
561 #undef CCONST_EROFS
562
563 /* The value of ERPCMISMATCH.  */
564 #undef CCONST_ERPCMISMATCH
565
566 /* The value of ERREMOTE.  */
567 #undef CCONST_ERREMOTE
568
569 /* The value of ESHUTDOWN.  */
570 #undef CCONST_ESHUTDOWN
571
572 /* The value of ESOCKTNOSUPPORT.  */
573 #undef CCONST_ESOCKTNOSUPPORT
574
575 /* The value of ESPIPE.  */
576 #undef CCONST_ESPIPE
577
578 /* The value of ESRCH.  */
579 #undef CCONST_ESRCH
580
581 /* The value of ESRMNT.  */
582 #undef CCONST_ESRMNT
583
584 /* The value of ESTALE.  */
585 #undef CCONST_ESTALE
586
587 /* The value of ETIME.  */
588 #undef CCONST_ETIME
589
590 /* The value of ETIMEDOUT.  */
591 #undef CCONST_ETIMEDOUT
592
593 /* The value of ETOOMANYREFS.  */
594 #undef CCONST_ETOOMANYREFS
595
596 /* The value of ETXTBSY.  */
597 #undef CCONST_ETXTBSY
598
599 /* The value of EUSERS.  */
600 #undef CCONST_EUSERS
601
602 /* The value of EWOULDBLOCK.  */
603 #undef CCONST_EWOULDBLOCK
604
605 /* The value of EXDEV.  */
606 #undef CCONST_EXDEV
607
608 /* Define if you have the PBHSetVolSync function.  */
609 #undef HAVE_PBHSETVOLSYNC
610
611 /* Define if you have the _fullpath function.  */
612 #undef HAVE__FULLPATH
613
614 /* Define if you have the _pclose function.  */
615 #undef HAVE__PCLOSE
616
617 /* Define if you have the _popen function.  */
618 #undef HAVE__POPEN
619
620 /* Define if you have the _snprintf function.  */
621 #undef HAVE__SNPRINTF
622
623 /* Define if you have the _stricmp function.  */
624 #undef HAVE__STRICMP
625
626 /* Define if you have the _vsnprintf function.  */
627 #undef HAVE__VSNPRINTF
628
629 /* Define if you have the access function.  */
630 #undef HAVE_ACCESS
631
632 /* Define if you have the <arpa/inet.h> header file.  */
633 #undef HAVE_ARPA_INET_H
634
635 /* Define if you have the dlopen function.  */
636 #undef HAVE_DLOPEN
637
638 /* Define if you have the farcalloc function.  */
639 #undef HAVE_FARCALLOC
640
641 /* Define if you have the fgetpos function.  */
642 #undef HAVE_FGETPOS
643
644 /* Define if you have the fseek function.  */
645 #undef HAVE_FSEEK
646
647 /* Define if you have the fsetpos function.  */
648 #undef HAVE_FSETPOS
649
650 /* Define if you have the ftell function.  */
651 #undef HAVE_FTELL
652
653 /* Define if you have the ftime function.  */
654 #undef HAVE_FTIME
655
656 /* Define if you have the getclock function.  */
657 #undef HAVE_GETCLOCK
658
659 /* Define if you have the getpagesize function.  */
660 #undef HAVE_GETPAGESIZE
661
662 /* Define if you have the getrusage function.  */
663 #undef HAVE_GETRUSAGE
664
665 /* Define if you have the gettimeofday function.  */
666 #undef HAVE_GETTIMEOFDAY
667
668 /* Define if you have the macsystem function.  */
669 #undef HAVE_MACSYSTEM
670
671 /* Define if you have the mktime function.  */
672 #undef HAVE_MKTIME
673
674 /* Define if you have the mprotect function.  */
675 #undef HAVE_MPROTECT
676
677 /* Define if you have the pclose function.  */
678 #undef HAVE_PCLOSE
679
680 /* Define if you have the popen function.  */
681 #undef HAVE_POPEN
682
683 /* Define if you have the readlink function.  */
684 #undef HAVE_READLINK
685
686 /* Define if you have the realpath function.  */
687 #undef HAVE_REALPATH
688
689 /* Define if you have the setitimer function.  */
690 #undef HAVE_SETITIMER
691
692 /* Define if you have the snprintf function.  */
693 #undef HAVE_SNPRINTF
694
695 /* Define if you have the stat function.  */
696 #undef HAVE_STAT
697
698 /* Define if you have the strcasecmp function.  */
699 #undef HAVE_STRCASECMP
700
701 /* Define if you have the strcmp function.  */
702 #undef HAVE_STRCMP
703
704 /* Define if you have the strcmpi function.  */
705 #undef HAVE_STRCMPI
706
707 /* Define if you have the stricmp function.  */
708 #undef HAVE_STRICMP
709
710 /* Define if you have the symlink function.  */
711 #undef HAVE_SYMLINK
712
713 /* Define if you have the sysconf function.  */
714 #undef HAVE_SYSCONF
715
716 /* Define if you have the timelocal function.  */
717 #undef HAVE_TIMELOCAL
718
719 /* Define if you have the times function.  */
720 #undef HAVE_TIMES
721
722 /* Define if you have the vadvise function.  */
723 #undef HAVE_VADVISE
724
725 /* Define if you have the valloc function.  */
726 #undef HAVE_VALLOC
727
728 /* Define if you have the vfork function.  */
729 #undef HAVE_VFORK
730
731 /* Define if you have the vsnprintf function.  */
732 #undef HAVE_VSNPRINTF
733
734 /* Define if you have the <Files.h> header file.  */
735 #undef HAVE_FILES_H
736
737 /* Define if you have the <GL/gl.h> header file.  */
738 #undef HAVE_GL_GL_H
739
740 /* Define if you have the <assert.h> header file.  */
741 #undef HAVE_ASSERT_H
742
743 /* Define if you have the <bfd.h> header file.  */
744 #undef HAVE_BFD_H
745
746 /* Define if you have the <conio.h> header file.  */
747 #undef HAVE_CONIO_H
748
749 /* Define if you have the <console.h> header file.  */
750 #undef HAVE_CONSOLE_H
751
752 /* Define if you have the <ctype.h> header file.  */
753 #undef HAVE_CTYPE_H
754
755 /* Define if you have the <dirent.h> header file.  */
756 #undef HAVE_DIRENT_H
757
758 /* Define if you have the <dl.h> header file.  */
759 #undef HAVE_DL_H
760
761 /* Define if you have the <dlfcn.h> header file.  */
762 #undef HAVE_DLFCN_H
763
764 /* Define if you have the <dos.h> header file.  */
765 #undef HAVE_DOS_H
766
767 /* Define if you have the <errno.h> header file.  */
768 #undef HAVE_ERRNO_H
769
770 /* Define if you have the <fcntl.h> header file.  */
771 #undef HAVE_FCNTL_H
772
773 /* Define if you have the <float.h> header file.  */
774 #undef HAVE_FLOAT_H
775
776 /* Define if you have the <ftw.h> header file.  */
777 #undef HAVE_FTW_H
778
779 /* Define if you have the <grp.h> header file.  */
780 #undef HAVE_GRP_H
781
782 /* Define if you have the <ieee754.h> header file.  */
783 #undef HAVE_IEEE754_H
784
785 /* Define if you have the <inttypes.h> header file.  */
786 #undef HAVE_INTTYPES_H
787
788 /* Define if you have the <io.h> header file.  */
789 #undef HAVE_IO_H
790
791 /* Define if you have the <malloc.h> header file.  */
792 #undef HAVE_MALLOC_H
793
794 /* Define if you have the <memory.h> header file.  */
795 #undef HAVE_MEMORY_H
796
797 /* Define if you have the <netdb.h> header file.  */
798 #undef HAVE_NETDB_H
799
800 /* Define if you have the <netinet/in.h> header file.  */
801 #undef HAVE_NETINET_IN_H
802
803 /* Define if you have the <netinet/tcp.h> header file.  */
804 #undef HAVE_NETINET_TCP_H
805
806 /* Define if you have the <nlist.h> header file.  */
807 #undef HAVE_NLIST_H
808
809 /* Define if you have the <pascal.h> header file.  */
810 #undef HAVE_PASCAL_H
811
812 /* Define if you have the <pwd.h> header file.  */
813 #undef HAVE_PWD_H
814
815 /* Define if you have the <sgtty.h> header file.  */
816 #undef HAVE_SGTTY_H
817
818 /* Define if you have the <siginfo.h> header file.  */
819 #undef HAVE_SIGINFO_H
820
821 /* Define if you have the <signal.h> header file.  */
822 #undef HAVE_SIGNAL_H
823
824 /* Define if you have the <stat.h> header file.  */
825 #undef HAVE_STAT_H
826
827 /* Define if you have the <std.h> header file.  */
828 #undef HAVE_STD_H
829
830 /* Define if you have the <stdarg.h> header file.  */
831 #undef HAVE_STDARG_H
832
833 /* Define if you have the <stdint.h> header file.  */
834 #undef HAVE_STDINT_H
835
836 /* Define if you have the <stdlib.h> header file.  */
837 #undef HAVE_STDLIB_H
838
839 /* Define if you have the <string.h> header file.  */
840 #undef HAVE_STRING_H
841
842 /* Define if you have the <sys/fault.h> header file.  */
843 #undef HAVE_SYS_FAULT_H
844
845 /* Define if you have the <sys/file.h> header file.  */
846 #undef HAVE_SYS_FILE_H
847
848 /* Define if you have the <sys/ioctl.h> header file.  */
849 #undef HAVE_SYS_IOCTL_H
850
851 /* Define if you have the <sys/limits.h> header file.  */
852 #undef HAVE_SYS_LIMITS_H
853
854 /* Define if you have the <sys/mman.h> header file.  */
855 #undef HAVE_SYS_MMAN_H
856
857 /* Define if you have the <sys/param.h> header file.  */
858 #undef HAVE_SYS_PARAM_H
859
860 /* Define if you have the <sys/procfs.h> header file.  */
861 #undef HAVE_SYS_PROCFS_H
862
863 /* Define if you have the <sys/resource.h> header file.  */
864 #undef HAVE_SYS_RESOURCE_H
865
866 /* Define if you have the <sys/signal.h> header file.  */
867 #undef HAVE_SYS_SIGNAL_H
868
869 /* Define if you have the <sys/socket.h> header file.  */
870 #undef HAVE_SYS_SOCKET_H
871
872 /* Define if you have the <sys/stat.h> header file.  */
873 #undef HAVE_SYS_STAT_H
874
875 /* Define if you have the <sys/syscall.h> header file.  */
876 #undef HAVE_SYS_SYSCALL_H
877
878 /* Define if you have the <sys/time.h> header file.  */
879 #undef HAVE_SYS_TIME_H
880
881 /* Define if you have the <sys/timeb.h> header file.  */
882 #undef HAVE_SYS_TIMEB_H
883
884 /* Define if you have the <sys/timers.h> header file.  */
885 #undef HAVE_SYS_TIMERS_H
886
887 /* Define if you have the <sys/times.h> header file.  */
888 #undef HAVE_SYS_TIMES_H
889
890 /* Define if you have the <sys/types.h> header file.  */
891 #undef HAVE_SYS_TYPES_H
892
893 /* Define if you have the <sys/un.h> header file.  */
894 #undef HAVE_SYS_UN_H
895
896 /* Define if you have the <sys/utsname.h> header file.  */
897 #undef HAVE_SYS_UTSNAME_H
898
899 /* Define if you have the <sys/vadvise.h> header file.  */
900 #undef HAVE_SYS_VADVISE_H
901
902 /* Define if you have the <sys/wait.h> header file.  */
903 #undef HAVE_SYS_WAIT_H
904
905 /* Define if you have the <termio.h> header file.  */
906 #undef HAVE_TERMIO_H
907
908 /* Define if you have the <termios.h> header file.  */
909 #undef HAVE_TERMIOS_H
910
911 /* Define if you have the <time.h> header file.  */
912 #undef HAVE_TIME_H
913
914 /* Define if you have the <types.h> header file.  */
915 #undef HAVE_TYPES_H
916
917 /* Define if you have the <unistd.h> header file.  */
918 #undef HAVE_UNISTD_H
919
920 /* Define if you have the <utime.h> header file.  */
921 #undef HAVE_UTIME_H
922
923 /* Define if you have the <values.h> header file.  */
924 #undef HAVE_VALUES_H
925
926 /* Define if you have the <vfork.h> header file.  */
927 #undef HAVE_VFORK_H
928
929 /* Define if you have the <windows.h> header file.  */
930 #undef HAVE_WINDOWS_H
931
932 /* Define if you have the <winsock.h> header file.  */
933 #undef HAVE_WINSOCK_H
934
935 /* Define if you have the bfd library (-lbfd).  */
936 #undef HAVE_LIBBFD
937
938 /* Define if you have the iberty library (-liberty).  */
939 #undef HAVE_LIBIBERTY