Turned on threading support.

[SVN r12990]
This commit is contained in:
John Maddock
2002-03-01 12:23:40 +00:00
parent e21b6658c9
commit a62b71e0f7

View File

@@ -11,6 +11,13 @@
#include "boost/config/compiler/common_edg.hpp"
//
// Threading support:
// Turn this on unconditionally here, it will get turned off again later
// if no threading API is detected.
//
#define BOOST_HAS_THREADS
//
// version check:
// probably nothing to do here?