1 #if !defined(__GHCAUTOCONF_H__)
2 #define __GHCAUTOCONF_H__
3 /* mk/config.h.  Generated from config.h.in by configure.  */
4 /* mk/config.h.in.  Generated from configure.ac by autoheader.  */
5 
6 /* Define if building universal (internal helper macro) */
7 /* #undef AC_APPLE_UNIVERSAL_BUILD */
8 
9 /* The alignment of a `char'. */
10 #define ALIGNMENT_CHAR 1
11 
12 /* The alignment of a `double'. */
13 #define ALIGNMENT_DOUBLE 8
14 
15 /* The alignment of a `float'. */
16 #define ALIGNMENT_FLOAT 4
17 
18 /* The alignment of a `int'. */
19 #define ALIGNMENT_INT 4
20 
21 /* The alignment of a `int16_t'. */
22 #define ALIGNMENT_INT16_T 2
23 
24 /* The alignment of a `int32_t'. */
25 #define ALIGNMENT_INT32_T 4
26 
27 /* The alignment of a `int64_t'. */
28 #define ALIGNMENT_INT64_T 8
29 
30 /* The alignment of a `int8_t'. */
31 #define ALIGNMENT_INT8_T 1
32 
33 /* The alignment of a `long'. */
34 #define ALIGNMENT_LONG 8
35 
36 /* The alignment of a `long long'. */
37 #define ALIGNMENT_LONG_LONG 8
38 
39 /* The alignment of a `short'. */
40 #define ALIGNMENT_SHORT 2
41 
42 /* The alignment of a `uint16_t'. */
43 #define ALIGNMENT_UINT16_T 2
44 
45 /* The alignment of a `uint32_t'. */
46 #define ALIGNMENT_UINT32_T 4
47 
48 /* The alignment of a `uint64_t'. */
49 #define ALIGNMENT_UINT64_T 8
50 
51 /* The alignment of a `uint8_t'. */
52 #define ALIGNMENT_UINT8_T 1
53 
54 /* The alignment of a `unsigned char'. */
55 #define ALIGNMENT_UNSIGNED_CHAR 1
56 
57 /* The alignment of a `unsigned int'. */
58 #define ALIGNMENT_UNSIGNED_INT 4
59 
60 /* The alignment of a `unsigned long'. */
61 #define ALIGNMENT_UNSIGNED_LONG 8
62 
63 /* The alignment of a `unsigned long long'. */
64 #define ALIGNMENT_UNSIGNED_LONG_LONG 8
65 
66 /* The alignment of a `unsigned short'. */
67 #define ALIGNMENT_UNSIGNED_SHORT 2
68 
69 /* The alignment of a `void *'. */
70 #define ALIGNMENT_VOID_P 8
71 
72 /* Define (to 1) if C compiler has an LLVM back end */
73 #define CC_LLVM_BACKEND 1
74 
75 /* Define to 1 if __thread is supported */
76 #define CC_SUPPORTS_TLS 1
77 
78 /* Define to 1 if using 'alloca.c'. */
79 /* #undef C_ALLOCA */
80 
81 /* Enable Native I/O manager as default. */
82 /* #undef DEFAULT_NATIVE_IO_MANAGER */
83 
84 /* Define to 1 if your processor stores words of floats with the most
85    significant byte first */
86 /* #undef FLOAT_WORDS_BIGENDIAN */
87 
88 /* Has visibility hidden */
89 #define HAS_VISIBILITY_HIDDEN 1
90 
91 /* Define to 1 if you have 'alloca', as a function or macro. */
92 #define HAVE_ALLOCA 1
93 
94 /* Define to 1 if <alloca.h> works. */
95 #define HAVE_ALLOCA_H 1
96 
97 /* Define to 1 if you have the <bfd.h> header file. */
98 /* #undef HAVE_BFD_H */
99 
100 /* Does GCC support __atomic primitives? */
101 #define HAVE_C11_ATOMICS 1
102 
103 /* Define to 1 if you have the `clock_gettime' function. */
104 #define HAVE_CLOCK_GETTIME 1
105 
106 /* Define to 1 if you have the `ctime_r' function. */
107 #define HAVE_CTIME_R 1
108 
109 /* Define to 1 if you have the <ctype.h> header file. */
110 #define HAVE_CTYPE_H 1
111 
112 /* Define to 1 if you have the declaration of `ctime_r', and to 0 if you
113    don't. */
114 #define HAVE_DECL_CTIME_R 1
115 
116 /* Define to 1 if you have the declaration of `MADV_DONTNEED', and to 0 if you
117    don't. */
118 /* #undef HAVE_DECL_MADV_DONTNEED */
119 
120 /* Define to 1 if you have the declaration of `MADV_FREE', and to 0 if you
121    don't. */
122 /* #undef HAVE_DECL_MADV_FREE */
123 
124 /* Define to 1 if you have the declaration of `MAP_NORESERVE', and to 0 if you
125    don't. */
126 /* #undef HAVE_DECL_MAP_NORESERVE */
127 
128 /* Define to 1 if you have the <dirent.h> header file. */
129 #define HAVE_DIRENT_H 1
130 
131 /* Define to 1 if you have the <dlfcn.h> header file. */
132 #define HAVE_DLFCN_H 1
133 
134 /* Define to 1 if you have the `dlinfo' function. */
135 /* #undef HAVE_DLINFO */
136 
137 /* Define to 1 if you have the <elfutils/libdw.h> header file. */
138 /* #undef HAVE_ELFUTILS_LIBDW_H */
139 
140 /* Define to 1 if you have the <errno.h> header file. */
141 #define HAVE_ERRNO_H 1
142 
143 /* Define to 1 if you have the `eventfd' function. */
144 /* #undef HAVE_EVENTFD */
145 
146 /* Define to 1 if you have the <fcntl.h> header file. */
147 #define HAVE_FCNTL_H 1
148 
149 /* Define to 1 if you have the <ffi.h> header file. */
150 /* #undef HAVE_FFI_H */
151 
152 /* Define to 1 if you have the `fork' function. */
153 #define HAVE_FORK 1
154 
155 /* Define to 1 if you have the `getclock' function. */
156 /* #undef HAVE_GETCLOCK */
157 
158 /* Define to 1 if you have the `GetModuleFileName' function. */
159 /* #undef HAVE_GETMODULEFILENAME */
160 
161 /* Define to 1 if you have the `getrusage' function. */
162 #define HAVE_GETRUSAGE 1
163 
164 /* Define to 1 if you have the `gettimeofday' function. */
165 #define HAVE_GETTIMEOFDAY 1
166 
167 /* Define to 1 if you have the <grp.h> header file. */
168 #define HAVE_GRP_H 1
169 
170 /* Define to 1 if you have the <inttypes.h> header file. */
171 #define HAVE_INTTYPES_H 1
172 
173 /* Define to 1 if you have the `bfd' library (-lbfd). */
174 /* #undef HAVE_LIBBFD */
175 
176 /* Define to 1 if you have the `dl' library (-ldl). */
177 #define HAVE_LIBDL 1
178 
179 /* Define to 1 if you have the `iberty' library (-liberty). */
180 /* #undef HAVE_LIBIBERTY */
181 
182 /* Define to 1 if you need to link with libm */
183 #define HAVE_LIBM 1
184 
185 /* Define to 1 if you have libnuma */
186 #define HAVE_LIBNUMA 0
187 
188 /* Define to 1 if you have the `pthread' library (-lpthread). */
189 #define HAVE_LIBPTHREAD 1
190 
191 /* Define to 1 if you have the `rt' library (-lrt). */
192 /* #undef HAVE_LIBRT */
193 
194 /* Define to 1 if you have the <limits.h> header file. */
195 #define HAVE_LIMITS_H 1
196 
197 /* Define to 1 if you have the <locale.h> header file. */
198 #define HAVE_LOCALE_H 1
199 
200 /* Define to 1 if the system has the type `long long'. */
201 #define HAVE_LONG_LONG 1
202 
203 /* Define to 1 if you have the mingwex library. */
204 /* #undef HAVE_MINGWEX */
205 
206 /* Define to 1 if you have the <minix/config.h> header file. */
207 /* #undef HAVE_MINIX_CONFIG_H */
208 
209 /* Define to 1 if you have the <nlist.h> header file. */
210 #define HAVE_NLIST_H 1
211 
212 /* Define to 1 if you have the <numaif.h> header file. */
213 /* #undef HAVE_NUMAIF_H */
214 
215 /* Define to 1 if you have the <numa.h> header file. */
216 /* #undef HAVE_NUMA_H */
217 
218 /* Define to 1 if we have printf$LDBLStub (Apple Mac OS >= 10.4, PPC). */
219 #define HAVE_PRINTF_LDBLSTUB 0
220 
221 /* Define to 1 if you have the `pthread_condattr_setclock' function. */
222 /* #undef HAVE_PTHREAD_CONDATTR_SETCLOCK */
223 
224 /* Define to 1 if you have the <pthread.h> header file. */
225 #define HAVE_PTHREAD_H 1
226 
227 /* Define to 1 if you have the <pthread_np.h> header file. */
228 /* #undef HAVE_PTHREAD_NP_H */
229 
230 /* Define to 1 if you have the glibc version of pthread_setname_np */
231 /* #undef HAVE_PTHREAD_SETNAME_NP */
232 
233 /* Define to 1 if you have the Darwin version of pthread_setname_np */
234 #define HAVE_PTHREAD_SETNAME_NP_DARWIN 1
235 
236 /* Define to 1 if you have pthread_set_name_np */
237 /* #undef HAVE_PTHREAD_SET_NAME_NP */
238 
239 /* Define to 1 if you have the <pwd.h> header file. */
240 #define HAVE_PWD_H 1
241 
242 /* Define to 1 if you have the `sched_getaffinity' function. */
243 /* #undef HAVE_SCHED_GETAFFINITY */
244 
245 /* Define to 1 if you have the <sched.h> header file. */
246 #define HAVE_SCHED_H 1
247 
248 /* Define to 1 if you have the `sched_setaffinity' function. */
249 /* #undef HAVE_SCHED_SETAFFINITY */
250 
251 /* Define to 1 if you have the `setitimer' function. */
252 #define HAVE_SETITIMER 1
253 
254 /* Define to 1 if you have the `setlocale' function. */
255 #define HAVE_SETLOCALE 1
256 
257 /* Define to 1 if you have the `siginterrupt' function. */
258 #define HAVE_SIGINTERRUPT 1
259 
260 /* Define to 1 if you have the <signal.h> header file. */
261 #define HAVE_SIGNAL_H 1
262 
263 /* Define to 1 if you have the <stdint.h> header file. */
264 #define HAVE_STDINT_H 1
265 
266 /* Define to 1 if you have the <stdio.h> header file. */
267 #define HAVE_STDIO_H 1
268 
269 /* Define to 1 if you have the <stdlib.h> header file. */
270 #define HAVE_STDLIB_H 1
271 
272 /* Define to 1 if you have the <strings.h> header file. */
273 #define HAVE_STRINGS_H 1
274 
275 /* Define to 1 if you have the <string.h> header file. */
276 #define HAVE_STRING_H 1
277 
278 /* Define to 1 if Apple-style dead-stripping is supported. */
279 #define HAVE_SUBSECTIONS_VIA_SYMBOLS 1
280 
281 /* Define to 1 if you have the `sysconf' function. */
282 #define HAVE_SYSCONF 1
283 
284 /* Define to 1 if you have libffi. */
285 /* #undef HAVE_SYSTEM_LIBFFI */
286 
287 /* Define to 1 if you have the <sys/cpuset.h> header file. */
288 /* #undef HAVE_SYS_CPUSET_H */
289 
290 /* Define to 1 if you have the <sys/eventfd.h> header file. */
291 /* #undef HAVE_SYS_EVENTFD_H */
292 
293 /* Define to 1 if you have the <sys/mman.h> header file. */
294 #define HAVE_SYS_MMAN_H 1
295 
296 /* Define to 1 if you have the <sys/param.h> header file. */
297 #define HAVE_SYS_PARAM_H 1
298 
299 /* Define to 1 if you have the <sys/resource.h> header file. */
300 #define HAVE_SYS_RESOURCE_H 1
301 
302 /* Define to 1 if you have the <sys/select.h> header file. */
303 #define HAVE_SYS_SELECT_H 1
304 
305 /* Define to 1 if you have the <sys/stat.h> header file. */
306 #define HAVE_SYS_STAT_H 1
307 
308 /* Define to 1 if you have the <sys/timeb.h> header file. */
309 #define HAVE_SYS_TIMEB_H 1
310 
311 /* Define to 1 if you have the <sys/timerfd.h> header file. */
312 /* #undef HAVE_SYS_TIMERFD_H */
313 
314 /* Define to 1 if you have the <sys/timers.h> header file. */
315 /* #undef HAVE_SYS_TIMERS_H */
316 
317 /* Define to 1 if you have the <sys/times.h> header file. */
318 #define HAVE_SYS_TIMES_H 1
319 
320 /* Define to 1 if you have the <sys/time.h> header file. */
321 #define HAVE_SYS_TIME_H 1
322 
323 /* Define to 1 if you have the <sys/types.h> header file. */
324 #define HAVE_SYS_TYPES_H 1
325 
326 /* Define to 1 if you have the <sys/utsname.h> header file. */
327 #define HAVE_SYS_UTSNAME_H 1
328 
329 /* Define to 1 if you have the <sys/wait.h> header file. */
330 #define HAVE_SYS_WAIT_H 1
331 
332 /* Define to 1 if you have the <termios.h> header file. */
333 #define HAVE_TERMIOS_H 1
334 
335 /* Define to 1 if you have the `timer_settime' function. */
336 /* #undef HAVE_TIMER_SETTIME */
337 
338 /* Define to 1 if you have the `times' function. */
339 #define HAVE_TIMES 1
340 
341 /* Define to 1 if you have the <time.h> header file. */
342 #define HAVE_TIME_H 1
343 
344 /* Define to 1 if you have the <unistd.h> header file. */
345 #define HAVE_UNISTD_H 1
346 
347 /* Define to 1 if you have the <utime.h> header file. */
348 #define HAVE_UTIME_H 1
349 
350 /* Define to 1 if you have the `vfork' function. */
351 #define HAVE_VFORK 1
352 
353 /* Define to 1 if you have the <vfork.h> header file. */
354 /* #undef HAVE_VFORK_H */
355 
356 /* Define to 1 if you have the <wchar.h> header file. */
357 #define HAVE_WCHAR_H 1
358 
359 /* Define to 1 if you have the <windows.h> header file. */
360 /* #undef HAVE_WINDOWS_H */
361 
362 /* Define to 1 if you have the `WinExec' function. */
363 /* #undef HAVE_WINEXEC */
364 
365 /* Define to 1 if you have the <winsock.h> header file. */
366 /* #undef HAVE_WINSOCK_H */
367 
368 /* Define to 1 if `fork' works. */
369 #define HAVE_WORKING_FORK 1
370 
371 /* Define to 1 if `vfork' works. */
372 #define HAVE_WORKING_VFORK 1
373 
374 /* Define to 1 if C symbols have a leading underscore added by the compiler.
375    */
376 #define LEADING_UNDERSCORE 1
377 
378 /* Define 1 if we need to link code using pthreads with -lpthread */
379 #define NEED_PTHREAD_LIB 0
380 
381 /* Define to the address where bug reports for this package should be sent. */
382 /* #undef PACKAGE_BUGREPORT */
383 
384 /* Define to the full name of this package. */
385 /* #undef PACKAGE_NAME */
386 
387 /* Define to the full name and version of this package. */
388 /* #undef PACKAGE_STRING */
389 
390 /* Define to the one symbol short name of this package. */
391 /* #undef PACKAGE_TARNAME */
392 
393 /* Define to the home page for this package. */
394 /* #undef PACKAGE_URL */
395 
396 /* Define to the version of this package. */
397 /* #undef PACKAGE_VERSION */
398 
399 /* Use mmap in the runtime linker */
400 #define RTS_LINKER_USE_MMAP 1
401 
402 /* The size of `char', as computed by sizeof. */
403 #define SIZEOF_CHAR 1
404 
405 /* The size of `double', as computed by sizeof. */
406 #define SIZEOF_DOUBLE 8
407 
408 /* The size of `float', as computed by sizeof. */
409 #define SIZEOF_FLOAT 4
410 
411 /* The size of `int', as computed by sizeof. */
412 #define SIZEOF_INT 4
413 
414 /* The size of `int16_t', as computed by sizeof. */
415 #define SIZEOF_INT16_T 2
416 
417 /* The size of `int32_t', as computed by sizeof. */
418 #define SIZEOF_INT32_T 4
419 
420 /* The size of `int64_t', as computed by sizeof. */
421 #define SIZEOF_INT64_T 8
422 
423 /* The size of `int8_t', as computed by sizeof. */
424 #define SIZEOF_INT8_T 1
425 
426 /* The size of `long', as computed by sizeof. */
427 #define SIZEOF_LONG 8
428 
429 /* The size of `long long', as computed by sizeof. */
430 #define SIZEOF_LONG_LONG 8
431 
432 /* The size of `short', as computed by sizeof. */
433 #define SIZEOF_SHORT 2
434 
435 /* The size of `uint16_t', as computed by sizeof. */
436 #define SIZEOF_UINT16_T 2
437 
438 /* The size of `uint32_t', as computed by sizeof. */
439 #define SIZEOF_UINT32_T 4
440 
441 /* The size of `uint64_t', as computed by sizeof. */
442 #define SIZEOF_UINT64_T 8
443 
444 /* The size of `uint8_t', as computed by sizeof. */
445 #define SIZEOF_UINT8_T 1
446 
447 /* The size of `unsigned char', as computed by sizeof. */
448 #define SIZEOF_UNSIGNED_CHAR 1
449 
450 /* The size of `unsigned int', as computed by sizeof. */
451 #define SIZEOF_UNSIGNED_INT 4
452 
453 /* The size of `unsigned long', as computed by sizeof. */
454 #define SIZEOF_UNSIGNED_LONG 8
455 
456 /* The size of `unsigned long long', as computed by sizeof. */
457 #define SIZEOF_UNSIGNED_LONG_LONG 8
458 
459 /* The size of `unsigned short', as computed by sizeof. */
460 #define SIZEOF_UNSIGNED_SHORT 2
461 
462 /* The size of `void *', as computed by sizeof. */
463 #define SIZEOF_VOID_P 8
464 
465 /* If using the C implementation of alloca, define if you know the
466    direction of stack growth for your system; otherwise it will be
467    automatically deduced at runtime.
468 	STACK_DIRECTION > 0 => grows toward higher addresses
469 	STACK_DIRECTION < 0 => grows toward lower addresses
470 	STACK_DIRECTION = 0 => direction of growth unknown */
471 /* #undef STACK_DIRECTION */
472 
473 /* Define to 1 if all of the C90 standard headers exist (not just the ones
474    required in a freestanding environment). This macro is provided for
475    backward compatibility; new code need not use it. */
476 #define STDC_HEADERS 1
477 
478 /* Define to 1 if info tables are laid out next to code */
479 #define TABLES_NEXT_TO_CODE 1
480 
481 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. This
482    macro is obsolete. */
483 #define TIME_WITH_SYS_TIME 1
484 
485 /* Enable single heap address space support */
486 #define USE_LARGE_ADDRESS_SPACE 1
487 
488 /* Set to 1 to use libdw */
489 #define USE_LIBDW 0
490 
491 /* Enable extensions on AIX 3, Interix.  */
492 #ifndef _ALL_SOURCE
493 # define _ALL_SOURCE 1
494 #endif
495 /* Enable general extensions on macOS.  */
496 #ifndef _DARWIN_C_SOURCE
497 # define _DARWIN_C_SOURCE 1
498 #endif
499 /* Enable general extensions on Solaris.  */
500 #ifndef __EXTENSIONS__
501 # define __EXTENSIONS__ 1
502 #endif
503 /* Enable GNU extensions on systems that have them.  */
504 #ifndef _GNU_SOURCE
505 # define _GNU_SOURCE 1
506 #endif
507 /* Enable X/Open compliant socket functions that do not require linking
508    with -lxnet on HP-UX 11.11.  */
509 #ifndef _HPUX_ALT_XOPEN_SOCKET_API
510 # define _HPUX_ALT_XOPEN_SOCKET_API 1
511 #endif
512 /* Identify the host operating system as Minix.
513    This macro does not affect the system headers' behavior.
514    A future release of Autoconf may stop defining this macro.  */
515 #ifndef _MINIX
516 /* # undef _MINIX */
517 #endif
518 /* Enable general extensions on NetBSD.
519    Enable NetBSD compatibility extensions on Minix.  */
520 #ifndef _NETBSD_SOURCE
521 # define _NETBSD_SOURCE 1
522 #endif
523 /* Enable OpenBSD compatibility extensions on NetBSD.
524    Oddly enough, this does nothing on OpenBSD.  */
525 #ifndef _OPENBSD_SOURCE
526 # define _OPENBSD_SOURCE 1
527 #endif
528 /* Define to 1 if needed for POSIX-compatible behavior.  */
529 #ifndef _POSIX_SOURCE
530 /* # undef _POSIX_SOURCE */
531 #endif
532 /* Define to 2 if needed for POSIX-compatible behavior.  */
533 #ifndef _POSIX_1_SOURCE
534 /* # undef _POSIX_1_SOURCE */
535 #endif
536 /* Enable POSIX-compatible threading on Solaris.  */
537 #ifndef _POSIX_PTHREAD_SEMANTICS
538 # define _POSIX_PTHREAD_SEMANTICS 1
539 #endif
540 /* Enable extensions specified by ISO/IEC TS 18661-5:2014.  */
541 #ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
542 # define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
543 #endif
544 /* Enable extensions specified by ISO/IEC TS 18661-1:2014.  */
545 #ifndef __STDC_WANT_IEC_60559_BFP_EXT__
546 # define __STDC_WANT_IEC_60559_BFP_EXT__ 1
547 #endif
548 /* Enable extensions specified by ISO/IEC TS 18661-2:2015.  */
549 #ifndef __STDC_WANT_IEC_60559_DFP_EXT__
550 # define __STDC_WANT_IEC_60559_DFP_EXT__ 1
551 #endif
552 /* Enable extensions specified by ISO/IEC TS 18661-4:2015.  */
553 #ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
554 # define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
555 #endif
556 /* Enable extensions specified by ISO/IEC TS 18661-3:2015.  */
557 #ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
558 # define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
559 #endif
560 /* Enable extensions specified by ISO/IEC TR 24731-2:2010.  */
561 #ifndef __STDC_WANT_LIB_EXT2__
562 # define __STDC_WANT_LIB_EXT2__ 1
563 #endif
564 /* Enable extensions specified by ISO/IEC 24747:2009.  */
565 #ifndef __STDC_WANT_MATH_SPEC_FUNCS__
566 # define __STDC_WANT_MATH_SPEC_FUNCS__ 1
567 #endif
568 /* Enable extensions on HP NonStop.  */
569 #ifndef _TANDEM_SOURCE
570 # define _TANDEM_SOURCE 1
571 #endif
572 /* Enable X/Open extensions.  Define to 500 only if necessary
573    to make mbstate_t available.  */
574 #ifndef _XOPEN_SOURCE
575 /* # undef _XOPEN_SOURCE */
576 #endif
577 
578 
579 /* Define to 1 if we can use timer_create(CLOCK_REALTIME,...) */
580 /* #undef USE_TIMER_CREATE */
581 
582 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
583    significant byte first (like Motorola and SPARC, unlike Intel). */
584 #if defined AC_APPLE_UNIVERSAL_BUILD
585 # if defined __BIG_ENDIAN__
586 #  define WORDS_BIGENDIAN 1
587 # endif
588 #else
589 # ifndef WORDS_BIGENDIAN
590 /* #  undef WORDS_BIGENDIAN */
591 # endif
592 #endif
593 
594 /* Number of bits in a file offset, on hosts where this is settable. */
595 /* #undef _FILE_OFFSET_BITS */
596 
597 /* Define for large files, on AIX-style hosts. */
598 /* #undef _LARGE_FILES */
599 
600 /* ARM pre v6 */
601 /* #undef arm_HOST_ARCH_PRE_ARMv6 */
602 
603 /* ARM pre v7 */
604 /* #undef arm_HOST_ARCH_PRE_ARMv7 */
605 
606 /* Define to empty if `const' does not conform to ANSI C. */
607 /* #undef const */
608 
609 /* Define as a signed integer type capable of holding a process identifier. */
610 /* #undef pid_t */
611 
612 /* The maximum supported LLVM version number */
613 #define sUPPORTED_LLVM_VERSION_MAX (13)
614 
615 /* The minimum supported LLVM version number */
616 #define sUPPORTED_LLVM_VERSION_MIN (9)
617 
618 /* Define to `unsigned int' if <sys/types.h> does not define. */
619 /* #undef size_t */
620 
621 /* Define as `fork' if `vfork' does not work. */
622 /* #undef vfork */
623 #endif /* __GHCAUTOCONF_H__ */
624