gallium: Make pipe thread say if it has condvars or not
authorJakob Bornecrantz <jakob@vmware.com>
Fri, 5 Jun 2009 01:57:19 +0000 (02:57 +0100)
committerJakob Bornecrantz <jakob@vmware.com>
Fri, 5 Jun 2009 01:57:19 +0000 (02:57 +0100)
src/gallium/include/pipe/p_thread.h

index de55e99..df6d389 100644 (file)
@@ -43,6 +43,8 @@
 #include <pthread.h> /* POSIX threads headers */
 #include <stdio.h> /* for perror() */
 
+#define PIPE_THREAD_HAVE_CONDVAR
+
 typedef pthread_t pipe_thread;
 
 #define PIPE_THREAD_ROUTINE( name, param ) \