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