#ifndef _TR_CONFIG_HPP_ #define _TR_CONFIG_HPP_ #include struct Config { const boost::filesystem::path root_dir = "/"; const boost::filesystem::path default_download_dir = "toREST"; }; #endif