12345678910111213141516171819202122232425262728293031323334353637 |
- #ifndef BOOST_LOCALE_CONFIG_HPP_INCLUDED
- #define BOOST_LOCALE_CONFIG_HPP_INCLUDED
- #include <boost/locale/definitions.hpp>
- #if !defined(BOOST_ALL_NO_LIB) && !defined(BOOST_LOCALE_NO_LIB) && !defined(BOOST_LOCALE_SOURCE)
- #define BOOST_LIB_NAME boost_locale
- #if defined(BOOST_ALL_DYN_LINK) || defined(BOOST_LOCALE_DYN_LINK)
- # define BOOST_DYN_LINK
- #endif
- #include <boost/config/auto_link.hpp>
- #endif
- #endif
|