[Box Backup-dev] COMMIT r847 - box/chris/retry-debug/bin/bbstored

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Thu Aug 31 09:16:26 BST 2006


Author: chris
Date: 2006-08-31 09:16:26 +0100 (Thu, 31 Aug 2006)
New Revision: 847

Modified:
   box/chris/retry-debug/bin/bbstored/BBStoreDHousekeeping.cpp
Log:
* bin/bbstored/BBStoreDHousekeeping.cpp
- Only include syslog.h if we have one


Modified: box/chris/retry-debug/bin/bbstored/BBStoreDHousekeeping.cpp
===================================================================
--- box/chris/retry-debug/bin/bbstored/BBStoreDHousekeeping.cpp	2006-08-31 08:15:01 UTC (rev 846)
+++ box/chris/retry-debug/bin/bbstored/BBStoreDHousekeeping.cpp	2006-08-31 08:16:26 UTC (rev 847)
@@ -10,8 +10,11 @@
 #include "Box.h"
 
 #include <stdio.h>
-#include <syslog.h>
 
+#ifdef HAVE_SYSLOG_H
+	#include <syslog.h>
+#endif
+
 #include "BackupStoreDaemon.h"
 #include "BackupStoreAccountDatabase.h"
 #include "BackupStoreAccounts.h"




More information about the Boxbackup-dev mailing list