From a62b71e0f7fc8a2118ee7baca4c45dc836414f97 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Fri, 1 Mar 2002 12:23:40 +0000 Subject: [PATCH] Turned on threading support. [SVN r12990] --- include/boost/config/compiler/sgi_mipspro.hpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/include/boost/config/compiler/sgi_mipspro.hpp b/include/boost/config/compiler/sgi_mipspro.hpp index 2ba47c96..51e9f6fe 100644 --- a/include/boost/config/compiler/sgi_mipspro.hpp +++ b/include/boost/config/compiler/sgi_mipspro.hpp @@ -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? +