Chris@16: ////////////////////////////////////////////////////////////////////////////// Chris@16: // Chris@16: // (C) Copyright Ion Gaztanaga 2012-2012. Distributed under the Boost Chris@16: // 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/libs/interprocess for documentation. Chris@16: // Chris@16: ////////////////////////////////////////////////////////////////////////////// Chris@16: #ifndef BOOST_INTERPROCESS_EXTERNAL_CONFIG_INCLUDED Chris@16: #define BOOST_INTERPROCESS_EXTERNAL_CONFIG_INCLUDED Chris@16: #include Chris@16: #endif Chris@16: Chris@16: #if defined(__GNUC__) && ((__GNUC__*100 + __GNUC_MINOR__) >= 406) Chris@16: # pragma GCC diagnostic push Chris@16: # pragma GCC diagnostic ignored "-Wshadow" Chris@16: #endif