put NO_MUTEX back in

This commit is contained in:
David Rose 2008-10-06 21:39:52 +00:00
parent 711fe92e56
commit 323d4a0a19

View File

@ -299,7 +299,7 @@ $[cdefine HAVE_THREADS]
/* Define if we want to use fast, user-space simulated threads. */
$[cdefine SIMPLE_THREADS]
// Taking this out for now: $[cdefine SIMPLE_THREADS_NO_MUTEX]
$[cdefine SIMPLE_THREADS_NO_MUTEX]
/* Define to enable deadlock detection, mutex recursion checks, etc. */
$[cdefine DEBUG_THREADS]