#include using namespace icinga; int main(int argc, char **argv) { ConfigContext ctx; ctx.Compile(); return 0; }