blob: 68228ccee699b96f3dfe849ca7e77e4584a0481a [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'. */
98/* #undef HAVE_ELF32_CHDR */
99
100/* Define to 1 if the system has the type `Elf64_Chdr'. */
101/* #undef HAVE_ELF64_CHDR */
102
Dmitriy Ivanovd4474372015-05-26 16:57:22 -0700103/* Define to 1 if you have the <endian.h> header file. */
104#define HAVE_ENDIAN_H 1
105
106/* Define to 1 if you have the `epoll_create' function. */
107#define HAVE_EPOLL_CREATE 1
108
109/* Define to 1 if you have the `epoll_pwait' function. */
110#define HAVE_EPOLL_PWAIT 1
111
112/* Define to 1 if you have the `eventfd' function. */
113#define HAVE_EVENTFD 1
114
115/* Define to 1 if you have the `eventfd_read' function. */
116#define HAVE_EVENTFD_READ 1
117
118/* Define to 1 if you have the `getpagesize' function. */
119#define HAVE_GETPAGESIZE 1
120
121/* Define to 1 if you have the <inttypes.h> header file. */
122#define HAVE_INTTYPES_H 1
123
124/* Define to 1 if you have the `klogctl' function. */
125#define HAVE_KLOGCTL 1
126
127/* Define to 1 if you have the `pthread' library (-lpthread). */
128#define HAVE_LIBPTHREAD 1
129
130/* Define to 1 if you have the `rt' library (-lrt). */
131#define HAVE_LIBRT 1
132
Elliott Hughesa0664b92017-04-18 17:46:52 -0700133/* Define to 1 if you have the `scf' library (-lscf). */
134/* #undef HAVE_LIBSCF */
135
Dmitriy Ivanovd4474372015-05-26 16:57:22 -0700136/* Define to 1 if you have the `mallinfo' function. */
137#define HAVE_MALLINFO 1
138
139/* Define to 1 if you have the `memchr' function. */
140#define HAVE_MEMCHR 1
141
142/* Define to 1 if you have the <memory.h> header file. */
143#define HAVE_MEMORY_H 1
144
145/* Define to 1 if you have the `memset' function. */
146#define HAVE_MEMSET 1
147
148/* Define to 1 if you have the `mkdir' function. */
149#define HAVE_MKDIR 1
150
151/* Define to 1 if you have a working `mmap' system call. */
152#define HAVE_MMAP 1
153
154/* Define to 1 if you have the <mqueue.h> header file. */
155#define HAVE_MQUEUE_H 1
156
157/* Define to 1 if you have the `mremap' function. */
158#define HAVE_MREMAP 1
159
160/* Define to 1 if you have the `ppoll' function. */
161#define HAVE_PPOLL 1
162
163/* Define to 1 if you have the `process_vm_readv' function. */
Dmitriy Ivanovd4474372015-05-26 16:57:22 -0700164#define HAVE_PROCESS_VM_READV 1
Dmitriy Ivanovd4474372015-05-26 16:57:22 -0700165
166/* Define to 1 if you have the `process_vm_writev' function. */
Dmitriy Ivanovd4474372015-05-26 16:57:22 -0700167#define HAVE_PROCESS_VM_WRITEV 1
Dmitriy Ivanovd4474372015-05-26 16:57:22 -0700168
169/* Define to 1 if you have the `pthread_barrier_init' function. */
Dmitriy Ivanovd4474372015-05-26 16:57:22 -0700170#define HAVE_PTHREAD_BARRIER_INIT 1
Dmitriy Ivanovd4474372015-05-26 16:57:22 -0700171
172/* Define to 1 if you have the `pthread_condattr_setclock' function. */
173#define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
174
175/* Define to 1 if you have the `pthread_create@glibc2.0' function. */
176/* #undef HAVE_PTHREAD_CREATE_GLIBC_2_0 */
177
178/* Define to 1 if you have the `PTHREAD_MUTEX_ADAPTIVE_NP' constant. */
179#ifndef __ANDROID__
180#define HAVE_PTHREAD_MUTEX_ADAPTIVE_NP 1
181#endif
182
183/* Define to 1 if you have the `PTHREAD_MUTEX_ERRORCHECK_NP' constant. */
184#define HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
185
186/* Define to 1 if you have the `PTHREAD_MUTEX_RECURSIVE_NP' constant. */
187#define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1
188
189/* Define to 1 if you have the `pthread_mutex_timedlock' function. */
190#define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1
191
192/* Define to 1 if pthread_mutex_t has a member __data.__kind. */
193#ifndef __ANDROID__
194#define HAVE_PTHREAD_MUTEX_T__DATA__KIND 1
195#endif
196
197/* Define to 1 if pthread_mutex_t has a member called __m_kind. */
198/* #undef HAVE_PTHREAD_MUTEX_T__M_KIND */
199
200/* Define to 1 if you have the `PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP'
201 constant. */
202#define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1
203
204/* Define to 1 if you have the `pthread_rwlock_t' type. */
205#define HAVE_PTHREAD_RWLOCK_T 1
206
207/* Define to 1 if you have the `pthread_rwlock_timedrdlock' function. */
208#define HAVE_PTHREAD_RWLOCK_TIMEDRDLOCK 1
209
210/* Define to 1 if you have the `pthread_rwlock_timedwrlock' function. */
211#define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1
212
213/* Define to 1 if you have the `pthread_setname_np' function. */
214#define HAVE_PTHREAD_SETNAME_NP 1
215
216/* Define to 1 if you have the `pthread_spin_lock' function. */
Dmitriy Ivanovd4474372015-05-26 16:57:22 -0700217#define HAVE_PTHREAD_SPIN_LOCK 1
Dmitriy Ivanovd4474372015-05-26 16:57:22 -0700218
219/* Define to 1 if you have the `pthread_yield' function. */
220#define HAVE_PTHREAD_YIELD 1
221
222/* Define to 1 if you have the `PTRACE_GETREGS' ptrace request. */
223#define HAVE_PTRACE_GETREGS 1
224
225/* Define to 1 if you have the `readlinkat' function. */
226#define HAVE_READLINKAT 1
227
228/* Define to 1 if you have the `semtimedop' function. */
229#define HAVE_SEMTIMEDOP 1
230
231/* Define to 1 if libstd++ supports annotating shared pointers */
232#ifndef __ANDROID__
233#define HAVE_SHARED_POINTER_ANNOTATION 1
234#endif
235
236/* Define to 1 if you have the `signalfd' function. */
237#define HAVE_SIGNALFD 1
238
239/* Define to 1 if you have the `sigwaitinfo' function. */
240#define HAVE_SIGWAITINFO 1
241
242/* Define to 1 if you have the <stdint.h> header file. */
243#define HAVE_STDINT_H 1
244
245/* Define to 1 if you have the <stdlib.h> header file. */
246#define HAVE_STDLIB_H 1
247
248/* Define to 1 if you have the `strchr' function. */
249#define HAVE_STRCHR 1
250
251/* Define to 1 if you have the `strdup' function. */
252#define HAVE_STRDUP 1
253
254/* Define to 1 if you have the <strings.h> header file. */
255#define HAVE_STRINGS_H 1
256
257/* Define to 1 if you have the <string.h> header file. */
258#define HAVE_STRING_H 1
259
260/* Define to 1 if you have the `strpbrk' function. */
261#define HAVE_STRPBRK 1
262
263/* Define to 1 if you have the `strrchr' function. */
264#define HAVE_STRRCHR 1
265
266/* Define to 1 if you have the `strstr' function. */
267#define HAVE_STRSTR 1
268
269/* Define to 1 if you have the `syscall' function. */
270#define HAVE_SYSCALL 1
271
272/* Define to 1 if you have the <sys/endian.h> header file. */
Elliott Hughesa0664b92017-04-18 17:46:52 -0700273/* #undef HAVE_SYS_ENDIAN_H */
Dmitriy Ivanovd4474372015-05-26 16:57:22 -0700274
275/* Define to 1 if you have the <sys/epoll.h> header file. */
276#define HAVE_SYS_EPOLL_H 1
277
278/* Define to 1 if you have the <sys/eventfd.h> header file. */
279#define HAVE_SYS_EVENTFD_H 1
280
281/* Define to 1 if you have the <sys/klog.h> header file. */
282#define HAVE_SYS_KLOG_H 1
283
284/* Define to 1 if you have the <sys/param.h> header file. */
285#define HAVE_SYS_PARAM_H 1
286
287/* Define to 1 if you have the <sys/poll.h> header file. */
288#define HAVE_SYS_POLL_H 1
289
Elliott Hughesa0664b92017-04-18 17:46:52 -0700290/* Define to 1 if you have the <sys/prctl.h> header file. */
291#define HAVE_SYS_PRCTL_H 1
292
Dmitriy Ivanovd4474372015-05-26 16:57:22 -0700293/* Define to 1 if you have the <sys/signalfd.h> header file. */
294#define HAVE_SYS_SIGNALFD_H 1
295
296/* Define to 1 if you have the <sys/signal.h> header file. */
297#define HAVE_SYS_SIGNAL_H 1
298
299/* Define to 1 if you have the <sys/stat.h> header file. */
300#define HAVE_SYS_STAT_H 1
301
302/* Define to 1 if you have the <sys/syscall.h> header file. */
303#define HAVE_SYS_SYSCALL_H 1
304
Elliott Hughesa0664b92017-04-18 17:46:52 -0700305/* Define to 1 if you have the <sys/sysnvl.h> header file. */
306/* #undef HAVE_SYS_SYSNVL_H */
307
Dmitriy Ivanovd4474372015-05-26 16:57:22 -0700308/* Define to 1 if you have the <sys/time.h> header file. */
309#define HAVE_SYS_TIME_H 1
310
311/* Define to 1 if you have the <sys/types.h> header file. */
312#define HAVE_SYS_TYPES_H 1
313
314/* Define to 1 if <sys/user.h> defines struct user_regs_struct */
315#define HAVE_SYS_USER_REGS 1
316
317/* can use __thread to define thread-local variables */
318#define HAVE_TLS 1
319
320/* Define to 1 if you have the <unistd.h> header file. */
321#define HAVE_UNISTD_H 1
322
323/* Define to 1 if you have a usable <linux/futex.h> header file. */
324#define HAVE_USABLE_LINUX_FUTEX_H 1
325
326/* Define to 1 if you have the `utimensat' function. */
327#define HAVE_UTIMENSAT 1
328
Dmitriy Ivanovd4474372015-05-26 16:57:22 -0700329/* Name of package */
330#define PACKAGE "valgrind"
331
332/* Define to the address where bug reports for this package should be sent. */
333#define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
334
335/* Define to the full name of this package. */
336#define PACKAGE_NAME "Valgrind"
337
338/* Define to the full name and version of this package. */
Elliott Hughesa0664b92017-04-18 17:46:52 -0700339#define PACKAGE_STRING "Valgrind 3.12.0"
Dmitriy Ivanovd4474372015-05-26 16:57:22 -0700340
341/* Define to the one symbol short name of this package. */
342#define PACKAGE_TARNAME "valgrind"
343
344/* Define to the home page for this package. */
345#define PACKAGE_URL ""
346
347/* Define to the version of this package. */
Elliott Hughesa0664b92017-04-18 17:46:52 -0700348#define PACKAGE_VERSION "3.12.0"
349
350/* Define to 1 if you have the `A_GETSTAT' and `A_SETSTAT' constants. */
351/* #undef SOLARIS_AUDITON_STAT */
352
353/* Define to 1 if you have the new `execve' syscall which accepts flags. */
354/* #undef SOLARIS_EXECVE_SYSCALL_TAKES_FLAGS */
355
356/* Define to 1 if fpregset_t defines struct _fpchip_state */
357/* #undef SOLARIS_FPCHIP_STATE_TAKES_UNDERSCORE */
358
359/* Define to 1 if you have the new `frealpathat' syscall. */
360/* #undef SOLARIS_FREALPATHAT_SYSCALL */
361
362/* Define to 1 if you have the new `gethrt' fasttrap. */
363/* #undef SOLARIS_GETHRT_FASTTRAP */
364
365/* Define to 1 if you have the new `getrandom' syscall. */
366/* #undef SOLARIS_GETRANDOM_SYSCALL */
367
368/* Define to 1 if you have the new `get_zone_offset' fasttrap. */
369/* #undef SOLARIS_GETZONEOFFSET_FASTTRAP */
370
371/* Default platform for Valgrind launcher. */
372/* #undef SOLARIS_LAUNCHER_DEFAULT_PLATFORM */
373
374/* Define to 1 if you have the new `lwp_name' syscall. */
375/* #undef SOLARIS_LWP_NAME_SYSCALL */
376
377/* Define to 1 if you have the new `lwp_sigqueue' syscall. */
378/* #undef SOLARIS_LWP_SIGQUEUE_SYSCALL */
379
380/* Define to 1 if you have the new `lwp_sigqueue' syscall which accepts pid.
381 */
382/* #undef SOLARIS_LWP_SIGQUEUE_SYSCALL_TAKES_PID */
383
384/* Define to 1 if you have the `MODNVL_CTRLMAP' through `MODDEVINFO_CACHE_TS'
385 constants. */
386/* #undef SOLARIS_MODCTL_MODNVL */
387
388/* Define to 1 if you have the new `accept' syscall. */
389/* #undef SOLARIS_NEW_ACCEPT_SYSCALL */
390
391/* Define to 1 if you have the new `pipe' syscall. */
392/* #undef SOLARIS_NEW_PIPE_SYSCALL */
393
394/* Define to 1 if nscd attaches to /system/volatile/name_service_door. */
395/* #undef SOLARIS_NSCD_DOOR_SYSTEM_VOLATILE */
396
397/* Define to 1 if you have the old Solaris syscalls. */
398/* #undef SOLARIS_OLD_SYSCALLS */
399
400/* Define to 1 if you have /proc/self/cmdline. */
401/* #undef SOLARIS_PROC_CMDLINE */
402
403/* Define to 1 if you have the `prxregset_t' type. */
404/* #undef SOLARIS_PRXREGSET_T */
405
406/* Define to 1 if you have the `PSET_GET_NAME' constants. */
407/* #undef SOLARIS_PSET_GET_NAME */
408
409/* Define to 1 if PT_SUNWDTRACE program header provides just an initial thread
410 pointer for libc. */
411/* #undef SOLARIS_PT_SUNDWTRACE_THRP */
412
413/* Version number of the repository door cache protocol. */
414/* #undef SOLARIS_REPCACHE_PROTOCOL_VERSION */
415
416/* Define to 1 if you have the new `sysstat' segment reservation. */
417/* #undef SOLARIS_RESERVE_SYSSTAT_ADDR */
418
419/* Define to 1 if you have the new `sysstat_zone' segment reservation. */
420/* #undef SOLARIS_RESERVE_SYSSTAT_ZONE_ADDR */
421
422/* Define to 1 if you have the schedctl page executable. */
423/* #undef SOLARIS_SCHEDCTL_PAGE_EXEC */
424
425/* Define to 1 if you have the `IPC_XSTAT64', `SHMADV', `SHM_ADV_GET',
426 `SHM_ADV_SET' and `SHMGET_OSM' constants. */
427/* #undef SOLARIS_SHM_NEW */
428
429/* Define to 1 if you have the `spawn' syscall. */
430/* #undef SOLARIS_SPAWN_SYSCALL */
431
432/* Define to 1 if you have the `system_stats' syscall. */
433/* #undef SOLARIS_SYSTEM_STATS_SYSCALL */
434
435/* Define to 1 if you have the `TNDB_GET_TNIP' constant. */
436/* #undef SOLARIS_TNDB_GET_TNIP */
437
438/* Define to 1 if you have the `TSOL_GETCLEARANCE' and `TSOL_SETCLEARANCE'
439 constants. */
440/* #undef SOLARIS_TSOL_CLEARANCE */
441
442/* Define to 1 if you have the `utimensat' syscall. */
443/* #undef SOLARIS_UTIMENSAT_SYSCALL */
444
445/* Define to 1 if you have the `utimesys' syscall. */
446/* #undef SOLARIS_UTIMESYS_SYSCALL */
447
448/* Define to 1 if you have the new `uuidsys' syscall. */
449/* #undef SOLARIS_UUIDSYS_SYSCALL */
450
451/* Define to 1 if you have the `ZONE_LIST_DEFUNCT' and `ZONE_GETATTR_DEFUNC'
452 constants. */
453/* #undef SOLARIS_ZONE_DEFUNCT */
Dmitriy Ivanovd4474372015-05-26 16:57:22 -0700454
455/* Define to 1 if you have the ANSI C header files. */
456#define STDC_HEADERS 1
457
458/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
459#define TIME_WITH_SYS_TIME 1
460
461/* Version number of package */
Elliott Hughesa0664b92017-04-18 17:46:52 -0700462#define VERSION "3.12.0"
Dmitriy Ivanovd4474372015-05-26 16:57:22 -0700463
464/* Temporary files directory */
465#ifdef __ANDROID__
466#define VG_TMPDIR "/data/local/tmp"
467#else
468#define VG_TMPDIR "/tmp"
469#endif
470
Dmitriy Ivanovd4474372015-05-26 16:57:22 -0700471/* Define to `int' if <sys/types.h> doesn't define. */
472/* #undef gid_t */
473
474/* Define to `long int' if <sys/types.h> does not define. */
475/* #undef off_t */
476
477/* Define to `unsigned int' if <sys/types.h> does not define. */
478/* #undef size_t */
479
480/* Define to `int' if <sys/types.h> doesn't define. */
481/* #undef uid_t */