Chris@16: // abi_prefix header -------------------------------------------------------// Chris@16: Chris@16: // (c) Copyright John Maddock 2003 Chris@16: Chris@16: // Use, modification and distribution are subject to the Boost Software License, Chris@16: // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at Chris@16: // http://www.boost.org/LICENSE_1_0.txt). Chris@16: Chris@16: #ifndef BOOST_CONFIG_ABI_PREFIX_HPP Chris@16: # define BOOST_CONFIG_ABI_PREFIX_HPP Chris@16: #else Chris@16: # error double inclusion of header boost/config/abi_prefix.hpp is an error Chris@16: #endif Chris@16: Chris@16: #include Chris@16: Chris@16: // this must occur after all other includes and before any code appears: Chris@16: #ifdef BOOST_HAS_ABI_HEADERS Chris@16: # include BOOST_ABI_PREFIX Chris@16: #endif Chris@16: Chris@16: #if defined( __BORLANDC__ ) Chris@16: #pragma nopushoptwarn Chris@16: #endif Chris@16: