X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=conf.cpp;h=3dd3abc3fa5a14c1d54179e6c4a8a8b50e3a0b7f;hb=068e02eec22686074a5c1e026140b601c8d61ab6;hp=60dd93f209df4f03749a067b097470ab76dac8df;hpb=9e431e8c15d9fda2cdfb92c65f98d025d7ecc1cb;p=plocate diff --git a/conf.cpp b/conf.cpp index 60dd93f..3dd3abc 100644 --- a/conf.cpp +++ b/conf.cpp @@ -68,6 +68,10 @@ bool conf_verbose; /* = false; */ /* Configuration representation for the database configuration block */ string conf_block; +/* Absolute (not necessarily canonical) path to the config file */ +string conf_configfile_str; +const char *conf_configfile; + int conf_block_size = 32; bool use_debug = false;