changeset 6635:e4f9e2b94a90 HEAD

Show mail storages in dovecot --build-options.
author Timo Sirainen <tss@iki.fi>
date Sat, 27 Oct 2007 23:46:11 +0300
parents 1002deeef3a5
children 6d870394cc3b
files configure.in src/master/main.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Sat Oct 27 23:03:10 2007 +0300
+++ b/configure.in	Sat Oct 27 23:46:11 2007 +0300
@@ -1940,6 +1940,7 @@
 done
 STORAGE_LIBS="$STORAGE_LIBS $index_libs"
 AC_SUBST(STORAGE_LIBS)
+AC_DEFINE_UNQUOTED(MAIL_STORAGES, "$mail_storages", List of compiled in mail storages)
 
 if test -n "$deliver_storage" && test "$want_deliver" = yes; then
   AC_ERROR([If you remove mbox from storages, you need to build --without-deliver])
--- a/src/master/main.c	Sat Oct 27 23:03:10 2007 +0300
+++ b/src/master/main.c	Sat Oct 27 23:46:11 2007 +0300
@@ -301,7 +301,8 @@
 #ifdef HAVE_OPENSSL
 		" openssl"
 #endif
-	"\nSQL drivers:"
+	"\nMail storages: "MAIL_STORAGES"\n"
+	"SQL drivers:"
 #ifdef BUILD_MYSQL
 		" mysql"
 #endif