| changeset 0 | 6f7a81934006 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lib/config/_autoresponse_dir.cc Wed Jan 16 22:39:43 2008 +0100 @@ -0,0 +1,10 @@ +#include "configio.h" +#include <limits.h> + +static mystring default_autoresponse_dir("autoresponse"); +static const mystring filename_autoresponse_dir = "autoresponse-dir"; +mystring configuration::autoresponse_dir() const { + return read_dir(filename_autoresponse_dir, + default_autoresponse_dir, + (config_cache<mystring>&)autoresponse_dir_cache); +}