Chris@16: // (C) Copyright John Maddock 2001 - 2002. Chris@16: // Use, modification and distribution are subject to the Chris@16: // Boost Software License, Version 1.0. (See accompanying file Chris@16: // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) Chris@16: Chris@16: // See http://www.boost.org for most recent version. Chris@16: Chris@16: // SGI C++ compiler setup: Chris@16: Chris@16: #define BOOST_COMPILER "SGI Irix compiler version " BOOST_STRINGIZE(_COMPILER_VERSION) Chris@16: Chris@16: #include "boost/config/compiler/common_edg.hpp" Chris@16: Chris@16: // Chris@16: // Threading support: Chris@16: // Turn this on unconditionally here, it will get turned off again later Chris@16: // if no threading API is detected. Chris@16: // Chris@16: #define BOOST_HAS_THREADS Chris@16: #define BOOST_NO_TWO_PHASE_NAME_LOOKUP Chris@16: Chris@16: #undef BOOST_NO_SWPRINTF Chris@16: #undef BOOST_DEDUCED_TYPENAME Chris@16: Chris@16: // Chris@16: // version check: Chris@16: // probably nothing to do here? Chris@16: Chris@16: