dovecot-2.0: dovecot --build-options: List nss if it's enabled.

dovecot at dovecot.org dovecot at dovecot.org
Fri Oct 9 22:28:03 EEST 2009


details:   http://hg.dovecot.org/dovecot-2.0/rev/90622fad99a0
changeset: 10016:90622fad99a0
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Oct 09 15:27:58 2009 -0400
description:
dovecot --build-options: List nss if it's enabled.

diffstat:

1 file changed, 3 insertions(+)
src/master/main.c |    3 +++

diffs (13 lines):

diff -r 0e27ce1b0c37 -r 90622fad99a0 src/master/main.c
--- a/src/master/main.c	Fri Oct 09 15:26:18 2009 -0400
+++ b/src/master/main.c	Fri Oct 09 15:27:58 2009 -0400
@@ -579,6 +579,9 @@ static void print_build_options(void)
 #ifndef BUILTIN_LDAP
 		"(plugin)"
 #endif
+#endif
+#ifdef USERDB_NSS
+		" nss"
 #endif
 #ifdef USERDB_PASSWD
 		" passwd"


More information about the dovecot-cvs mailing list