]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/valgrind/src/valgrind-3.6.0-svn/config.h.in
c34447526e75b74137d0a31edd7106381fcd67c7
[l4.git] / l4 / pkg / valgrind / src / valgrind-3.6.0-svn / config.h.in
1 /* config.h.in.  Generated from configure.in by autoheader.  */
2
3 /* Define to 1 if you're using AIX 5.1 or 5.2 or 5.3 */
4 #undef AIX5_LIBC
5
6 /* Define to 1 if you're using Darwin */
7 #undef DARWIN_LIBC
8
9 /* configured to run as an inner Valgrind */
10 #undef ENABLE_INNER
11
12 /* path to GDB */
13 #undef GDB_PATH
14
15 /* Define to 1 if you're using glibc 2.10.x */
16 #undef GLIBC_2_10
17
18 /* Define to 1 if you're using glibc 2.11.x */
19 #undef GLIBC_2_11
20
21 /* Define to 1 if you're using glibc 2.2.x */
22 #undef GLIBC_2_2
23
24 /* Define to 1 if you're using glibc 2.3.x */
25 #undef GLIBC_2_3
26
27 /* Define to 1 if you're using glibc 2.4.x */
28 #undef GLIBC_2_4
29
30 /* Define to 1 if you're using glibc 2.5.x */
31 #undef GLIBC_2_5
32
33 /* Define to 1 if you're using glibc 2.6.x */
34 #undef GLIBC_2_6
35
36 /* Define to 1 if you're using glibc 2.7.x */
37 #undef GLIBC_2_7
38
39 /* Define to 1 if you're using glibc 2.8.x */
40 #undef GLIBC_2_8
41
42 /* Define to 1 if you're using glibc 2.9.x */
43 #undef GLIBC_2_9
44
45 /* Define to 1 if you have the <asm/unistd.h> header file. */
46 #undef HAVE_ASM_UNISTD_H
47
48 /* Define to 1 if as supports mtocrf/mfocrf. */
49 #undef HAVE_AS_PPC_MFTOCRF
50
51 /* Define to 1 if gcc supports __sync_bool_compare_and_swap() a.o. */
52 #undef HAVE_BUILTIN_ATOMIC
53
54 /* Define to 1 if you have the `clock_gettime' function. */
55 #undef HAVE_CLOCK_GETTIME
56
57 /* Define to 1 if you have the `CLOCK_MONOTONIC' constant. */
58 #undef HAVE_CLOCK_MONOTONIC
59
60 /* Define to 1 if you have the <endian.h> header file. */
61 #undef HAVE_ENDIAN_H
62
63 /* Define to 1 if you have the `epoll_create' function. */
64 #undef HAVE_EPOLL_CREATE
65
66 /* Define to 1 if you have the `epoll_pwait' function. */
67 #undef HAVE_EPOLL_PWAIT
68
69 /* Define to 1 if you have the `eventfd' function. */
70 #undef HAVE_EVENTFD
71
72 /* Define to 1 if you have the `eventfd_read' function. */
73 #undef HAVE_EVENTFD_READ
74
75 /* Define to 1 if you have the `floor' function. */
76 #undef HAVE_FLOOR
77
78 /* Define to 1 if you have the `getpagesize' function. */
79 #undef HAVE_GETPAGESIZE
80
81 /* Define to 1 if you have the <inttypes.h> header file. */
82 #undef HAVE_INTTYPES_H
83
84 /* Define to 1 if you have the `klogctl' function. */
85 #undef HAVE_KLOGCTL
86
87 /* Define to 1 if you have the `rt' library (-lrt). */
88 #undef HAVE_LIBRT
89
90 /* Define to 1 if you have the `mallinfo' function. */
91 #undef HAVE_MALLINFO
92
93 /* Define to 1 if you have the `memchr' function. */
94 #undef HAVE_MEMCHR
95
96 /* Define to 1 if you have the <memory.h> header file. */
97 #undef HAVE_MEMORY_H
98
99 /* Define to 1 if you have the `memset' function. */
100 #undef HAVE_MEMSET
101
102 /* Define to 1 if you have the `mkdir' function. */
103 #undef HAVE_MKDIR
104
105 /* Define to 1 if you have a working `mmap' system call. */
106 #undef HAVE_MMAP
107
108 /* Define to 1 if you have the <mqueue.h> header file. */
109 #undef HAVE_MQUEUE_H
110
111 /* Define to 1 if you have the `mremap' function. */
112 #undef HAVE_MREMAP
113
114 /* Define to 1 if you have the `ppoll' function. */
115 #undef HAVE_PPOLL
116
117 /* Define to 1 if you have the `pthread_barrier_init' function. */
118 #undef HAVE_PTHREAD_BARRIER_INIT
119
120 /* Define to 1 if you have the `pthread_condattr_setclock' function. */
121 #undef HAVE_PTHREAD_CONDATTR_SETCLOCK
122
123 /* Define to 1 if you have the `pthread_create@glibc2.0' function. */
124 #undef HAVE_PTHREAD_CREATE_GLIBC_2_0
125
126 /* Define to 1 if you have the `PTHREAD_MUTEX_ADAPTIVE_NP' constant. */
127 #undef HAVE_PTHREAD_MUTEX_ADAPTIVE_NP
128
129 /* Define to 1 if you have the `PTHREAD_MUTEX_ERRORCHECK_NP' constant. */
130 #undef HAVE_PTHREAD_MUTEX_ERRORCHECK_NP
131
132 /* Define to 1 if you have the `PTHREAD_MUTEX_RECURSIVE_NP' constant. */
133 #undef HAVE_PTHREAD_MUTEX_RECURSIVE_NP
134
135 /* Define to 1 if you have the `pthread_mutex_timedlock' function. */
136 #undef HAVE_PTHREAD_MUTEX_TIMEDLOCK
137
138 /* Define to 1 if pthread_mutex_t has a member __data.__kind. */
139 #undef HAVE_PTHREAD_MUTEX_T__DATA__KIND
140
141 /* Define to 1 if pthread_mutex_t has a member called __m_kind. */
142 #undef HAVE_PTHREAD_MUTEX_T__M_KIND
143
144 /* Define to 1 if you have the `PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP'
145    constant. */
146 #undef HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP
147
148 /* Define to 1 if you have the `pthread_rwlock_timedrdlock' function. */
149 #undef HAVE_PTHREAD_RWLOCK_TIMEDRDLOCK
150
151 /* Define to 1 if you have the `pthread_rwlock_timedwrlock' function. */
152 #undef HAVE_PTHREAD_RWLOCK_TIMEDWRLOCK
153
154 /* Define to 1 if you have the `pthread_spin_lock' function. */
155 #undef HAVE_PTHREAD_SPIN_LOCK
156
157 /* Define to 1 if the installed version of Qt4 provides QAtomicInt. */
158 #undef HAVE_QTCORE_QATOMICINT
159
160 /* Define to 1 if the installed version of Qt4 provides QMutex::tryLock(int).
161    */
162 #undef HAVE_QTCORE_QMUTEX_TRYLOCK_INT
163
164 /* Define to 1 if you have the `readlinkat' function. */
165 #undef HAVE_READLINKAT
166
167 /* Define to 1 if you have the `semtimedop' function. */
168 #undef HAVE_SEMTIMEDOP
169
170 /* Define to 1 if you have the `signalfd' function. */
171 #undef HAVE_SIGNALFD
172
173 /* Define to 1 if you have the `sigwaitinfo' function. */
174 #undef HAVE_SIGWAITINFO
175
176 /* Define to 1 if you have the <stdint.h> header file. */
177 #undef HAVE_STDINT_H
178
179 /* Define to 1 if you have the <stdlib.h> header file. */
180 #undef HAVE_STDLIB_H
181
182 /* Define to 1 if you have the `strchr' function. */
183 #undef HAVE_STRCHR
184
185 /* Define to 1 if you have the `strdup' function. */
186 #undef HAVE_STRDUP
187
188 /* Define to 1 if you have the <strings.h> header file. */
189 #undef HAVE_STRINGS_H
190
191 /* Define to 1 if you have the <string.h> header file. */
192 #undef HAVE_STRING_H
193
194 /* Define to 1 if you have the `strpbrk' function. */
195 #undef HAVE_STRPBRK
196
197 /* Define to 1 if you have the `strrchr' function. */
198 #undef HAVE_STRRCHR
199
200 /* Define to 1 if you have the `strstr' function. */
201 #undef HAVE_STRSTR
202
203 /* Define to 1 if you have the `syscall' function. */
204 #undef HAVE_SYSCALL
205
206 /* Define to 1 if you have the <sys/endian.h> header file. */
207 #undef HAVE_SYS_ENDIAN_H
208
209 /* Define to 1 if you have the <sys/epoll.h> header file. */
210 #undef HAVE_SYS_EPOLL_H
211
212 /* Define to 1 if you have the <sys/eventfd.h> header file. */
213 #undef HAVE_SYS_EVENTFD_H
214
215 /* Define to 1 if you have the <sys/klog.h> header file. */
216 #undef HAVE_SYS_KLOG_H
217
218 /* Define to 1 if you have the <sys/param.h> header file. */
219 #undef HAVE_SYS_PARAM_H
220
221 /* Define to 1 if you have the <sys/poll.h> header file. */
222 #undef HAVE_SYS_POLL_H
223
224 /* Define to 1 if you have the <sys/signalfd.h> header file. */
225 #undef HAVE_SYS_SIGNALFD_H
226
227 /* Define to 1 if you have the <sys/signal.h> header file. */
228 #undef HAVE_SYS_SIGNAL_H
229
230 /* Define to 1 if you have the <sys/stat.h> header file. */
231 #undef HAVE_SYS_STAT_H
232
233 /* Define to 1 if you have the <sys/syscall.h> header file. */
234 #undef HAVE_SYS_SYSCALL_H
235
236 /* Define to 1 if you have the <sys/time.h> header file. */
237 #undef HAVE_SYS_TIME_H
238
239 /* Define to 1 if you have the <sys/types.h> header file. */
240 #undef HAVE_SYS_TYPES_H
241
242 /* Define to 1 if you have the `timerfd' function. */
243 #undef HAVE_TIMERFD
244
245 /* can use __thread to define thread-local variables */
246 #undef HAVE_TLS
247
248 /* Define to 1 if you have the <unistd.h> header file. */
249 #undef HAVE_UNISTD_H
250
251 /* Define to 1 if you have the `utimensat' function. */
252 #undef HAVE_UTIMENSAT
253
254 /* Define to 1 if you're using Linux 2.4.x */
255 #undef KERNEL_2_4
256
257 /* Define to 1 if you're using Linux 2.6.x */
258 #undef KERNEL_2_6
259
260 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
261 #undef NO_MINUS_C_MINUS_O
262
263 /* Name of package */
264 #undef PACKAGE
265
266 /* Define to the address where bug reports for this package should be sent. */
267 #undef PACKAGE_BUGREPORT
268
269 /* Define to the full name of this package. */
270 #undef PACKAGE_NAME
271
272 /* Define to the full name and version of this package. */
273 #undef PACKAGE_STRING
274
275 /* Define to the one symbol short name of this package. */
276 #undef PACKAGE_TARNAME
277
278 /* Define to the home page for this package. */
279 #undef PACKAGE_URL
280
281 /* Define to the version of this package. */
282 #undef PACKAGE_VERSION
283
284 /* Define as the return type of signal handlers (`int' or `void'). */
285 #undef RETSIGTYPE
286
287 /* Define to 1 if you have the ANSI C header files. */
288 #undef STDC_HEADERS
289
290 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
291 #undef TIME_WITH_SYS_TIME
292
293 /* Version number of package */
294 #undef VERSION
295
296 /* Define to `int' if <sys/types.h> doesn't define. */
297 #undef gid_t
298
299 /* Define to `long int' if <sys/types.h> does not define. */
300 #undef off_t
301
302 /* Define to `unsigned int' if <sys/types.h> does not define. */
303 #undef size_t
304
305 /* Define to `int' if <sys/types.h> doesn't define. */
306 #undef uid_t