b59b3abf5067205818733bc6d4926673fa5a4f91
[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 /* Define if you have the PBHSetVolSync function.  */
307 #undef HAVE_PBHSETVOLSYNC
308
309 /* Define if you have the _fullpath function.  */
310 #undef HAVE__FULLPATH
311
312 /* Define if you have the _pclose function.  */
313 #undef HAVE__PCLOSE
314
315 /* Define if you have the _popen function.  */
316 #undef HAVE__POPEN
317
318 /* Define if you have the _snprintf function.  */
319 #undef HAVE__SNPRINTF
320
321 /* Define if you have the _stricmp function.  */
322 #undef HAVE__STRICMP
323
324 /* Define if you have the _vsnprintf function.  */
325 #undef HAVE__VSNPRINTF
326
327 /* Define if you have the access function.  */
328 #undef HAVE_ACCESS
329
330 /* Define if you have the farcalloc function.  */
331 #undef HAVE_FARCALLOC
332
333 /* Define if you have the fgetpos function.  */
334 #undef HAVE_FGETPOS
335
336 /* Define if you have the fseek function.  */
337 #undef HAVE_FSEEK
338
339 /* Define if you have the fsetpos function.  */
340 #undef HAVE_FSETPOS
341
342 /* Define if you have the ftell function.  */
343 #undef HAVE_FTELL
344
345 /* Define if you have the ftime function.  */
346 #undef HAVE_FTIME
347
348 /* Define if you have the getclock function.  */
349 #undef HAVE_GETCLOCK
350
351 /* Define if you have the getpagesize function.  */
352 #undef HAVE_GETPAGESIZE
353
354 /* Define if you have the getrusage function.  */
355 #undef HAVE_GETRUSAGE
356
357 /* Define if you have the gettimeofday function.  */
358 #undef HAVE_GETTIMEOFDAY
359
360 /* Define if you have the macsystem function.  */
361 #undef HAVE_MACSYSTEM
362
363 /* Define if you have the mktime function.  */
364 #undef HAVE_MKTIME
365
366 /* Define if you have the mprotect function.  */
367 #undef HAVE_MPROTECT
368
369 /* Define if you have the pclose function.  */
370 #undef HAVE_PCLOSE
371
372 /* Define if you have the popen function.  */
373 #undef HAVE_POPEN
374
375 /* Define if you have the readlink function.  */
376 #undef HAVE_READLINK
377
378 /* Define if you have the realpath function.  */
379 #undef HAVE_REALPATH
380
381 /* Define if you have the setitimer function.  */
382 #undef HAVE_SETITIMER
383
384 /* Define if you have the snprintf function.  */
385 #undef HAVE_SNPRINTF
386
387 /* Define if you have the stat function.  */
388 #undef HAVE_STAT
389
390 /* Define if you have the strcasecmp function.  */
391 #undef HAVE_STRCASECMP
392
393 /* Define if you have the strcmp function.  */
394 #undef HAVE_STRCMP
395
396 /* Define if you have the strcmpi function.  */
397 #undef HAVE_STRCMPI
398
399 /* Define if you have the stricmp function.  */
400 #undef HAVE_STRICMP
401
402 /* Define if you have the symlink function.  */
403 #undef HAVE_SYMLINK
404
405 /* Define if you have the sysconf function.  */
406 #undef HAVE_SYSCONF
407
408 /* Define if you have the timelocal function.  */
409 #undef HAVE_TIMELOCAL
410
411 /* Define if you have the times function.  */
412 #undef HAVE_TIMES
413
414 /* Define if you have the vadvise function.  */
415 #undef HAVE_VADVISE
416
417 /* Define if you have the valloc function.  */
418 #undef HAVE_VALLOC
419
420 /* Define if you have the vfork function.  */
421 #undef HAVE_VFORK
422
423 /* Define if you have the vsnprintf function.  */
424 #undef HAVE_VSNPRINTF
425
426 /* Define if you have the <Files.h> header file.  */
427 #undef HAVE_FILES_H
428
429 /* Define if you have the <GL/gl.h> header file.  */
430 #undef HAVE_GL_GL_H
431
432 /* Define if you have the <assert.h> header file.  */
433 #undef HAVE_ASSERT_H
434
435 /* Define if you have the <bfd.h> header file.  */
436 #undef HAVE_BFD_H
437
438 /* Define if you have the <conio.h> header file.  */
439 #undef HAVE_CONIO_H
440
441 /* Define if you have the <console.h> header file.  */
442 #undef HAVE_CONSOLE_H
443
444 /* Define if you have the <ctype.h> header file.  */
445 #undef HAVE_CTYPE_H
446
447 /* Define if you have the <dirent.h> header file.  */
448 #undef HAVE_DIRENT_H
449
450 /* Define if you have the <dl.h> header file.  */
451 #undef HAVE_DL_H
452
453 /* Define if you have the <dlfcn.h> header file.  */
454 #undef HAVE_DLFCN_H
455
456 /* Define if you have the <dos.h> header file.  */
457 #undef HAVE_DOS_H
458
459 /* Define if you have the <errno.h> header file.  */
460 #undef HAVE_ERRNO_H
461
462 /* Define if you have the <fcntl.h> header file.  */
463 #undef HAVE_FCNTL_H
464
465 /* Define if you have the <float.h> header file.  */
466 #undef HAVE_FLOAT_H
467
468 /* Define if you have the <ftw.h> header file.  */
469 #undef HAVE_FTW_H
470
471 /* Define if you have the <grp.h> header file.  */
472 #undef HAVE_GRP_H
473
474 /* Define if you have the <ieee754.h> header file.  */
475 #undef HAVE_IEEE754_H
476
477 /* Define if you have the <inttypes.h> header file.  */
478 #undef HAVE_INTTYPES_H
479
480 /* Define if you have the <io.h> header file.  */
481 #undef HAVE_IO_H
482
483 /* Define if you have the <malloc.h> header file.  */
484 #undef HAVE_MALLOC_H
485
486 /* Define if you have the <memory.h> header file.  */
487 #undef HAVE_MEMORY_H
488
489 /* Define if you have the <netinet/tcp.h> header file.  */
490 #undef HAVE_NETINET_TCP_H
491
492 /* Define if you have the <nlist.h> header file.  */
493 #undef HAVE_NLIST_H
494
495 /* Define if you have the <pascal.h> header file.  */
496 #undef HAVE_PASCAL_H
497
498 /* Define if you have the <pwd.h> header file.  */
499 #undef HAVE_PWD_H
500
501 /* Define if you have the <sgtty.h> header file.  */
502 #undef HAVE_SGTTY_H
503
504 /* Define if you have the <siginfo.h> header file.  */
505 #undef HAVE_SIGINFO_H
506
507 /* Define if you have the <signal.h> header file.  */
508 #undef HAVE_SIGNAL_H
509
510 /* Define if you have the <stat.h> header file.  */
511 #undef HAVE_STAT_H
512
513 /* Define if you have the <std.h> header file.  */
514 #undef HAVE_STD_H
515
516 /* Define if you have the <stdarg.h> header file.  */
517 #undef HAVE_STDARG_H
518
519 /* Define if you have the <stdint.h> header file.  */
520 #undef HAVE_STDINT_H
521
522 /* Define if you have the <stdlib.h> header file.  */
523 #undef HAVE_STDLIB_H
524
525 /* Define if you have the <string.h> header file.  */
526 #undef HAVE_STRING_H
527
528 /* Define if you have the <sys/fault.h> header file.  */
529 #undef HAVE_SYS_FAULT_H
530
531 /* Define if you have the <sys/file.h> header file.  */
532 #undef HAVE_SYS_FILE_H
533
534 /* Define if you have the <sys/ioctl.h> header file.  */
535 #undef HAVE_SYS_IOCTL_H
536
537 /* Define if you have the <sys/limits.h> header file.  */
538 #undef HAVE_SYS_LIMITS_H
539
540 /* Define if you have the <sys/mman.h> header file.  */
541 #undef HAVE_SYS_MMAN_H
542
543 /* Define if you have the <sys/param.h> header file.  */
544 #undef HAVE_SYS_PARAM_H
545
546 /* Define if you have the <sys/procfs.h> header file.  */
547 #undef HAVE_SYS_PROCFS_H
548
549 /* Define if you have the <sys/resource.h> header file.  */
550 #undef HAVE_SYS_RESOURCE_H
551
552 /* Define if you have the <sys/signal.h> header file.  */
553 #undef HAVE_SYS_SIGNAL_H
554
555 /* Define if you have the <sys/socket.h> header file.  */
556 #undef HAVE_SYS_SOCKET_H
557
558 /* Define if you have the <sys/stat.h> header file.  */
559 #undef HAVE_SYS_STAT_H
560
561 /* Define if you have the <sys/syscall.h> header file.  */
562 #undef HAVE_SYS_SYSCALL_H
563
564 /* Define if you have the <sys/time.h> header file.  */
565 #undef HAVE_SYS_TIME_H
566
567 /* Define if you have the <sys/timeb.h> header file.  */
568 #undef HAVE_SYS_TIMEB_H
569
570 /* Define if you have the <sys/timers.h> header file.  */
571 #undef HAVE_SYS_TIMERS_H
572
573 /* Define if you have the <sys/times.h> header file.  */
574 #undef HAVE_SYS_TIMES_H
575
576 /* Define if you have the <sys/types.h> header file.  */
577 #undef HAVE_SYS_TYPES_H
578
579 /* Define if you have the <sys/utsname.h> header file.  */
580 #undef HAVE_SYS_UTSNAME_H
581
582 /* Define if you have the <sys/vadvise.h> header file.  */
583 #undef HAVE_SYS_VADVISE_H
584
585 /* Define if you have the <sys/wait.h> header file.  */
586 #undef HAVE_SYS_WAIT_H
587
588 /* Define if you have the <termio.h> header file.  */
589 #undef HAVE_TERMIO_H
590
591 /* Define if you have the <termios.h> header file.  */
592 #undef HAVE_TERMIOS_H
593
594 /* Define if you have the <time.h> header file.  */
595 #undef HAVE_TIME_H
596
597 /* Define if you have the <types.h> header file.  */
598 #undef HAVE_TYPES_H
599
600 /* Define if you have the <unistd.h> header file.  */
601 #undef HAVE_UNISTD_H
602
603 /* Define if you have the <utime.h> header file.  */
604 #undef HAVE_UTIME_H
605
606 /* Define if you have the <values.h> header file.  */
607 #undef HAVE_VALUES_H
608
609 /* Define if you have the <vfork.h> header file.  */
610 #undef HAVE_VFORK_H
611
612 /* Define if you have the <windows.h> header file.  */
613 #undef HAVE_WINDOWS_H
614
615 /* Define if you have the <winsock.h> header file.  */
616 #undef HAVE_WINSOCK_H
617
618 /* Define if you have the bfd library (-lbfd).  */
619 #undef HAVE_LIBBFD
620
621 /* Define if you have the iberty library (-liberty).  */
622 #undef HAVE_LIBIBERTY