# HG changeset patch # User Timo Sirainen # Date 1193517971 -10800 # Node ID e4f9e2b94a90afc989324ffb182836153005c8d8 # Parent 1002deeef3a5c0fd0132a4a3fa0aed4fe0012f0c Show mail storages in dovecot --build-options. diff -r 1002deeef3a5 -r e4f9e2b94a90 configure.in --- 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]) diff -r 1002deeef3a5 -r e4f9e2b94a90 src/master/main.c --- 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