[dovecot-cvs] dovecot/src/master main.c,1.74,1.75

cras at dovecot.org cras at dovecot.org
Sun Jan 22 14:09:18 EET 2006


Update of /var/lib/cvs/dovecot/src/master
In directory talvi:/tmp/cvs-serv23184/src/master

Modified Files:
	main.c 
Log Message:
SQLite support. Patch by Jakob Hirsch.



Index: main.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/master/main.c,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -d -r1.74 -r1.75
--- main.c	22 Jan 2006 10:50:54 -0000	1.74
+++ main.c	22 Jan 2006 12:09:16 -0000	1.75
@@ -640,6 +640,9 @@
 #ifdef HAVE_PGSQL
 		" postgresql"
 #endif
+#ifdef HAVE_SQLITE
+		" sqlite"
+#endif
 	"\nPassdb: "
 #ifdef PASSDB_BSDAUTH
 		"bsdauth "



More information about the dovecot-cvs mailing list