diff options
Diffstat (limited to '3rdParty/Boost/src/boost/config.hpp')
-rw-r--r-- | 3rdParty/Boost/src/boost/config.hpp | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/3rdParty/Boost/src/boost/config.hpp b/3rdParty/Boost/src/boost/config.hpp index 055a278..d49bb27 100644 --- a/3rdParty/Boost/src/boost/config.hpp +++ b/3rdParty/Boost/src/boost/config.hpp @@ -21,4 +21,8 @@ #if !defined(BOOST_USER_CONFIG) && !defined(BOOST_NO_USER_CONFIG) # define BOOST_USER_CONFIG <boost/config/user.hpp> +#if 0 +// For dependency trackers: +# include <boost/config/user.hpp> +#endif #endif // include it first: @@ -37,5 +41,5 @@ // if we don't have a std library config set, try and find one: -#if !defined(BOOST_STDLIB_CONFIG) && !defined(BOOST_NO_STDLIB_CONFIG) && !defined(BOOST_NO_CONFIG) +#if !defined(BOOST_STDLIB_CONFIG) && !defined(BOOST_NO_STDLIB_CONFIG) && !defined(BOOST_NO_CONFIG) && defined(__cplusplus) # include <boost/config/select_stdlib_config.hpp> #endif @@ -57,14 +61,7 @@ #include <boost/config/suffix.hpp> -#endif // BOOST_CONFIG_HPP - - - - - - - - - - +#ifdef BOOST_HAS_PRAGMA_ONCE +#pragma once +#endif +#endif // BOOST_CONFIG_HPP |