From: Timo Sirainen Date: Fri, 14 May 2010 09:30:31 +0000 (+0200) Subject: dovecot --build-options shows IO_BLOCK_SIZE X-Git-Tag: 2.0.beta6~219 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a7bb4ad359e3b007b14c04856016a579779e575e;p=thirdparty%2Fdovecot%2Fcore.git dovecot --build-options shows IO_BLOCK_SIZE --HG-- branch : HEAD --- diff --git a/src/master/main.c b/src/master/main.c index 0c7ea9a08f..41cbbcda83 100644 --- a/src/master/main.c +++ b/src/master/main.c @@ -551,6 +551,7 @@ static void print_build_options(void) #ifdef HAVE_OPENSSL " openssl" #endif + " io_block_size=%u" "\nMail storages: "MAIL_STORAGES"\n" #ifdef SQL_DRIVER_PLUGINS "SQL driver plugins:" @@ -625,7 +626,7 @@ static void print_build_options(void) #ifdef USERDB_VPOPMAIL " vpopmail" #endif - "\n"); + "\n", IO_BLOCK_SIZE); } int main(int argc, char *argv[])