| author | "Tomas Zeman <tzeman@volny.cz>" |
| Sun, 20 Jan 2008 00:22:25 +0100 | |
| changeset 3 | 3d1d327cfa68 |
| parent 0 | 6f7a81934006 |
| permissions | -rw-r--r-- |
#include "configio.h" #include <limits.h> static unsigned default_default_hardquota(UINT_MAX); static const mystring filename_default_hardquota = "default-hardquota"; unsigned configuration::default_hardquota() const { return read_uns(filename_default_hardquota, default_default_hardquota, (config_cache<unsigned>&)default_hardquota_cache); }