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

dovecot at dovecot.org dovecot at dovecot.org
Mon Jun 23 07:31:01 EEST 2008


details:   http://hg.dovecot.org/dovecot-1.2/rev/cd2789afcb09
changeset: 7947:cd2789afcb09
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 aad49536db41 -r cd2789afcb09 src/master/main.c
--- a/src/master/main.c	Mon Jun 23 07:28:07 2008 +0300
+++ b/src/master/main.c	Mon Jun 23 07:30:44 2008 +0300
@@ -417,17 +417,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