00001 // abi_prefix header -------------------------------------------------------// 00002 00003 // (c) Copyright John Maddock 2003 00004 00005 // Use, modification and distribution are subject to the Boost Software License, 00006 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at 00007 // http://www.boost.org/LICENSE_1_0.txt). 00008 00009 #ifndef BOOST_CONFIG_ABI_PREFIX_HPP 00010 # define BOOST_CONFIG_ABI_PREFIX_HPP 00011 #else 00012 # error double inclusion of header boost/config/abi_prefix.hpp is an error 00013 #endif 00014 00015 #include <boost/config.hpp> 00016 00017 // this must occur after all other includes and before any code appears: 00018 #ifdef BOOST_HAS_ABI_HEADERS 00019 # include BOOST_ABI_PREFIX 00020 #endif 00021 00022 #if defined( __BORLANDC__ ) 00023 #pragma nopushoptwarn 00024 #endif 00025