]> git.sesse.net Git - plocate/blobdiff - conf.cpp
Release plocate 1.1.18.
[plocate] / conf.cpp
index 60dd93f209df4f03749a067b097470ab76dac8df..3dd3abc3fa5a14c1d54179e6c4a8a8b50e3a0b7f 100644 (file)
--- 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;