aboutsummaryrefslogtreecommitdiff
path: root/bdep/utility.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-03-09 15:06:27 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-03-09 15:06:27 +0200
commitd304762e4338b4a055e2be018205a00c2ca9ee2f (patch)
tree252a4aa70118135e589095442fb4df3879c96eb0 /bdep/utility.hxx
parentdf5e58e6e5eb2727a185bf9a98a462c18fa3a83d (diff)
Support for resolving and adding configurations
Diffstat (limited to 'bdep/utility.hxx')
-rw-r--r--bdep/utility.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/bdep/utility.hxx b/bdep/utility.hxx
index 54e17fb..af85355 100644
--- a/bdep/utility.hxx
+++ b/bdep/utility.hxx
@@ -56,10 +56,12 @@ namespace bdep
// Widely-used paths.
//
- extern const dir_path bdep_dir; // .bdep/
+ extern const dir_path bdep_dir; // .bdep/
+ extern const path bdep_file; // .bdep/bdep.sqlite3
extern const path manifest_file; // manifest
extern const path packages_file; // packages.manifest
+ extern const path repositories_file; // repositories.manifest
extern const path configurations_file; // configurations.manifest
// Directory extracted from argv[0] (i.e., this process' recall directory)