8 #ifndef BOOST_NOWIDE_CONFIG_HPP_INCLUDED 9 #define BOOST_NOWIDE_CONFIG_HPP_INCLUDED 11 #include <boost/config.hpp> 13 #ifndef BOOST_SYMBOL_VISIBLE 14 # define BOOST_SYMBOL_VISIBLE 17 #ifdef BOOST_HAS_DECLSPEC 18 # if defined(BOOST_ALL_DYN_LINK) || defined(BOOST_NOWIDE_DYN_LINK) 19 # ifdef BOOST_NOWIDE_SOURCE 20 # define BOOST_NOWIDE_DECL BOOST_SYMBOL_EXPORT 22 # define BOOST_NOWIDE_DECL BOOST_SYMBOL_IMPORT 23 # endif // BOOST_NOWIDE_SOURCE 25 #endif // BOOST_HAS_DECLSPEC 27 #ifndef BOOST_NOWIDE_DECL 28 # define BOOST_NOWIDE_DECL 34 #if !defined(BOOST_ALL_NO_LIB) && !defined(BOOST_NOWIDE_NO_LIB) && !defined(BOOST_NOWIDE_SOURCE) 39 #define BOOST_LIB_NAME boost_nowide 43 #if defined(BOOST_ALL_DYN_LINK) || defined(BOOST_NOWIDE_DYN_LINK) 44 # define BOOST_DYN_LINK 49 #include <boost/config/auto_link.hpp> 50 #endif // auto-linking disabled 53 #endif // boost/nowide/config.hpp 54 // vim: tabstop=4 expandtab shiftwidth=4 softtabstop=4