From a719ce7c11c2c8c8b006c94b4559ef5e8addbc1a Mon Sep 17 00:00:00 2001 From: Gregor Beck Date: Tue, 25 Oct 2011 16:32:12 +0200 Subject: s3:dbwrap: do not burden the user of db_open_ctdb with ifdef voodoo Signed-off-by: Michael Adam --- source3/lib/dbwrap/dbwrap_ctdb.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'source3/lib/dbwrap/dbwrap_ctdb.h') diff --git a/source3/lib/dbwrap/dbwrap_ctdb.h b/source3/lib/dbwrap/dbwrap_ctdb.h index 13ce140489..7898818ae4 100644 --- a/source3/lib/dbwrap/dbwrap_ctdb.h +++ b/source3/lib/dbwrap/dbwrap_ctdb.h @@ -21,8 +21,6 @@ #ifndef __DBWRAP_CTDB_H__ #define __DBWRAP_CTDB_H__ -#ifdef CLUSTER_SUPPORT - #include struct db_context; @@ -31,6 +29,5 @@ struct db_context *db_open_ctdb(TALLOC_CTX *mem_ctx, const char *name, int hash_size, int tdb_flags, int open_flags, mode_t mode); -#endif /* CLUSTER_SUPPORT */ #endif /* __DBWRAP_CTDB_H__ */ -- cgit