<div dir="ltr"><div dir="ltr"><div dir="ltr">Hey all<div><br></div><div>Have you any thoughts on how reverse dependencies should be handled?<br><br>Here I think about libraries/programs that let you optionally/required to provide  header and maybe even a library.<br><br>This is used in boost config</div><div><br></div>#if !defined(BOOST_USER_CONFIG) && !defined(BOOST_NO_USER_CONFIG)<br>#  define BOOST_USER_CONFIG <boost/config/user.hpp><br>#endif<br><br>#ifdef BOOST_USER_CONFIG<br>#  include BOOST_USER_CONFIG<br>#endif</div><div dir="ltr"><br></div><div dir="ltr"><br></div><div>This for me also ties into how should you handle poptions that a headerfile set? Im here thinking about cxx.export.poptions, should that get populated with these defines?<br><br>And sorry if this is already in the manual, but I have not been able to locate this in it.</div></div></div>