posix threads never on Windows

This commit is contained in:
David Rose
2006-02-10 19:58:47 +00:00
parent 11e95884f8
commit 03a74bfede
+1 -1
View File
@@ -562,7 +562,7 @@
// If your system supports the Posix threads interface
// (pthread_create(), etc.), define this true.
#define HAVE_POSIX_THREADS $[isfile /usr/include/pthread.h]
#define HAVE_POSIX_THREADS $[and $[isfile /usr/include/pthread.h],$[not $[WINDOWS_PLATFORM]]]
// Do you want to build in support for threading (multiprocessing)?
// Building in support for threading will enable Panda to take