27 #define DATAROOTDIR "/usr/local/cebl"
30 #define PACKAGE "cebl"
32 #ifndef PACKAGE_STRING
33 #define PACKAGE_STRING "cebl-0.0"
39 #include <boost/program_options.hpp>
40 namespace po = boost::program_options;
46 po::options_description desc;
50 std::map<string, string> set_options;
51 std::vector<string> option_list;
56 string session_filename;
59 string default_channels_filename;
60 string string_table_filename;
63 std::vector<std::string> paths;
71 std::vector<std::string>
getPaths()
const {
return paths; }
77 void addOption(
string name,
string description,
char short_name =
'\0');