Hi Boost users,

Can I put all #define like the following in boost/config/user.cpp instead of putting them in boostcpp.jam or/and other jam files?

...
#define BOOST_NO_ANSI_APIS

//( for example )
#define MY_VAR

...

Thanks,

Yan