00001 // (C) Copyright John Maddock 2001 - 2002. 00002 // Use, modification and distribution are subject to the 00003 // Boost Software License, Version 1.0. (See accompanying file 00004 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 00005 00006 // See http://www.boost.org for most recent version. 00007 00008 // SGI C++ compiler setup: 00009 00010 #define BOOST_COMPILER "SGI Irix compiler version " BOOST_STRINGIZE(_COMPILER_VERSION) 00011 00012 #include "sysc/packages/boost/config/compiler/common_edg.hpp" 00013 00014 // 00015 // Threading support: 00016 // Turn this on unconditionally here, it will get turned off again later 00017 // if no threading API is detected. 00018 // 00019 #define BOOST_HAS_THREADS 00020 // 00021 // version check: 00022 // probably nothing to do here? 00023 00024
1.5.5