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