dovecot-2.0: dovecot --build-options shows IO_BLOCK_SIZE
dovecot at dovecot.org
dovecot at dovecot.org
Fri May 14 12:30:35 EEST 2010
details: http://hg.dovecot.org/dovecot-2.0/rev/4506efe5f238
changeset: 11311:4506efe5f238
user: Timo Sirainen <tss at iki.fi>
date: Fri May 14 11:30:31 2010 +0200
description:
dovecot --build-options shows IO_BLOCK_SIZE
diffstat:
src/master/main.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 2937ca64faa9 -r 4506efe5f238 src/master/main.c
--- a/src/master/main.c Fri May 14 10:53:48 2010 +0200
+++ b/src/master/main.c Fri May 14 11:30:31 2010 +0200
@@ -551,6 +551,7 @@
#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 @@
#ifdef USERDB_VPOPMAIL
" vpopmail"
#endif
- "\n");
+ "\n", IO_BLOCK_SIZE);
}
int main(int argc, char *argv[])
More information about the dovecot-cvs
mailing list