blob: f1299edb2c736b0cfcf25ac27c630e89adb9ad9b [file] [log] [blame]
Jeff Thompsonf7d49942013-08-01 16:47:40 -07001// abi_prefix header -------------------------------------------------------//
2
3// (c) Copyright John Maddock 2003
4
5// Use, modification and distribution are subject to the Boost Software License,
6// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
7// http://www.boost.org/LICENSE_1_0.txt).
8
Jeff Thompson3d613fd2013-10-15 15:39:04 -07009#ifndef NDNBOOST_CONFIG_ABI_PREFIX_HPP
10# define NDNBOOST_CONFIG_ABI_PREFIX_HPP
Jeff Thompsonf7d49942013-08-01 16:47:40 -070011#else
Jeff Thompson9939dcd2013-10-15 15:12:24 -070012# error double inclusion of header ndnboost/config/abi_prefix.hpp is an error
Jeff Thompsonf7d49942013-08-01 16:47:40 -070013#endif
14
Jeff Thompson2277ce52013-08-01 17:34:11 -070015#include <ndnboost/config.hpp>
Jeff Thompsonf7d49942013-08-01 16:47:40 -070016
17// this must occur after all other includes and before any code appears:
Jeff Thompson3d613fd2013-10-15 15:39:04 -070018#ifdef NDNBOOST_HAS_ABI_HEADERS
19# include NDNBOOST_ABI_PREFIX
Jeff Thompsonf7d49942013-08-01 16:47:40 -070020#endif
21
22#if defined( __BORLANDC__ )
23#pragma nopushoptwarn
24#endif
25