abi_prefix.hpp

Go to the documentation of this file.
00001 //  abi_prefix header  -------------------------------------------------------//
00002 
00003 // © 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 <sysc/packages/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

Generated on Wed Jan 21 15:32:09 2009 for SystemC by  doxygen 1.5.5