]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/valgrind/src/valgrind-3.6.0-svn/config.h.in
update
[l4.git] / l4 / pkg / valgrind / src / valgrind-3.6.0-svn / config.h.in
index 42bbc73dad9854d959fd6bf76eb97ffdd289960d..b845d60c6250ee2483ff1ec54ef3999e0def0298 100644 (file)
@@ -33,6 +33,9 @@
 /* Define to 1 if you're using glibc 2.12.x */
 #undef GLIBC_2_12
 
+/* Define to 1 if you're using glibc 2.13.x */
+#undef GLIBC_2_13
+
 /* Define to 1 if you're using glibc 2.2.x */
 #undef GLIBC_2_2
 
 /* Define to 1 if you're using glibc 2.9.x */
 #undef GLIBC_2_9
 
+/* Define to 1 if gcc/as can do Altivec. */
+#undef HAS_ALTIVEC
+
 /* Define to 1 if you have the <asm/unistd.h> header file. */
 #undef HAVE_ASM_UNISTD_H
 
 /* Define to 1 if as supports mtocrf/mfocrf. */
 #undef HAVE_AS_PPC_MFTOCRF
 
-/* Define to 1 if gcc supports __sync_bool_compare_and_swap() a.o. */
+/* Define to 1 if gcc supports __sync_bool_compare_and_swap() and
+   __sync_add_and_fetch() */
 #undef HAVE_BUILTIN_ATOMIC
 
+/* Define to 1 if g++ supports __sync_bool_compare_and_swap() and
+   __sync_add_and_fetch() */
+#undef HAVE_BUILTIN_ATOMIC_CXX
+
 /* Define to 1 if you have the `clock_gettime' function. */
 #undef HAVE_CLOCK_GETTIME
 
@@ -87,9 +98,6 @@
 /* Define to 1 if you have the `eventfd_read' function. */
 #undef HAVE_EVENTFD_READ
 
-/* Define to 1 if you have the `floor' function. */
-#undef HAVE_FLOOR
-
 /* Define to 1 if you have the `getpagesize' function. */
 #undef HAVE_GETPAGESIZE
 
 /* Define to 1 if you have the `klogctl' function. */
 #undef HAVE_KLOGCTL
 
+/* Define to 1 if you have the `pthread' library (-lpthread). */
+#undef HAVE_LIBPTHREAD
+
 /* Define to 1 if you have the `rt' library (-lrt). */
 #undef HAVE_LIBRT
 
 /* Define to 1 if you have the `pthread_spin_lock' function. */
 #undef HAVE_PTHREAD_SPIN_LOCK
 
-/* Define to 1 if the installed version of Qt4 provides QAtomicInt. */
-#undef HAVE_QTCORE_QATOMICINT
-
-/* Define to 1 if the installed version of Qt4 provides QMutex::tryLock(int).
-   */
-#undef HAVE_QTCORE_QMUTEX_TRYLOCK_INT
-
 /* Define to 1 if you have the `readlinkat' function. */
 #undef HAVE_READLINKAT
 
 /* Define to 1 if you have the <sys/types.h> header file. */
 #undef HAVE_SYS_TYPES_H
 
-/* Define to 1 if you have the `timerfd' function. */
-#undef HAVE_TIMERFD
-
 /* can use __thread to define thread-local variables */
 #undef HAVE_TLS