summaryrefslogtreecommitdiff
path: root/lib/common/BoxPortsAndFiles.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common/BoxPortsAndFiles.h.in')
-rw-r--r--lib/common/BoxPortsAndFiles.h.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/common/BoxPortsAndFiles.h.in b/lib/common/BoxPortsAndFiles.h.in
index 41bad0ba..55616da7 100644
--- a/lib/common/BoxPortsAndFiles.h.in
+++ b/lib/common/BoxPortsAndFiles.h.in
@@ -32,12 +32,24 @@
#define BOX_GET_DEFAULT_BBSTORED_CONFIG_FILE \
GetDefaultConfigFilePath("bbstored.conf").c_str()
#else
+<<<<<<< HEAD
#define BOX_FILE_BBACKUPD_DEFAULT_CONFIG "@sysconfdir_expanded@/boxbackup/bbackupd.conf"
#define BOX_FILE_RAIDFILE_DEFAULT_CONFIG "@sysconfdir_expanded@/boxbackup/raidfile.conf"
#define BOX_FILE_BBSTORED_DEFAULT_CONFIG "@sysconfdir_expanded@/boxbackup/bbstored.conf"
#define BOX_FILE_BBACKUPD_OLD_CONFIG "@sysconfdir_expanded@/box/bbackupd.conf"
#define BOX_FILE_RAIDFILE_OLD_CONFIG "@sysconfdir_expanded@/box/raidfile.conf"
#define BOX_FILE_BBSTORED_OLD_CONFIG "@sysconfdir_expanded@/box/bbstored.conf"
+=======
+ #define BOX_FILE_BBACKUPD_OLD_CONFIG "@sysconfdir_expanded@/box/bbackupd.conf"
+ #define BOX_FILE_RAIDFILE_OLD_CONFIG "@sysconfdir_expanded@/box/raidfile.conf"
+ #define BOX_FILE_BBSTORED_OLD_CONFIG "@sysconfdir_expanded@/box/bbstored.conf"
+ #define BOX_GET_DEFAULT_BBACKUPD_CONFIG_FILE \
+ std::string("@sysconfdir_expanded@/boxbackup/bbackupd.conf")
+ #define BOX_GET_DEFAULT_RAIDFILE_CONFIG_FILE \
+ std::string("@sysconfdir_expanded@/boxbackup/raidfile.conf")
+ #define BOX_GET_DEFAULT_BBSTORED_CONFIG_FILE \
+ std::string("@sysconfdir_expanded@/boxbackup/bbstored.conf")
+>>>>>>> 0.12
#endif
#endif // BOXPORTSANDFILES__H