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