#ifndef CONFIG_H #define CONFIG_H #include namespace po = boost::program_options; namespace config { extern po::variables_map vm; void init(); }; #endif