From a6562e5c53162fe92884438c74226c10def2cc8b Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Thu, 24 Jul 2008 15:16:32 +0200 Subject: import boxbackup_0.11~rc2-1.dsc --- lib/common/BoxPortsAndFiles.h | 6 +++--- lib/common/Configuration.cpp | 2 ++ lib/common/WaitForEvent.h | 2 ++ 3 files changed, 7 insertions(+), 3 deletions(-) (limited to 'lib/common') diff --git a/lib/common/BoxPortsAndFiles.h b/lib/common/BoxPortsAndFiles.h index ffd353bf..f982e675 100755 --- a/lib/common/BoxPortsAndFiles.h +++ b/lib/common/BoxPortsAndFiles.h @@ -70,9 +70,9 @@ #define BOX_GET_DEFAULT_BBSTORED_CONFIG_FILE \ GetDefaultConfigFilePath("bbstored.conf").c_str() #else -#define BOX_FILE_BBACKUPD_DEFAULT_CONFIG "/etc/boxbackup/bbackupd.conf" -#define BOX_FILE_RAIDFILE_DEFAULT_CONFIG "/etc/boxbackup/raidfile.conf" -#define BOX_FILE_BBSTORED_DEFAULT_CONFIG "/etc/boxbackup/bbstored.conf" +#define BOX_FILE_BBACKUPD_DEFAULT_CONFIG "/etc/boxbackup/bbackupd.conf" +#define BOX_FILE_RAIDFILE_DEFAULT_CONFIG "/etc/boxbackup/raidfile.conf" +#define BOX_FILE_BBSTORED_DEFAULT_CONFIG "/etc/boxbackup/bbstored.conf" #endif #endif // BOXPORTSANDFILES__H diff --git a/lib/common/Configuration.cpp b/lib/common/Configuration.cpp index 66702d55..ba84ea48 100644 --- a/lib/common/Configuration.cpp +++ b/lib/common/Configuration.cpp @@ -58,6 +58,8 @@ #include "MemLeakFindOn.h" +#include + // utility whitespace function inline bool iw(int c) { diff --git a/lib/common/WaitForEvent.h b/lib/common/WaitForEvent.h index cb62b8a9..63a33b92 100644 --- a/lib/common/WaitForEvent.h +++ b/lib/common/WaitForEvent.h @@ -63,6 +63,8 @@ #include "MemLeakFindOn.h" +#include + class WaitForEvent { public: -- cgit v1.2.3