/* Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ */ //This will only defined if cmake couldn't find a static or dynamic library to link. #cmakedefine BOOST_TEST_USE_INCLUDED #ifdef BOOST_TEST_USE_INCLUDED #include #endif //If a dynamic library was found, this will be defined before including the header. #cmakedefine BOOST_TEST_DYN_LINK #include