forked from boostorg/config
Add dependency tracking info.
This commit is contained in:
@ -20,6 +20,10 @@
|
|||||||
// if we don't have a user config, then use the default location:
|
// if we don't have a user config, then use the default location:
|
||||||
#if !defined(BOOST_USER_CONFIG) && !defined(BOOST_NO_USER_CONFIG)
|
#if !defined(BOOST_USER_CONFIG) && !defined(BOOST_NO_USER_CONFIG)
|
||||||
# define BOOST_USER_CONFIG <boost/config/user.hpp>
|
# define BOOST_USER_CONFIG <boost/config/user.hpp>
|
||||||
|
#if 0
|
||||||
|
// For dependency trackers:
|
||||||
|
# include <boost/config/user.hpp>
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
// include it first:
|
// include it first:
|
||||||
#ifdef BOOST_USER_CONFIG
|
#ifdef BOOST_USER_CONFIG
|
||||||
|
Reference in New Issue
Block a user