From 3dd3a9c46c53282ddc67a0c76f1c1bed7c4d3028 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Thu, 20 Feb 2014 11:44:56 +0000 Subject: [PATCH] Add dependency tracking info. --- include/boost/config.hpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/boost/config.hpp b/include/boost/config.hpp index 6ec3645c..d49bb27c 100644 --- a/include/boost/config.hpp +++ b/include/boost/config.hpp @@ -20,6 +20,10 @@ // if we don't have a user config, then use the default location: #if !defined(BOOST_USER_CONFIG) && !defined(BOOST_NO_USER_CONFIG) # define BOOST_USER_CONFIG +#if 0 +// For dependency trackers: +# include +#endif #endif // include it first: #ifdef BOOST_USER_CONFIG