changeset 10017:7c091e3e0266 HEAD

dovecot --build-options: Added "Mail storages" list back.
author Timo Sirainen <tss@iki.fi>
date Fri, 09 Oct 2009 16:49:22 -0400
parents 90622fad99a0
children 4a2fa8ec5c8c
files src/master/main.c
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/master/main.c	Fri Oct 09 15:27:58 2009 -0400
+++ b/src/master/main.c	Fri Oct 09 16:49:22 2009 -0400
@@ -528,10 +528,11 @@
 #ifdef HAVE_OPENSSL
 		" openssl"
 #endif
+	"\nMail storages: "MAIL_STORAGES"\n"
 #ifdef SQL_DRIVER_PLUGINS
-	"\nSQL driver plugins:"
+	"SQL driver plugins:"
 #else
-	"\nSQL drivers:"
+	"SQL drivers:"
 #endif
 #ifdef BUILD_MYSQL
 		" mysql"