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