• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* 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 
10 /* 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 
16 /* 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 
57 /* Define to 1 if you have the <asm/unistd.h> header file. */
58 #define HAVE_ASM_UNISTD_H 1
59 
60 /* Define to 1 if as supports fxsave64/fxrstor64. */
61 #define HAVE_AS_AMD64_FXSAVE64 1
62 
63 /* 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 
97 /* Define to 1 if the system has the type `Elf32_Chdr'. */
98 //#define HAVE_ELF32_CHDR 1
99 
100 /* Define to 1 if the system has the type `Elf64_Chdr'. */
101 //#define HAVE_ELF64_CHDR 1
102 
103 /* 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 
133 /* Define to 1 if you have the `scf' library (-lscf). */
134 /* #undef HAVE_LIBSCF */
135 
136 /* 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. */
164 #define HAVE_PROCESS_VM_READV 1
165 
166 /* Define to 1 if you have the `process_vm_writev' function. */
167 #define HAVE_PROCESS_VM_WRITEV 1
168 
169 /* Define to 1 if you have the `pthread_barrier_init' function. */
170 #define HAVE_PTHREAD_BARRIER_INIT 1
171 
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. */
217 #define HAVE_PTHREAD_SPIN_LOCK 1
218 
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. */
273 /* #undef HAVE_SYS_ENDIAN_H */
274 
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/lgrp_user_impl.h> header file. */
285 /* #undef HAVE_SYS_LGRP_USER_IMPL_H */
286 
287 /* Define to 1 if you have the <sys/param.h> header file. */
288 #define HAVE_SYS_PARAM_H 1
289 
290 /* Define to 1 if you have the <sys/poll.h> header file. */
291 #define HAVE_SYS_POLL_H 1
292 
293 /* Define to 1 if you have the <sys/prctl.h> header file. */
294 #define HAVE_SYS_PRCTL_H 1
295 
296 /* Define to 1 if you have the <sys/signalfd.h> header file. */
297 #define HAVE_SYS_SIGNALFD_H 1
298 
299 /* Define to 1 if you have the <sys/signal.h> header file. */
300 #define HAVE_SYS_SIGNAL_H 1
301 
302 /* Define to 1 if you have the <sys/stat.h> header file. */
303 #define HAVE_SYS_STAT_H 1
304 
305 /* Define to 1 if you have the <sys/syscall.h> header file. */
306 #define HAVE_SYS_SYSCALL_H 1
307 
308 /* Define to 1 if you have the <sys/sysnvl.h> header file. */
309 /* #undef HAVE_SYS_SYSNVL_H */
310 
311 /* Define to 1 if you have the <sys/time.h> header file. */
312 #define HAVE_SYS_TIME_H 1
313 
314 /* Define to 1 if you have the <sys/types.h> header file. */
315 #define HAVE_SYS_TYPES_H 1
316 
317 /* Define to 1 if <sys/user.h> defines struct user_regs_struct */
318 #define HAVE_SYS_USER_REGS 1
319 
320 /* can use __thread to define thread-local variables */
321 #define HAVE_TLS 1
322 
323 /* Define to 1 if you have the <unistd.h> header file. */
324 #define HAVE_UNISTD_H 1
325 
326 /* Define to 1 if you have a usable <linux/futex.h> header file. */
327 #define HAVE_USABLE_LINUX_FUTEX_H 1
328 
329 /* Define to 1 if you have the `utimensat' function. */
330 #define HAVE_UTIMENSAT 1
331 
332 /* Define to 1 if you're using Musl libc */
333 /* #undef MUSL_LIBC */
334 
335 /* Name of package */
336 #define PACKAGE "valgrind"
337 
338 /* Define to the address where bug reports for this package should be sent. */
339 #define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
340 
341 /* Define to the full name of this package. */
342 #define PACKAGE_NAME "Valgrind"
343 
344 /* Define to the full name and version of this package. */
345 #define PACKAGE_STRING "Valgrind 3.13.0"
346 
347 /* Define to the one symbol short name of this package. */
348 #define PACKAGE_TARNAME "valgrind"
349 
350 /* Define to the home page for this package. */
351 #define PACKAGE_URL ""
352 
353 /* Define to the version of this package. */
354 #define PACKAGE_VERSION "3.13.0"
355 
356 /* Define to 1 if you have the `A_GETSTAT' and `A_SETSTAT' constants. */
357 /* #undef SOLARIS_AUDITON_STAT */
358 
359 /* Define to 1 if you have the new `execve' syscall which accepts flags. */
360 /* #undef SOLARIS_EXECVE_SYSCALL_TAKES_FLAGS */
361 
362 /* Define to 1 if fpregset_t defines struct _fpchip_state */
363 /* #undef SOLARIS_FPCHIP_STATE_TAKES_UNDERSCORE */
364 
365 /* Define to 1 if you have the new `frealpathat' syscall. */
366 /* #undef SOLARIS_FREALPATHAT_SYSCALL */
367 
368 /* Define to 1 if you have the new `gethrt' fasttrap. */
369 /* #undef SOLARIS_GETHRT_FASTTRAP */
370 
371 /* Define to 1 if you have the new `getrandom' syscall. */
372 /* #undef SOLARIS_GETRANDOM_SYSCALL */
373 
374 /* Define to 1 if you have the new `get_zone_offset' fasttrap. */
375 /* #undef SOLARIS_GETZONEOFFSET_FASTTRAP */
376 
377 /* Default platform for Valgrind launcher. */
378 /* #undef SOLARIS_LAUNCHER_DEFAULT_PLATFORM */
379 
380 /* Define to 1 if you have the new `lwp_name' syscall. */
381 /* #undef SOLARIS_LWP_NAME_SYSCALL */
382 
383 /* Define to 1 if you have the new `lwp_sigqueue' syscall. */
384 /* #undef SOLARIS_LWP_SIGQUEUE_SYSCALL */
385 
386 /* Define to 1 if you have the new `lwp_sigqueue' syscall which accepts pid.
387    */
388 /* #undef SOLARIS_LWP_SIGQUEUE_SYSCALL_TAKES_PID */
389 
390 /* Define to 1 if you have the `MODNVL_CTRLMAP' through `MODDEVINFO_CACHE_TS'
391    constants. */
392 /* #undef SOLARIS_MODCTL_MODNVL */
393 
394 /* Define to 1 if you have the new `accept' syscall. */
395 /* #undef SOLARIS_NEW_ACCEPT_SYSCALL */
396 
397 /* Define to 1 if you have the new `pipe' syscall. */
398 /* #undef SOLARIS_NEW_PIPE_SYSCALL */
399 
400 /* Define to 1 if nscd attaches to /system/volatile/name_service_door. */
401 /* #undef SOLARIS_NSCD_DOOR_SYSTEM_VOLATILE */
402 
403 /* Define to 1 if you have the old Solaris syscalls. */
404 /* #undef SOLARIS_OLD_SYSCALLS */
405 
406 /* Define to 1 if you have /proc/self/cmdline. */
407 /* #undef SOLARIS_PROC_CMDLINE */
408 
409 /* Define to 1 if you have the `prxregset_t' type. */
410 /* #undef SOLARIS_PRXREGSET_T */
411 
412 /* Define to 1 if you have the `PSET_GET_NAME' constants. */
413 /* #undef SOLARIS_PSET_GET_NAME */
414 
415 /* Define to 1 if PT_SUNWDTRACE program header provides just an initial thread
416    pointer for libc. */
417 /* #undef SOLARIS_PT_SUNDWTRACE_THRP */
418 
419 /* Version number of the repository door cache protocol. */
420 /* #undef SOLARIS_REPCACHE_PROTOCOL_VERSION */
421 
422 /* Define to 1 if you have the new `sysstat' segment reservation. */
423 /* #undef SOLARIS_RESERVE_SYSSTAT_ADDR */
424 
425 /* Define to 1 if you have the new `sysstat_zone' segment reservation. */
426 /* #undef SOLARIS_RESERVE_SYSSTAT_ZONE_ADDR */
427 
428 /* Define to 1 if you have the schedctl page executable. */
429 /* #undef SOLARIS_SCHEDCTL_PAGE_EXEC */
430 
431 /* Define to 1 if you have the `IPC_XSTAT64', `SHMADV', `SHM_ADV_GET',
432    `SHM_ADV_SET' and `SHMGET_OSM' constants. */
433 /* #undef SOLARIS_SHM_NEW */
434 
435 /* Define to 1 if you have the `spawn' syscall. */
436 /* #undef SOLARIS_SPAWN_SYSCALL */
437 
438 /* Define to 1 if you have the `system_stats' syscall. */
439 /* #undef SOLARIS_SYSTEM_STATS_SYSCALL */
440 
441 /* Define to 1 if you have the `TNDB_GET_TNIP' constant. */
442 /* #undef SOLARIS_TNDB_GET_TNIP */
443 
444 /* Define to 1 if you have the `TSOL_GETCLEARANCE' and `TSOL_SETCLEARANCE'
445    constants. */
446 /* #undef SOLARIS_TSOL_CLEARANCE */
447 
448 /* Define to 1 if you have the `utimensat' syscall. */
449 /* #undef SOLARIS_UTIMENSAT_SYSCALL */
450 
451 /* Define to 1 if you have the `utimesys' syscall. */
452 /* #undef SOLARIS_UTIMESYS_SYSCALL */
453 
454 /* Define to 1 if you have the new `uuidsys' syscall. */
455 /* #undef SOLARIS_UUIDSYS_SYSCALL */
456 
457 /* Define to 1 if you have the `ZONE_LIST_DEFUNCT' and `ZONE_GETATTR_DEFUNC'
458    constants. */
459 /* #undef SOLARIS_ZONE_DEFUNCT */
460 
461 /* Define to 1 if you have the ANSI C header files. */
462 #define STDC_HEADERS 1
463 
464 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
465 #define TIME_WITH_SYS_TIME 1
466 
467 /* Version number of package */
468 #define VERSION "3.13.0"
469 
470 /* Temporary files directory */
471 #ifdef __ANDROID__
472 #define VG_TMPDIR "/data/local/tmp"
473 #else
474 #define VG_TMPDIR "/tmp"
475 #endif
476 
477 /* Define to `int' if <sys/types.h> doesn't define. */
478 /* #undef gid_t */
479 
480 /* Define to `long int' if <sys/types.h> does not define. */
481 /* #undef off_t */
482 
483 /* Define to `unsigned int' if <sys/types.h> does not define. */
484 /* #undef size_t */
485 
486 /* Define to `int' if <sys/types.h> doesn't define. */
487 /* #undef uid_t */
488