1/* include/llvm/Config/config.h.  Generated from config.h.in by configure.  */
2/* include/llvm/Config/config.h.in.  Generated from autoconf/configure.ac by autoheader.  */
3
4#ifndef CONFIG_H
5#define CONFIG_H
6
7/* Bug report URL. */
8#define BUG_REPORT_URL "http://llvm.org/bugs/"
9
10/* Define if we have libxml2 */
11/* #undef CLANG_HAVE_LIBXML */
12
13/* Relative directory for resource files */
14#define CLANG_RESOURCE_DIR ""
15
16/* Directories clang will search for headers */
17#define C_INCLUDE_DIRS "/usr/include/clang-3.4:/usr/include"
18
19/* Default <path> to all compiler invocations for --sysroot=<path>. */
20#define DEFAULT_SYSROOT ""
21
22/* Define if you want backtraces on crash */
23#define ENABLE_BACKTRACES 1
24
25/* Define to enable crash handling overrides */
26#define ENABLE_CRASH_OVERRIDES 1
27
28/* Define if position independent code is enabled */
29#define ENABLE_PIC 1
30
31/* Define if timestamp information (e.g., __DATE__) is allowed */
32#define ENABLE_TIMESTAMPS 0
33
34/* Directory where gcc is installed. */
35#define GCC_INSTALL_PREFIX ""
36
37/* Define to 1 if you have the `arc4random' function. */
38#define HAVE_ARC4RANDOM 1
39
40/* Define to 1 if you have the `argz_append' function. */
41/* #undef HAVE_ARGZ_APPEND */
42
43/* Define to 1 if you have the `argz_create_sep' function. */
44/* #undef HAVE_ARGZ_CREATE_SEP */
45
46/* Define to 1 if you have the <argz.h> header file. */
47/* #undef HAVE_ARGZ_H */
48
49/* Define to 1 if you have the `argz_insert' function. */
50/* #undef HAVE_ARGZ_INSERT */
51
52/* Define to 1 if you have the `argz_next' function. */
53/* #undef HAVE_ARGZ_NEXT */
54
55/* Define to 1 if you have the `argz_stringify' function. */
56/* #undef HAVE_ARGZ_STRINGIFY */
57
58/* Define to 1 if you have the `backtrace' function. */
59/* #undef HAVE_BACKTRACE */
60
61/* Define to 1 if you have the `ceilf' function. */
62#define HAVE_CEILF 1
63
64/* Define if the neat program is available */
65/* #undef HAVE_CIRCO */
66
67/* Define to 1 if you have the `closedir' function. */
68#define HAVE_CLOSEDIR 1
69
70/* Define to 1 if you have the <CrashReporterClient.h> header file. */
71/* #undef HAVE_CRASHREPORTERCLIENT_H */
72
73/* can use __crashreporter_info__ */
74#define HAVE_CRASHREPORTER_INFO 0
75
76/* Define to 1 if you have the <cxxabi.h> header file. */
77#define HAVE_CXXABI_H 1
78
79/* Define to 1 if you have the declaration of `FE_ALL_EXCEPT', and to 0 if you
80   don't. */
81#define HAVE_DECL_FE_ALL_EXCEPT 1
82
83/* Define to 1 if you have the declaration of `FE_INEXACT', and to 0 if you
84   don't. */
85#define HAVE_DECL_FE_INEXACT 1
86
87/* Define to 1 if you have the declaration of `strerror_s', and to 0 if you
88   don't. */
89#define HAVE_DECL_STRERROR_S 0
90
91/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
92   */
93#define HAVE_DIRENT_H 1
94
95/* Define if you have the GNU dld library. */
96/* #undef HAVE_DLD */
97
98/* Define to 1 if you have the `dlerror' function. */
99#define HAVE_DLERROR 1
100
101/* Define to 1 if you have the <dlfcn.h> header file. */
102#define HAVE_DLFCN_H 1
103
104/* Define if dlopen() is available on this platform. */
105#define HAVE_DLOPEN 1
106
107/* Define if the dot program is available */
108/* #undef HAVE_DOT */
109
110/* Define if the dotty program is available */
111/* #undef HAVE_DOTTY */
112
113/* Define if you have the _dyld_func_lookup function. */
114/* #undef HAVE_DYLD */
115
116/* Define to 1 if you have the <errno.h> header file. */
117#define HAVE_ERRNO_H 1
118
119/* Define to 1 if the system has the type `error_t'. */
120/* #undef HAVE_ERROR_T */
121
122/* Define to 1 if you have the <execinfo.h> header file. */
123#define HAVE_EXECINFO_H 1
124
125/* Define to 1 if you have the `exp' function. */
126#define HAVE_EXP 1
127
128/* Define to 1 if you have the `exp2' function. */
129#define HAVE_EXP2 1
130
131/* Define to 1 if you have the <fcntl.h> header file. */
132#define HAVE_FCNTL_H 1
133
134/* Define if the neat program is available */
135/* #undef HAVE_FDP */
136
137/* Define to 1 if you have the <fenv.h> header file. */
138  #ifndef __ppc__
139#define HAVE_FENV_H 1
140  #endif
141
142/* Define if libffi is available on this platform. */
143/* #undef HAVE_FFI_CALL */
144
145/* Define to 1 if you have the <ffi/ffi.h> header file. */
146/* #undef HAVE_FFI_FFI_H */
147
148/* Define to 1 if you have the <ffi.h> header file. */
149/* #undef HAVE_FFI_H */
150
151/* Set to 1 if the finite function is found in <ieeefp.h> */
152/* #undef HAVE_FINITE_IN_IEEEFP_H */
153
154/* Define to 1 if you have the `floorf' function. */
155#define HAVE_FLOORF 1
156
157/* Define to 1 if you have the `fmodf' function. */
158#define HAVE_FMODF 1
159
160/* Define to 1 if you have the `futimens' function. */
161#define HAVE_FUTIMENS 1
162
163/* Define to 1 if you have the `futimes' function. */
164#define HAVE_FUTIMES 1
165
166/* Define to 1 if you have the `getcwd' function. */
167#define HAVE_GETCWD 1
168
169/* Define to 1 if you have the `getpagesize' function. */
170#define HAVE_GETPAGESIZE 1
171
172/* Define to 1 if you have the `getrlimit' function. */
173#define HAVE_GETRLIMIT 1
174
175/* Define to 1 if you have the `getrusage' function. */
176#define HAVE_GETRUSAGE 1
177
178/* Define to 1 if you have the `gettimeofday' function. */
179#define HAVE_GETTIMEOFDAY 1
180
181/* Define if the Graphviz program is available */
182/* #undef HAVE_GRAPHVIZ */
183
184/* Define if the gv program is available */
185/* #undef HAVE_GV */
186
187/* Define to 1 if the system has the type `int64_t'. */
188#define HAVE_INT64_T 1
189
190/* Define to 1 if you have the <inttypes.h> header file. */
191#define HAVE_INTTYPES_H 1
192
193/* Define to 1 if you have the `isatty' function. */
194#define HAVE_ISATTY 1
195
196/* Set to 1 if the isinf function is found in <cmath> */
197#define HAVE_ISINF_IN_CMATH 1
198
199/* Set to 1 if the isinf function is found in <math.h> */
200#define HAVE_ISINF_IN_MATH_H 1
201
202/* Set to 1 if the isnan function is found in <cmath> */
203#define HAVE_ISNAN_IN_CMATH 1
204
205/* Set to 1 if the isnan function is found in <math.h> */
206#define HAVE_ISNAN_IN_MATH_H 1
207
208/* Define if you have the libdl library or equivalent. */
209#define HAVE_LIBDL 1
210
211/* Define to 1 if you have the `imagehlp' library (-limagehlp). */
212/* #undef HAVE_LIBIMAGEHLP */
213
214/* Define to 1 if you have the `m' library (-lm). */
215#define HAVE_LIBM 1
216
217/* Define to 1 if you have the `psapi' library (-lpsapi). */
218/* #undef HAVE_LIBPSAPI */
219
220/* Define to 1 if you have the `pthread' library (-lpthread). */
221/* MINIX: #define HAVE_LIBPTHREAD 1 */
222
223/* Define to 1 if you have the `shell32' library (-lshell32). */
224/* #undef HAVE_LIBSHELL32 */
225
226/* Define to 1 if you have the `udis86' library (-ludis86). */
227/* #undef HAVE_LIBUDIS86 */
228
229/* Define to 1 if you have the `z' library (-lz). */
230#define HAVE_LIBZ 1
231
232/* Define if you can use -rdynamic. */
233#define HAVE_LINK_EXPORT_DYNAMIC 1
234
235/* Define to 1 if you have the <link.h> header file. */
236#define HAVE_LINK_H 1
237
238/* Define if you can use -Wl,-R. to pass -R. to the linker, in order to add
239   the current directory to the dynamic linker search path. */
240#define HAVE_LINK_R 1
241
242/* Define to 1 if you have the `log' function. */
243#define HAVE_LOG 1
244
245/* Define to 1 if you have the `log10' function. */
246#define HAVE_LOG10 1
247
248/* Define to 1 if you have the `log2' function. */
249#define HAVE_LOG2 1
250
251/* Define to 1 if you have the `longjmp' function. */
252/* #undef HAVE_LONGJMP */
253
254/* Define to 1 if you have the <mach/mach.h> header file. */
255/* #undef HAVE_MACH_MACH_H */
256
257/* Define to 1 if you have the <mach-o/dyld.h> header file. */
258/* #undef HAVE_MACH_O_DYLD_H */
259
260/* Define if mallinfo() is available on this platform. */
261/* #undef HAVE_MALLINFO */
262
263/* Define to 1 if you have the <malloc.h> header file. */
264#define HAVE_MALLOC_H 1
265
266/* Define to 1 if you have the <malloc/malloc.h> header file. */
267/* #undef HAVE_MALLOC_MALLOC_H */
268
269/* Define to 1 if you have the `malloc_zone_statistics' function. */
270/* #undef HAVE_MALLOC_ZONE_STATISTICS */
271
272/* Define to 1 if you have the <memory.h> header file. */
273#define HAVE_MEMORY_H 1
274
275/* Define to 1 if you have the `mkdtemp' function. */
276#define HAVE_MKDTEMP 1
277
278/* Define to 1 if you have the `mkstemp' function. */
279#define HAVE_MKSTEMP 1
280
281/* Define to 1 if you have the `mktemp' function. */
282#define HAVE_MKTEMP 1
283
284/* Define to 1 if you have a working `mmap' system call. */
285#define HAVE_MMAP 1
286
287/* Define if mmap() uses MAP_ANONYMOUS to map anonymous pages, or undefine if
288   it uses MAP_ANON */
289/* #undef HAVE_MMAP_ANONYMOUS */
290
291/* Define if mmap() can map files into memory */
292#define HAVE_MMAP_FILE 1
293
294/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
295/* #undef HAVE_NDIR_H */
296
297/* Define to 1 if you have the `nearbyintf' function. */
298#define HAVE_NEARBYINTF 1
299
300/* Define if the neat program is available */
301/* #undef HAVE_NEATO */
302
303/* Define to 1 if you have the `opendir' function. */
304#define HAVE_OPENDIR 1
305
306/* Define to 1 if you have the `posix_spawn' function. */
307/* MINIX: #define HAVE_POSIX_SPAWN 1 */
308
309/* Define to 1 if you have the `powf' function. */
310#define HAVE_POWF 1
311
312/* Define to 1 if you have the `pread' function. */
313#define HAVE_PREAD 1
314
315/* Define if libtool can extract symbol lists from object files. */
316#define HAVE_PRELOADED_SYMBOLS 1
317
318/* Define to have the %a format string */
319#define HAVE_PRINTF_A 1
320
321/* Have pthread_getspecific */
322/* MINIX: #define HAVE_PTHREAD_GETSPECIFIC 1 */
323
324/* Define to 1 if you have the <pthread.h> header file. */
325/* MINIX: #define HAVE_PTHREAD_H 1 */
326
327/* Have pthread_mutex_lock */
328/* MINIX: #define HAVE_PTHREAD_MUTEX_LOCK 1 */
329
330/* Have pthread_rwlock_init */
331/* MINIX: #define HAVE_PTHREAD_RWLOCK_INIT 1 */
332
333/* Define to 1 if srand48/lrand48/drand48 exist in <stdlib.h> */
334#define HAVE_RAND48 1
335
336/* Define to 1 if you have the `readdir' function. */
337#define HAVE_READDIR 1
338
339/* Define to 1 if you have the `realpath' function. */
340#define HAVE_REALPATH 1
341
342/* Define to 1 if you have the `rintf' function. */
343#define HAVE_RINTF 1
344
345/* Define to 1 if you have the `round' function. */
346#define HAVE_ROUND 1
347
348/* Define to 1 if you have the `roundf' function. */
349#define HAVE_ROUNDF 1
350
351/* Define to 1 if you have the `sbrk' function. */
352#define HAVE_SBRK 1
353
354/* Define to 1 if you have the `setenv' function. */
355#define HAVE_SETENV 1
356
357/* Define to 1 if you have the `setjmp' function. */
358/* #undef HAVE_SETJMP */
359
360/* Define to 1 if you have the <setjmp.h> header file. */
361#define HAVE_SETJMP_H 1
362
363/* Define to 1 if you have the `setrlimit' function. */
364/* MINIX: #define HAVE_SETRLIMIT 1 */
365
366/* Define if you have the shl_load function. */
367/* #undef HAVE_SHL_LOAD */
368
369/* Define to 1 if you have the `siglongjmp' function. */
370/* #undef HAVE_SIGLONGJMP */
371
372/* Define to 1 if you have the <signal.h> header file. */
373#define HAVE_SIGNAL_H 1
374
375/* Define to 1 if you have the `sigsetjmp' function. */
376/* #undef HAVE_SIGSETJMP */
377
378/* Define to 1 if you have the <stdint.h> header file. */
379#define HAVE_STDINT_H 1
380
381/* Define to 1 if you have the <stdlib.h> header file. */
382#define HAVE_STDLIB_H 1
383
384/* Set to 1 if the std::isinf function is found in <cmath> */
385#define HAVE_STD_ISINF_IN_CMATH 1
386
387/* Set to 1 if the std::isnan function is found in <cmath> */
388#define HAVE_STD_ISNAN_IN_CMATH 1
389
390/* Define to 1 if you have the `strerror' function. */
391#define HAVE_STRERROR 1
392
393/* Define to 1 if you have the `strerror_r' function. */
394#define HAVE_STRERROR_R 1
395
396/* Define to 1 if you have the <strings.h> header file. */
397#define HAVE_STRINGS_H 1
398
399/* Define to 1 if you have the <string.h> header file. */
400#define HAVE_STRING_H 1
401
402/* Define to 1 if you have the `strtof' function. */
403#define HAVE_STRTOF 1
404
405/* Define to 1 if you have the `strtoll' function. */
406#define HAVE_STRTOLL 1
407
408/* Define to 1 if you have the `strtoq' function. */
409#define HAVE_STRTOQ 1
410
411/* Define to 1 if you have the `sysconf' function. */
412/* #define HAVE_SYSCONF 1 */
413
414/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
415   */
416/* #undef HAVE_SYS_DIR_H */
417
418/* Define to 1 if you have the <sys/ioctl.h> header file. */
419#define HAVE_SYS_IOCTL_H 1
420
421/* Define to 1 if you have the <sys/mman.h> header file. */
422#define HAVE_SYS_MMAN_H 1
423
424/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
425   */
426/* #undef HAVE_SYS_NDIR_H */
427
428/* Define to 1 if you have the <sys/param.h> header file. */
429#define HAVE_SYS_PARAM_H 1
430
431/* Define to 1 if you have the <sys/resource.h> header file. */
432#define HAVE_SYS_RESOURCE_H 1
433
434/* Define to 1 if you have the <sys/stat.h> header file. */
435#define HAVE_SYS_STAT_H 1
436
437/* Define to 1 if you have the <sys/time.h> header file. */
438#define HAVE_SYS_TIME_H 1
439
440/* Define to 1 if you have the <sys/types.h> header file. */
441#define HAVE_SYS_TYPES_H 1
442
443/* Define to 1 if you have the <sys/uio.h> header file. */
444#define HAVE_SYS_UIO_H 1
445
446/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
447#define HAVE_SYS_WAIT_H 1
448
449/* Define if the setupterm() function is supported this platform. */
450#define HAVE_TERMINFO 1
451
452/* Define to 1 if you have the <termios.h> header file. */
453#define HAVE_TERMIOS_H 1
454
455/* Define if the neat program is available */
456/* #undef HAVE_TWOPI */
457
458/* Define to 1 if the system has the type `uint64_t'. */
459#define HAVE_UINT64_T 1
460
461/* Define to 1 if you have the <unistd.h> header file. */
462#define HAVE_UNISTD_H 1
463
464/* Define to 1 if you have the <utime.h> header file. */
465#define HAVE_UTIME_H 1
466
467/* Define to 1 if the system has the type `u_int64_t'. */
468/* #undef HAVE_U_INT64_T */
469
470/* Define to 1 if you have the <valgrind/valgrind.h> header file. */
471/* #undef HAVE_VALGRIND_VALGRIND_H */
472
473/* Define to 1 if you have the `writev' function. */
474#define HAVE_WRITEV 1
475
476/* Define if the xdot program is available */
477/* #undef HAVE_XDOT */
478
479/* Define to 1 if you have the <zlib.h> header file. */
480#define HAVE_ZLIB_H 1
481
482/* Have host's _alloca */
483/* #undef HAVE__ALLOCA */
484
485/* Have host's __alloca */
486/* #undef HAVE___ALLOCA */
487
488/* Have host's __ashldi3 */
489/* #undef HAVE___ASHLDI3 */
490
491/* Have host's __ashrdi3 */
492/* #undef HAVE___ASHRDI3 */
493
494/* Have host's __chkstk */
495/* #undef HAVE___CHKSTK */
496
497/* Have host's __cmpdi2 */
498/* #undef HAVE___CMPDI2 */
499
500/* Have host's __divdi3 */
501/* #undef HAVE___DIVDI3 */
502
503/* Define to 1 if you have the `__dso_handle' function. */
504#define HAVE___DSO_HANDLE 1
505
506/* Have host's __fixdfdi */
507/* #undef HAVE___FIXDFDI */
508
509/* Have host's __fixsfdi */
510/* #undef HAVE___FIXSFDI */
511
512/* Have host's __floatdidf */
513/* #undef HAVE___FLOATDIDF */
514
515/* Have host's __lshrdi3 */
516/* #undef HAVE___LSHRDI3 */
517
518/* Have host's __main */
519/* #undef HAVE___MAIN */
520
521/* Have host's __moddi3 */
522/* #undef HAVE___MODDI3 */
523
524/* Have host's __udivdi3 */
525/* #undef HAVE___UDIVDI3 */
526
527/* Have host's __umoddi3 */
528/* #undef HAVE___UMODDI3 */
529
530/* Have host's ___chkstk */
531/* #undef HAVE____CHKSTK */
532
533/* Linker version detected at compile time. */
534#define HOST_LINK_VERSION "2.23.2"
535
536/* Installation directory for binary executables */
537#define LLVM_BINDIR "/usr/bin"
538
539/* Time at which LLVM was configured */
540#define LLVM_CONFIGTIME "(timestamp not enabled)"
541
542/* Installation directory for data files */
543#define LLVM_DATADIR "/usr/share/llvm"
544
545/* Target triple LLVM will generate code for by default */
546#define LLVM_DEFAULT_TARGET_TRIPLE "i586-elf32-minix"
547
548/* Installation directory for documentation */
549#define LLVM_DOCSDIR "/usr/share/doc/llvm"
550
551/* Define if threads enabled */
552/* MINIX: #define LLVM_ENABLE_THREADS 1 */
553
554/* Define if zlib is enabled */
555#define LLVM_ENABLE_ZLIB 1
556
557/* Installation directory for config files */
558#define LLVM_ETCDIR "/usr/etc/llvm"
559
560/* Has gcc/MSVC atomic intrinsics */
561#define LLVM_HAS_ATOMICS 1
562
563/* Host triple LLVM will be executed on */
564#define LLVM_HOST_TRIPLE "i586-elf32-minix"
565
566/* Installation directory for include files */
567#define LLVM_INCLUDEDIR "/usr/include"
568
569/* Installation directory for .info files */
570#define LLVM_INFODIR "/usr/info"
571
572/* Installation directory for man pages */
573#define LLVM_MANDIR "/usr/man"
574
575/* LLVM architecture name for the native architecture, if available */
576#define LLVM_NATIVE_ARCH X86
577
578/* LLVM name for the native AsmParser init function, if available */
579#define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
580
581/* LLVM name for the native AsmPrinter init function, if available */
582#define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
583
584/* LLVM name for the native Disassembler init function, if available */
585#define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
586
587/* LLVM name for the native Target init function, if available */
588#define LLVM_NATIVE_TARGET LLVMInitializeX86Target
589
590/* LLVM name for the native TargetInfo init function, if available */
591#define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
592
593/* LLVM name for the native target MC init function, if available */
594#define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
595
596/* Define if this is Unixish platform */
597#define LLVM_ON_UNIX 1
598
599/* Define if this is Win32ish platform */
600/* #undef LLVM_ON_WIN32 */
601
602/* Define to path to circo program if found or 'echo circo' otherwise */
603/* #undef LLVM_PATH_CIRCO */
604
605/* Define to path to dot program if found or 'echo dot' otherwise */
606/* #undef LLVM_PATH_DOT */
607
608/* Define to path to dotty program if found or 'echo dotty' otherwise */
609/* #undef LLVM_PATH_DOTTY */
610
611/* Define to path to fdp program if found or 'echo fdp' otherwise */
612/* #undef LLVM_PATH_FDP */
613
614/* Define to path to Graphviz program if found or 'echo Graphviz' otherwise */
615/* #undef LLVM_PATH_GRAPHVIZ */
616
617/* Define to path to gv program if found or 'echo gv' otherwise */
618/* #undef LLVM_PATH_GV */
619
620/* Define to path to neato program if found or 'echo neato' otherwise */
621/* #undef LLVM_PATH_NEATO */
622
623/* Define to path to twopi program if found or 'echo twopi' otherwise */
624/* #undef LLVM_PATH_TWOPI */
625
626/* Define to path to xdot program if found or 'echo xdot' otherwise */
627/* #undef LLVM_PATH_XDOT */
628
629/* Installation prefix directory */
630#define LLVM_PREFIX "/usr"
631
632/* Define if we have the Intel JIT API runtime support library */
633#define LLVM_USE_INTEL_JITEVENTS 0
634
635/* Define if we have the oprofile JIT-support library */
636#define LLVM_USE_OPROFILE 0
637
638/* Major version of the LLVM API */
639#define LLVM_VERSION_MAJOR 3
640
641/* Minor version of the LLVM API */
642#define LLVM_VERSION_MINOR 4
643
644/* Define if the OS needs help to load dependent libraries for dlopen(). */
645/* #undef LTDL_DLOPEN_DEPLIBS */
646
647/* Define to the sub-directory in which libtool stores uninstalled libraries.
648   */
649#define LTDL_OBJDIR ".libs/"
650
651/* Define to the extension used for shared libraries, say, ".so". */
652#define LTDL_SHLIB_EXT ".so"
653
654/* Define to the system default library search path. */
655#define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
656
657/* Define if /dev/zero should be used when mapping RWX memory, or undefine if
658   its not necessary */
659/* #undef NEED_DEV_ZERO_FOR_MMAP */
660
661/* Define if dlsym() requires a leading underscore in symbol names. */
662/* #undef NEED_USCORE */
663
664/* Define to the address where bug reports for this package should be sent. */
665#define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
666
667/* Define to the full name of this package. */
668#define PACKAGE_NAME "LLVM"
669
670/* Define to the full name and version of this package. */
671#define PACKAGE_STRING "LLVM 3.4svn"
672
673/* Define to the one symbol short name of this package. */
674#define PACKAGE_TARNAME "llvm"
675
676/* Define to the version of this package. */
677#define PACKAGE_VERSION "3.4svn"
678
679/* Define as the return type of signal handlers (`int' or `void'). */
680#define RETSIGTYPE void
681
682/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
683/* #undef STAT_MACROS_BROKEN */
684
685/* Define to 1 if you have the ANSI C header files. */
686#define STDC_HEADERS 1
687
688/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
689#define TIME_WITH_SYS_TIME 1
690
691/* Define to 1 if your <sys/time.h> declares `struct tm'. */
692/* #undef TM_IN_SYS_TIME */
693
694/* Define if use udis86 library */
695#define USE_UDIS86 0
696
697/* Type of 1st arg on ELM Callback */
698/* #undef WIN32_ELMCB_PCSTR */
699
700/* Define to empty if `const' does not conform to ANSI C. */
701/* #undef const */
702
703/* Define to a type to use for `error_t' if it is not otherwise available. */
704#define error_t int
705
706/* Define to `int' if <sys/types.h> does not define. */
707/* #undef pid_t */
708
709/* Define to `unsigned int' if <sys/types.h> does not define. */
710/* #undef size_t */
711
712#endif
713