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