dovecot-1.1: Include "nss" in dovecot --build-options.

dovecot at dovecot.org dovecot at dovecot.org
Mon Jun 23 07:30:48 EEST 2008


details:   http://hg.dovecot.org/dovecot-1.1/rev/d6058df3b306
changeset: 7710:d6058df3b306
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Jun 23 07:30:44 2008 +0300
description:
Include "nss" in dovecot --build-options.

diffstat:

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

diffs (27 lines):

diff -r d8f03b3d48f8 -r d6058df3b306 src/master/main.c
--- a/src/master/main.c	Mon Jun 23 06:52:55 2008 +0300
+++ b/src/master/main.c	Mon Jun 23 07:30:44 2008 +0300
@@ -406,17 +406,20 @@ static void print_build_options(void)
 #ifdef USERDB_CHECKPASSWORD
 		" checkpassword"
 #endif
+#ifdef USERDB_NSS
+		" nss"
+#endif
 #ifdef USERDB_LDAP
 		" ldap"
 #endif
 #ifdef USERDB_PASSWD
 		" passwd"
 #endif
+#ifdef USERDB_PASSWD_FILE
+		" passwd-file"
+#endif
 #ifdef USERDB_PREFETCH
 		" prefetch"
-#endif
-#ifdef USERDB_PASSWD_FILE
-		" passwd-file"
 #endif
 #ifdef USERDB_SQL 
 		" sql"


More information about the dovecot-cvs mailing list