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