blob: a5caf4983394c618c1d57f9181ef7d8daeccdab0 [file] [log] [blame]
Dmitriy Ivanovd4474372015-05-26 16:57:22 -07001/* config.h. Generated from config.h.in by configure. */
2/* config.h.in. Generated from configure.ac by autoheader. */
3
4/* Define to 1 if you're using Bionic */
5/* #undef BIONIC_LIBC */
6
7/* DARWIN_VERS value for Mac OS X 10.10 */
8/* #undef DARWIN_10_10 */
9
Elliott Hughesa0664b92017-04-18 17:46:52 -070010/* DARWIN_VERS value for Mac OS X 10.11 */
11/* #undef DARWIN_10_11 */
12
13/* DARWIN_VERS value for macOS 10.12 */
14/* #undef DARWIN_10_12 */
15
Dmitriy Ivanovd4474372015-05-26 16:57:22 -070016/* DARWIN_VERS value for Mac OS X 10.5 */
17/* #undef DARWIN_10_5 */
18
19/* DARWIN_VERS value for Mac OS X 10.6 */
20/* #undef DARWIN_10_6 */
21
22/* DARWIN_VERS value for Mac OS X 10.7 */
23/* #undef DARWIN_10_7 */
24
25/* DARWIN_VERS value for Mac OS X 10.8 */
26/* #undef DARWIN_10_8 */
27
28/* DARWIN_VERS value for Mac OS X 10.9 */
29/* #undef DARWIN_10_9 */
30
31/* Define to 1 if you're using Darwin */
32/* #undef DARWIN_LIBC */
33
34/* Darwin / Mac OS X version */
35/* #undef DARWIN_VERS */
36
37/* Disable intercept pthread_spin_lock() on MIPS32 and MIPS64. */
38/* #undef DISABLE_PTHREAD_SPINLOCK_INTERCEPT */
39
40/* configured to run as an inner Valgrind */
41/* #undef ENABLE_INNER */
42
43/* path to GDB */
44#define GDB_PATH "/usr/bin/gdb"
45
46/* Define to 1 if index() and strlen() have been optimized heavily (x86 glibc
47 >= 2.12) */
48#ifndef __ANDROID__
49#define GLIBC_MANDATORY_INDEX_AND_STRLEN_REDIRECT 1
50#endif
51
52/* Define to 1 if strlen() has been optimized heavily (amd64 glibc >= 2.10) */
53#ifndef __ANDROID__
54#define GLIBC_MANDATORY_STRLEN_REDIRECT 1
55#endif
56
Dmitriy Ivanovd4474372015-05-26 16:57:22 -070057/* Define to 1 if you have the <asm/unistd.h> header file. */
58#define HAVE_ASM_UNISTD_H 1
59
Elliott Hughesa0664b92017-04-18 17:46:52 -070060/* Define to 1 if as supports fxsave64/fxrstor64. */
61#define HAVE_AS_AMD64_FXSAVE64 1
62
Dmitriy Ivanovd4474372015-05-26 16:57:22 -070063/* Define to 1 if as supports floating point phased out category. */
64/* #undef HAVE_AS_PPC_FPPO */
65
66/* Define to 1 if as supports mtocrf/mfocrf. */
67/* #undef HAVE_AS_PPC_MFTOCRF */
68
69/* Define to 1 if gcc supports __sync_bool_compare_and_swap() and
70 __sync_add_and_fetch() for the primary target */
71#define HAVE_BUILTIN_ATOMIC 1
72
73/* Define to 1 if g++ supports __sync_bool_compare_and_swap() and
74 __sync_add_and_fetch() */
75#define HAVE_BUILTIN_ATOMIC_CXX 1
76
77/* Define to 1 if compiler provides __builtin_clz(). */
78#define HAVE_BUILTIN_CLZ 1
79
80/* Define to 1 if compiler provides __builtin_ctz(). */
81#define HAVE_BUILTIN_CTZ 1
82
83/* Define to 1 if compiler provides __builtin_popcount(). */
84#define HAVE_BUILTIN_POPCOUT 1
85
86/* Define to 1 if you have the `clock_gettime' function. */
87#define HAVE_CLOCK_GETTIME 1
88
89/* Define to 1 if you have the `CLOCK_MONOTONIC' constant. */
90#define HAVE_CLOCK_MONOTONIC 1
91
92/* Define to 1 if you have a dlinfo that can do RTLD_DI_TLS_MODID. */
93#ifndef __ANDROID__
94#define HAVE_DLINFO_RTLD_DI_TLS_MODID 1
95#endif
96
Elliott Hughesa0664b92017-04-18 17:46:52 -070097/* Define to 1 if the system has the type `Elf32_Chdr'. */
Elliott Hughesecafb122017-10-31 20:53:42 -070098#ifdef __ANDROID__
99#define HAVE_ELF32_CHDR 1
100#endif
Elliott Hughesa0664b92017-04-18 17:46:52 -0700101
102/* Define to 1 if the system has the type `Elf64_Chdr'. */
Elliott Hughesecafb122017-10-31 20:53:42 -0700103#ifdef __ANDROID__
104#define HAVE_ELF64_CHDR 1
105#endif
Elliott Hughesa0664b92017-04-18 17:46:52 -0700106
Dmitriy Ivanovd4474372015-05-26 16:57:22 -0700107/* Define to 1 if you have the <endian.h> header file. */
108#define HAVE_ENDIAN_H 1
109
110/* Define to 1 if you have the `epoll_create' function. */
111#define HAVE_EPOLL_CREATE 1
112
113/* Define to 1 if you have the `epoll_pwait' function. */
114#define HAVE_EPOLL_PWAIT 1
115
116/* Define to 1 if you have the `eventfd' function. */
117#define HAVE_EVENTFD 1
118
119/* Define to 1 if you have the `eventfd_read' function. */
120#define HAVE_EVENTFD_READ 1
121
122/* Define to 1 if you have the `getpagesize' function. */
123#define HAVE_GETPAGESIZE 1
124
125/* Define to 1 if you have the <inttypes.h> header file. */
126#define HAVE_INTTYPES_H 1
127
128/* Define to 1 if you have the `klogctl' function. */
129#define HAVE_KLOGCTL 1
130
131/* Define to 1 if you have the `pthread' library (-lpthread). */
132#define HAVE_LIBPTHREAD 1
133
134/* Define to 1 if you have the `rt' library (-lrt). */
135#define HAVE_LIBRT 1
136
Elliott Hughesa0664b92017-04-18 17:46:52 -0700137/* Define to 1 if you have the `scf' library (-lscf). */
138/* #undef HAVE_LIBSCF */
139
Dmitriy Ivanovd4474372015-05-26 16:57:22 -0700140/* Define to 1 if you have the `mallinfo' function. */
141#define HAVE_MALLINFO 1
142
143/* Define to 1 if you have the `memchr' function. */
144#define HAVE_MEMCHR 1
145
146/* Define to 1 if you have the <memory.h> header file. */
147#define HAVE_MEMORY_H 1
148
149/* Define to 1 if you have the `memset' function. */
150#define HAVE_MEMSET 1
151
152/* Define to 1 if you have the `mkdir' function. */
153#define HAVE_MKDIR 1
154
155/* Define to 1 if you have a working `mmap' system call. */
156#define HAVE_MMAP 1
157
158/* Define to 1 if you have the <mqueue.h> header file. */
159#define HAVE_MQUEUE_H 1
160
161/* Define to 1 if you have the `mremap' function. */
162#define HAVE_MREMAP 1
163
164/* Define to 1 if you have the `ppoll' function. */
165#define HAVE_PPOLL 1
166
167/* Define to 1 if you have the `process_vm_readv' function. */
Dmitriy Ivanovd4474372015-05-26 16:57:22 -0700168#define HAVE_PROCESS_VM_READV 1
Dmitriy Ivanovd4474372015-05-26 16:57:22 -0700169
170/* Define to 1 if you have the `process_vm_writev' function. */
Dmitriy Ivanovd4474372015-05-26 16:57:22 -0700171#define HAVE_PROCESS_VM_WRITEV 1
Dmitriy Ivanovd4474372015-05-26 16:57:22 -0700172
173/* Define to 1 if you have the `pthread_barrier_init' function. */
Dmitriy Ivanovd4474372015-05-26 16:57:22 -0700174#define HAVE_PTHREAD_BARRIER_INIT 1
Dmitriy Ivanovd4474372015-05-26 16:57:22 -0700175
176/* Define to 1 if you have the `pthread_condattr_setclock' function. */
177#define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
178
179/* Define to 1 if you have the `pthread_create@glibc2.0' function. */
180/* #undef HAVE_PTHREAD_CREATE_GLIBC_2_0 */
181
182/* Define to 1 if you have the `PTHREAD_MUTEX_ADAPTIVE_NP' constant. */
183#ifndef __ANDROID__
184#define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1
185#endif
186
187/* Define to 1 if you have the `PTHREAD_MUTEX_ERRORCHECK_NP' constant. */
188#define HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
189
190/* Define to 1 if you have the `PTHREAD_MUTEX_RECURSIVE_NP' constant. */
191#define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1
192
193/* Define to 1 if you have the `pthread_mutex_timedlock' function. */
194#define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1
195
196/* Define to 1 if pthread_mutex_t has a member __data.__kind. */
197#ifndef __ANDROID__
198#define HAVE_PTHREAD_MUTEX_T__DATA__KIND 1
199#endif
200
201/* Define to 1 if pthread_mutex_t has a member called __m_kind. */
202/* #undef HAVE_PTHREAD_MUTEX_T__M_KIND */
203
204/* Define to 1 if you have the `PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP'
205 constant. */
206#define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1
207
208/* Define to 1 if you have the `pthread_rwlock_t' type. */
209#define HAVE_PTHREAD_RWLOCK_T 1
210
211/* Define to 1 if you have the `pthread_rwlock_timedrdlock' function. */
212#define HAVE_PTHREAD_RWLOCK_TIMEDRDLOCK 1
213
214/* Define to 1 if you have the `pthread_rwlock_timedwrlock' function. */
215#define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1
216
217/* Define to 1 if you have the `pthread_setname_np' function. */
218#define HAVE_PTHREAD_SETNAME_NP 1
219
220/* Define to 1 if you have the `pthread_spin_lock' function. */
Dmitriy Ivanovd4474372015-05-26 16:57:22 -0700221#define HAVE_PTHREAD_SPIN_LOCK 1
Dmitriy Ivanovd4474372015-05-26 16:57:22 -0700222
223/* Define to 1 if you have the `pthread_yield' function. */
224#define HAVE_PTHREAD_YIELD 1
225
226/* Define to 1 if you have the `PTRACE_GETREGS' ptrace request. */
227#define HAVE_PTRACE_GETREGS 1
228
229/* Define to 1 if you have the `readlinkat' function. */
230#define HAVE_READLINKAT 1
231
232/* Define to 1 if you have the `semtimedop' function. */
233#define HAVE_SEMTIMEDOP 1
234
235/* Define to 1 if libstd++ supports annotating shared pointers */
236#ifndef __ANDROID__
237#define HAVE_SHARED_POINTER_ANNOTATION 1
238#endif
239
240/* Define to 1 if you have the `signalfd' function. */
241#define HAVE_SIGNALFD 1
242
243/* Define to 1 if you have the `sigwaitinfo' function. */
244#define HAVE_SIGWAITINFO 1
245
246/* Define to 1 if you have the <stdint.h> header file. */
247#define HAVE_STDINT_H 1
248
249/* Define to 1 if you have the <stdlib.h> header file. */
250#define HAVE_STDLIB_H 1
251
252/* Define to 1 if you have the `strchr' function. */
253#define HAVE_STRCHR 1
254
255/* Define to 1 if you have the `strdup' function. */
256#define HAVE_STRDUP 1
257
258/* Define to 1 if you have the <strings.h> header file. */
259#define HAVE_STRINGS_H 1
260
261/* Define to 1 if you have the <string.h> header file. */
262#define HAVE_STRING_H 1
263
264/* Define to 1 if you have the `strpbrk' function. */
265#define HAVE_STRPBRK 1
266
267/* Define to 1 if you have the `strrchr' function. */
268#define HAVE_STRRCHR 1
269
270/* Define to 1 if you have the `strstr' function. */
271#define HAVE_STRSTR 1
272
273/* Define to 1 if you have the `syscall' function. */
274#define HAVE_SYSCALL 1
275
276/* Define to 1 if you have the <sys/endian.h> header file. */
Elliott Hughesa0664b92017-04-18 17:46:52 -0700277/* #undef HAVE_SYS_ENDIAN_H */
Dmitriy Ivanovd4474372015-05-26 16:57:22 -0700278
279/* Define to 1 if you have the <sys/epoll.h> header file. */
280#define HAVE_SYS_EPOLL_H 1
281
282/* Define to 1 if you have the <sys/eventfd.h> header file. */
283#define HAVE_SYS_EVENTFD_H 1
284
285/* Define to 1 if you have the <sys/klog.h> header file. */
286#define HAVE_SYS_KLOG_H 1
287
Elliott Hughesed398002017-06-21 14:41:24 -0700288/* Define to 1 if you have the <sys/lgrp_user_impl.h> header file. */
289/* #undef HAVE_SYS_LGRP_USER_IMPL_H */
290
Dmitriy Ivanovd4474372015-05-26 16:57:22 -0700291/* Define to 1 if you have the <sys/param.h> header file. */
292#define HAVE_SYS_PARAM_H 1
293
294/* Define to 1 if you have the <sys/poll.h> header file. */
295#define HAVE_SYS_POLL_H 1
296
Elliott Hughesa0664b92017-04-18 17:46:52 -0700297/* Define to 1 if you have the <sys/prctl.h> header file. */
298#define HAVE_SYS_PRCTL_H 1
299
Dmitriy Ivanovd4474372015-05-26 16:57:22 -0700300/* Define to 1 if you have the <sys/signalfd.h> header file. */
301#define HAVE_SYS_SIGNALFD_H 1
302
303/* Define to 1 if you have the <sys/signal.h> header file. */
304#define HAVE_SYS_SIGNAL_H 1
305
306/* Define to 1 if you have the <sys/stat.h> header file. */
307#define HAVE_SYS_STAT_H 1
308
309/* Define to 1 if you have the <sys/syscall.h> header file. */
310#define HAVE_SYS_SYSCALL_H 1
311
Elliott Hughesa0664b92017-04-18 17:46:52 -0700312/* Define to 1 if you have the <sys/sysnvl.h> header file. */
313/* #undef HAVE_SYS_SYSNVL_H */
314
Dmitriy Ivanovd4474372015-05-26 16:57:22 -0700315/* Define to 1 if you have the <sys/time.h> header file. */
316#define HAVE_SYS_TIME_H 1
317
318/* Define to 1 if you have the <sys/types.h> header file. */
319#define HAVE_SYS_TYPES_H 1
320
321/* Define to 1 if <sys/user.h> defines struct user_regs_struct */
322#define HAVE_SYS_USER_REGS 1
323
324/* can use __thread to define thread-local variables */
325#define HAVE_TLS 1
326
327/* Define to 1 if you have the <unistd.h> header file. */
328#define HAVE_UNISTD_H 1
329
330/* Define to 1 if you have a usable <linux/futex.h> header file. */
331#define HAVE_USABLE_LINUX_FUTEX_H 1
332
333/* Define to 1 if you have the `utimensat' function. */
334#define HAVE_UTIMENSAT 1
335
Elliott Hughesed398002017-06-21 14:41:24 -0700336/* Define to 1 if you're using Musl libc */
337/* #undef MUSL_LIBC */
338
Dmitriy Ivanovd4474372015-05-26 16:57:22 -0700339/* Name of package */
340#define PACKAGE "valgrind"
341
342/* Define to the address where bug reports for this package should be sent. */
343#define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
344
345/* Define to the full name of this package. */
346#define PACKAGE_NAME "Valgrind"
347
348/* Define to the full name and version of this package. */
Elliott Hughesed398002017-06-21 14:41:24 -0700349#define PACKAGE_STRING "Valgrind 3.13.0"
Dmitriy Ivanovd4474372015-05-26 16:57:22 -0700350
351/* Define to the one symbol short name of this package. */
352#define PACKAGE_TARNAME "valgrind"
353
354/* Define to the home page for this package. */
355#define PACKAGE_URL ""
356
357/* Define to the version of this package. */
Elliott Hughesed398002017-06-21 14:41:24 -0700358#define PACKAGE_VERSION "3.13.0"
Elliott Hughesa0664b92017-04-18 17:46:52 -0700359
360/* Define to 1 if you have the `A_GETSTAT' and `A_SETSTAT' constants. */
361/* #undef SOLARIS_AUDITON_STAT */
362
363/* Define to 1 if you have the new `execve' syscall which accepts flags. */
364/* #undef SOLARIS_EXECVE_SYSCALL_TAKES_FLAGS */
365
366/* Define to 1 if fpregset_t defines struct _fpchip_state */
367/* #undef SOLARIS_FPCHIP_STATE_TAKES_UNDERSCORE */
368
369/* Define to 1 if you have the new `frealpathat' syscall. */
370/* #undef SOLARIS_FREALPATHAT_SYSCALL */
371
372/* Define to 1 if you have the new `gethrt' fasttrap. */
373/* #undef SOLARIS_GETHRT_FASTTRAP */
374
375/* Define to 1 if you have the new `getrandom' syscall. */
376/* #undef SOLARIS_GETRANDOM_SYSCALL */
377
378/* Define to 1 if you have the new `get_zone_offset' fasttrap. */
379/* #undef SOLARIS_GETZONEOFFSET_FASTTRAP */
380
381/* Default platform for Valgrind launcher. */
382/* #undef SOLARIS_LAUNCHER_DEFAULT_PLATFORM */
383
384/* Define to 1 if you have the new `lwp_name' syscall. */
385/* #undef SOLARIS_LWP_NAME_SYSCALL */
386
387/* Define to 1 if you have the new `lwp_sigqueue' syscall. */
388/* #undef SOLARIS_LWP_SIGQUEUE_SYSCALL */
389
390/* Define to 1 if you have the new `lwp_sigqueue' syscall which accepts pid.
391 */
392/* #undef SOLARIS_LWP_SIGQUEUE_SYSCALL_TAKES_PID */
393
394/* Define to 1 if you have the `MODNVL_CTRLMAP' through `MODDEVINFO_CACHE_TS'
395 constants. */
396/* #undef SOLARIS_MODCTL_MODNVL */
397
398/* Define to 1 if you have the new `accept' syscall. */
399/* #undef SOLARIS_NEW_ACCEPT_SYSCALL */
400
401/* Define to 1 if you have the new `pipe' syscall. */
402/* #undef SOLARIS_NEW_PIPE_SYSCALL */
403
404/* Define to 1 if nscd attaches to /system/volatile/name_service_door. */
405/* #undef SOLARIS_NSCD_DOOR_SYSTEM_VOLATILE */
406
407/* Define to 1 if you have the old Solaris syscalls. */
408/* #undef SOLARIS_OLD_SYSCALLS */
409
410/* Define to 1 if you have /proc/self/cmdline. */
411/* #undef SOLARIS_PROC_CMDLINE */
412
413/* Define to 1 if you have the `prxregset_t' type. */
414/* #undef SOLARIS_PRXREGSET_T */
415
416/* Define to 1 if you have the `PSET_GET_NAME' constants. */
417/* #undef SOLARIS_PSET_GET_NAME */
418
419/* Define to 1 if PT_SUNWDTRACE program header provides just an initial thread
420 pointer for libc. */
421/* #undef SOLARIS_PT_SUNDWTRACE_THRP */
422
423/* Version number of the repository door cache protocol. */
424/* #undef SOLARIS_REPCACHE_PROTOCOL_VERSION */
425
426/* Define to 1 if you have the new `sysstat' segment reservation. */
427/* #undef SOLARIS_RESERVE_SYSSTAT_ADDR */
428
429/* Define to 1 if you have the new `sysstat_zone' segment reservation. */
430/* #undef SOLARIS_RESERVE_SYSSTAT_ZONE_ADDR */
431
432/* Define to 1 if you have the schedctl page executable. */
433/* #undef SOLARIS_SCHEDCTL_PAGE_EXEC */
434
435/* Define to 1 if you have the `IPC_XSTAT64', `SHMADV', `SHM_ADV_GET',
436 `SHM_ADV_SET' and `SHMGET_OSM' constants. */
437/* #undef SOLARIS_SHM_NEW */
438
439/* Define to 1 if you have the `spawn' syscall. */
440/* #undef SOLARIS_SPAWN_SYSCALL */
441
442/* Define to 1 if you have the `system_stats' syscall. */
443/* #undef SOLARIS_SYSTEM_STATS_SYSCALL */
444
445/* Define to 1 if you have the `TNDB_GET_TNIP' constant. */
446/* #undef SOLARIS_TNDB_GET_TNIP */
447
448/* Define to 1 if you have the `TSOL_GETCLEARANCE' and `TSOL_SETCLEARANCE'
449 constants. */
450/* #undef SOLARIS_TSOL_CLEARANCE */
451
452/* Define to 1 if you have the `utimensat' syscall. */
453/* #undef SOLARIS_UTIMENSAT_SYSCALL */
454
455/* Define to 1 if you have the `utimesys' syscall. */
456/* #undef SOLARIS_UTIMESYS_SYSCALL */
457
458/* Define to 1 if you have the new `uuidsys' syscall. */
459/* #undef SOLARIS_UUIDSYS_SYSCALL */
460
461/* Define to 1 if you have the `ZONE_LIST_DEFUNCT' and `ZONE_GETATTR_DEFUNC'
462 constants. */
463/* #undef SOLARIS_ZONE_DEFUNCT */
Dmitriy Ivanovd4474372015-05-26 16:57:22 -0700464
465/* Define to 1 if you have the ANSI C header files. */
466#define STDC_HEADERS 1
467
468/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
469#define TIME_WITH_SYS_TIME 1
470
471/* Version number of package */
Elliott Hughesed398002017-06-21 14:41:24 -0700472#define VERSION "3.13.0"
Dmitriy Ivanovd4474372015-05-26 16:57:22 -0700473
474/* Temporary files directory */
475#ifdef __ANDROID__
476#define VG_TMPDIR "/data/local/tmp"
477#else
478#define VG_TMPDIR "/tmp"
479#endif
480
Dmitriy Ivanovd4474372015-05-26 16:57:22 -0700481/* Define to `int' if <sys/types.h> doesn't define. */
482/* #undef gid_t */
483
484/* Define to `long int' if <sys/types.h> does not define. */
485/* #undef off_t */
486
487/* Define to `unsigned int' if <sys/types.h> does not define. */
488/* #undef size_t */
489
490/* Define to `int' if <sys/types.h> doesn't define. */
491/* #undef uid_t */