]> code.citadel.org Git - citadel.git/blobdiff - citadel/database.c
* Merged in code from the TRANSACTIONS branch for testing.
[citadel.git] / citadel / database.c
index 0276e7b1fe82a9730563eb33c421336d722f1f87..a95abbe174fdd18edfabac1a41cc9e8419c0c967 100644 (file)
@@ -23,9 +23,7 @@
 #include <ctype.h>
 #include <string.h>
 #include <errno.h>
-#ifdef HAVE_GDBM_H
 #include <gdbm.h>
-#endif
 #include "citadel.h"
 #include "server.h"
 #include "database.h"
@@ -341,9 +339,8 @@ struct cdbdata *cdb_next_item(int cdb)
 }
 
 
-
 /*
- * GDBM doesn't support transaction-based logging.  Stub out these functions.
+ * empty functions because GDBM doesn't have transaction support
  */
 
 void cdb_begin_transaction(void) {