1/* config.h.  Generated from config.h.in by configure.  */
2/* config.h.in.  Generated from configure.in 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.5 */
8/* #undef DARWIN_10_5 */
9
10/* DARWIN_VERS value for Mac OS X 10.6 */
11/* #undef DARWIN_10_6 */
12
13/* DARWIN_VERS value for Mac OS X 10.7 */
14/* #undef DARWIN_10_7 */
15
16/* DARWIN_VERS value for Mac OS X 10.8 */
17/* #undef DARWIN_10_8 */
18
19/* Define to 1 if you're using Darwin */
20/* #undef DARWIN_LIBC */
21
22/* Darwin / Mac OS X version */
23/* #undef DARWIN_VERS */
24
25/* configured to run as an inner Valgrind */
26/* #undef ENABLE_INNER */
27
28/* path to GDB */
29#define GDB_PATH "/usr/bin/gdb"
30
31/* Define to 1 if you're using glibc 2.10.x */
32/* #undef GLIBC_2_10 */
33
34/* Define to 1 if you're using glibc 2.11.x */
35/* #dundef GLIBC_2_11 1 */
36
37/* Define to 1 if you're using glibc 2.12.x */
38/* #undef GLIBC_2_12 */
39
40/* Define to 1 if you're using glibc 2.13.x */
41/* #undef GLIBC_2_13 */
42
43/* Define to 1 if you're using glibc 2.14.x */
44/* #undef GLIBC_2_14 */
45
46/* Define to 1 if you're using glibc 2.15.x */
47/* #undef GLIBC_2_15 */
48
49/* Define to 1 if you're using glibc 2.16.x */
50/* #undef GLIBC_2_16 */
51
52/* Define to 1 if you're using glibc 2.2.x */
53/* #undef GLIBC_2_2 */
54
55/* Define to 1 if you're using glibc 2.3.x */
56/* #undef GLIBC_2_3 */
57
58/* Define to 1 if you're using glibc 2.4.x */
59/* #undef GLIBC_2_4 */
60
61/* Define to 1 if you're using glibc 2.5.x */
62/* #undef GLIBC_2_5 */
63
64/* Define to 1 if you're using glibc 2.6.x */
65/* #undef GLIBC_2_6 */
66
67/* Define to 1 if you're using glibc 2.7.x */
68/* #undef GLIBC_2_7 */
69
70/* Define to 1 if you're using glibc 2.8.x */
71/* #undef GLIBC_2_8 */
72
73/* Define to 1 if you're using glibc 2.9.x */
74/* #undef GLIBC_2_9 */
75
76/* Define to 1 if gcc/as can do Altivec. */
77/* #undef HAS_ALTIVEC */
78
79/* Define to 1 if you have the <asm/unistd.h> header file. */
80#define HAVE_ASM_UNISTD_H 1
81
82/* Define to 1 if as supports mtocrf/mfocrf. */
83/* #undef HAVE_AS_PPC_MFTOCRF */
84
85/* Define to 1 if gcc supports __sync_bool_compare_and_swap() and
86   __sync_add_and_fetch() for the primary target */
87/* #undef HAVE_BUILTIN_ATOMIC */
88
89/* Define to 1 if g++ supports __sync_bool_compare_and_swap() and
90   __sync_add_and_fetch() */
91/* #undef HAVE_BUILTIN_ATOMIC_CXX */
92
93/* Define to 1 if you have the `clock_gettime' function. */
94#define HAVE_CLOCK_GETTIME 1
95
96/* Define to 1 if you have the `CLOCK_MONOTONIC' constant. */
97#define HAVE_CLOCK_MONOTONIC 1
98
99/* Define to 1 if you have the <endian.h> header file. */
100/* #undef HAVE_ENDIAN_H */
101
102/* Define to 1 if you have the `epoll_create' function. */
103#define HAVE_EPOLL_CREATE 1
104
105/* Define to 1 if you have the `epoll_pwait' function. */
106#define HAVE_EPOLL_PWAIT 1
107
108/* Define to 1 if you have the `eventfd' function. */
109#define HAVE_EVENTFD 1
110
111/* Define to 1 if you have the `eventfd_read' function. */
112#define HAVE_EVENTFD_READ 1
113
114/* Define to 1 if you have the `getpagesize' function. */
115#define HAVE_GETPAGESIZE 1
116
117/* Define to 1 if you have the <inttypes.h> header file. */
118#define HAVE_INTTYPES_H 1
119
120/* Define to 1 if you have the `klogctl' function. */
121#define HAVE_KLOGCTL 1
122
123/* Define to 1 if you have the `pthread' library (-lpthread). */
124#define HAVE_LIBPTHREAD 1
125
126/* Define to 1 if you have the `rt' library (-lrt). */
127#define HAVE_LIBRT 1
128
129/* Define to 1 if you have the `mallinfo' function. */
130#define HAVE_MALLINFO 1
131
132/* Define to 1 if you have the `memchr' function. */
133#define HAVE_MEMCHR 1
134
135/* Define to 1 if you have the <memory.h> header file. */
136#define HAVE_MEMORY_H 1
137
138/* Define to 1 if you have the `memset' function. */
139#define HAVE_MEMSET 1
140
141/* Define to 1 if you have the `mkdir' function. */
142#define HAVE_MKDIR 1
143
144/* Define to 1 if you have a working `mmap' system call. */
145#define HAVE_MMAP 1
146
147/* Define to 1 if you have the <mqueue.h> header file. */
148#define HAVE_MQUEUE_H 1
149
150/* Define to 1 if you have the `mremap' function. */
151#define HAVE_MREMAP 1
152
153/* Define to 1 if you have the `ppoll' function. */
154#define HAVE_PPOLL 1
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#define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
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#define HAVE_PTHREAD_MUTEX_ERRORCHECK_NP 1
176
177/* Define to 1 if you have the `PTHREAD_MUTEX_RECURSIVE_NP' constant. */
178#define HAVE_PTHREAD_MUTEX_RECURSIVE_NP 1
179
180/* Define to 1 if you have the `pthread_mutex_timedlock' function. */
181#define HAVE_PTHREAD_MUTEX_TIMEDLOCK 1
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#define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 1
192
193/* Define to 1 if you have the `pthread_rwlock_t' type. */
194#define HAVE_PTHREAD_RWLOCK_T 1
195
196/* Define to 1 if you have the `pthread_rwlock_timedrdlock' function. */
197#define HAVE_PTHREAD_RWLOCK_TIMEDRDLOCK 1
198
199/* Define to 1 if you have the `pthread_rwlock_timedwrlock' function. */
200#define HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK 1
201
202/* Define to 1 if you have the `pthread_spin_lock' function. */
203/* #undef HAVE_PTHREAD_SPIN_LOCK */
204
205/* Define to 1 if you have the `pthread_yield' function. */
206#define HAVE_PTHREAD_YIELD 1
207
208/* Define to 1 if you have the `readlinkat' function. */
209#define HAVE_READLINKAT 1
210
211/* Define to 1 if you have the `semtimedop' function. */
212#define HAVE_SEMTIMEDOP 1
213
214/* Define to 1 if libstd++ supports annotating shared pointers */
215/* #undef HAVE_SHARED_POINTER_ANNOTATION */
216
217/* Define to 1 if you have the `signalfd' function. */
218#define HAVE_SIGNALFD 1
219
220/* Define to 1 if you have the `sigwaitinfo' function. */
221#define HAVE_SIGWAITINFO 1
222
223/* Define to 1 if you have the <stdint.h> header file. */
224#define HAVE_STDINT_H 1
225
226/* Define to 1 if you have the <stdlib.h> header file. */
227#define HAVE_STDLIB_H 1
228
229/* Define to 1 if you have the `strchr' function. */
230#define HAVE_STRCHR 1
231
232/* Define to 1 if you have the `strdup' function. */
233#define HAVE_STRDUP 1
234
235/* Define to 1 if you have the <strings.h> header file. */
236#define HAVE_STRINGS_H 1
237
238/* Define to 1 if you have the <string.h> header file. */
239#define HAVE_STRING_H 1
240
241/* Define to 1 if you have the `strpbrk' function. */
242#define HAVE_STRPBRK 1
243
244/* Define to 1 if you have the `strrchr' function. */
245#define HAVE_STRRCHR 1
246
247/* Define to 1 if you have the `strstr' function. */
248#define HAVE_STRSTR 1
249
250/* Define to 1 if you have the `syscall' function. */
251#define HAVE_SYSCALL 1
252
253/* Define to 1 if you have the <sys/endian.h> header file. */
254/* #undef HAVE_SYS_ENDIAN_H */
255
256/* Define to 1 if you have the <sys/epoll.h> header file. */
257#define HAVE_SYS_EPOLL_H 1
258
259/* Define to 1 if you have the <sys/eventfd.h> header file. */
260#define HAVE_SYS_EVENTFD_H 1
261
262/* Define to 1 if you have the <sys/klog.h> header file. */
263#define HAVE_SYS_KLOG_H 1
264
265/* Define to 1 if you have the <sys/param.h> header file. */
266#define HAVE_SYS_PARAM_H 1
267
268/* Define to 1 if you have the <sys/poll.h> header file. */
269#define HAVE_SYS_POLL_H 1
270
271/* Define to 1 if you have the <sys/signalfd.h> header file. */
272#define HAVE_SYS_SIGNALFD_H 1
273
274/* Define to 1 if you have the <sys/signal.h> header file. */
275#define HAVE_SYS_SIGNAL_H 1
276
277/* Define to 1 if you have the <sys/stat.h> header file. */
278#define HAVE_SYS_STAT_H 1
279
280/* Define to 1 if you have the <sys/syscall.h> header file. */
281#define HAVE_SYS_SYSCALL_H 1
282
283/* Define to 1 if you have the <sys/time.h> header file. */
284#define HAVE_SYS_TIME_H 1
285
286/* Define to 1 if you have the <sys/types.h> header file. */
287#define HAVE_SYS_TYPES_H 1
288
289/* can use __thread to define thread-local variables */
290#define HAVE_TLS 1
291
292/* Define to 1 if you have the <unistd.h> header file. */
293#define HAVE_UNISTD_H 1
294
295/* Define to 1 if you have a usable <linux/futex.h> header file. */
296#define HAVE_USABLE_LINUX_FUTEX_H 1
297
298/* Define to 1 if you have the `utimensat' function. */
299#define HAVE_UTIMENSAT 1
300
301/* Define to 1 if you're using Linux 2.4.x */
302/* #undef KERNEL_2_4 */
303
304/* Define to 1 if you're using Linux 2.6.x or Linux 3.x */
305#define KERNEL_2_6 1
306
307/* configured default page size 4k */
308#define MIPS_PAGE_SHIFT 12
309
310/* Define to 1 if your C compiler doesn't accept -c and -o together. */
311/* #undef NO_MINUS_C_MINUS_O */
312
313/* Name of package */
314#define PACKAGE "valgrind"
315
316/* Define to the address where bug reports for this package should be sent. */
317#define PACKAGE_BUGREPORT "valgrind-users@lists.sourceforge.net"
318
319/* Define to the full name of this package. */
320#define PACKAGE_NAME "Valgrind"
321
322/* Define to the full name and version of this package. */
323#define PACKAGE_STRING "Valgrind 3.8.1"
324
325/* Define to the one symbol short name of this package. */
326#define PACKAGE_TARNAME "valgrind"
327
328/* Define to the home page for this package. */
329#define PACKAGE_URL ""
330
331/* Define to the version of this package. */
332#define PACKAGE_VERSION "3.8.1"
333
334/* configured memory alignment 2*PAGE_SIZE */
335#define SHM_ALIGNMENT 2*(1UL << MIPS_PAGE_SHIFT)
336
337/* Define to 1 if you have the ANSI C header files. */
338#define STDC_HEADERS 1
339
340/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
341#define TIME_WITH_SYS_TIME 1
342
343/* Version number of package */
344#define VERSION "3.8.1"
345
346/* Temporary files directory */
347#define VG_TMPDIR "/data/local/tmp"
348
349/* Define to `int' if <sys/types.h> doesn't define. */
350/* #undef gid_t */
351
352/* Define to `long int' if <sys/types.h> does not define. */
353/* #undef off_t */
354
355/* Define to `unsigned int' if <sys/types.h> does not define. */
356/* #undef size_t */
357
358/* Define to `int' if <sys/types.h> doesn't define. */
359/* #undef uid_t */
360