Chris@16: // (C) Copyright John Maddock 2001. Chris@16: // (C) Copyright David Abrahams 2002. Chris@16: // (C) Copyright Aleksey Gurtovoy 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: // Kai C++ compiler setup: Chris@16: Chris@16: #include "boost/config/compiler/common_edg.hpp" Chris@16: Chris@16: # if (__KCC_VERSION <= 4001) || !defined(BOOST_STRICT_CONFIG) Chris@16: // at least on Sun, the contents of is not in namespace std Chris@16: # define BOOST_NO_STDC_NAMESPACE Chris@16: # endif Chris@16: Chris@16: // see also common_edg.hpp which needs a special check for __KCC Chris@16: # if !defined(_EXCEPTIONS) && !defined(BOOST_NO_EXCEPTIONS) Chris@16: # define BOOST_NO_EXCEPTIONS Chris@16: # endif Chris@16: Chris@16: // Chris@16: // last known and checked version is 4001: Chris@16: #if (__KCC_VERSION > 4001) Chris@16: # if defined(BOOST_ASSERT_CONFIG) Chris@16: # error "Unknown compiler version - please run the configure tests and report the results" Chris@16: # endif Chris@16: #endif Chris@16: Chris@16: Chris@16: