summaryrefslogtreecommitdiff
path: root/bin/bbackupd/BackupClientInodeToIDMap.cpp
diff options
context:
space:
mode:
authorMartin Ebourne <martin@ebourne.me.uk>2005-12-07 16:34:47 +0000
committerMartin Ebourne <martin@ebourne.me.uk>2005-12-07 16:34:47 +0000
commit81d8eda2419e7a23088a98cdfc52a305c9ceac0d (patch)
tree27143d7b539a8bf2e23cc18e2f598804fa8d784d /bin/bbackupd/BackupClientInodeToIDMap.cpp
parent065dc6f8cd168e3ee6e71ddfb06f42a92abfabbd (diff)
Merged martin/autoconf at r35 to trunk
Diffstat (limited to 'bin/bbackupd/BackupClientInodeToIDMap.cpp')
-rwxr-xr-xbin/bbackupd/BackupClientInodeToIDMap.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/bin/bbackupd/BackupClientInodeToIDMap.cpp b/bin/bbackupd/BackupClientInodeToIDMap.cpp
index 23e91eba..7141d5f4 100755
--- a/bin/bbackupd/BackupClientInodeToIDMap.cpp
+++ b/bin/bbackupd/BackupClientInodeToIDMap.cpp
@@ -9,16 +9,12 @@
#include "Box.h"
-#ifndef PLATFORM_BERKELEY_DB_NOT_SUPPORTED
+#ifdef HAVE_DB
// Include db headers and other OS files if they're needed for the disc implementation
#include <sys/types.h>
#include <fcntl.h>
#include <limits.h>
- #ifdef PLATFORM_LINUX
- #include "../../local/_linux_db.h"
- #else
- #include <db.h>
- #endif
+ #include DB_HEADER
#include <sys/stat.h>
#endif