changeset 7947:cd2789afcb09 HEAD

Include "nss" in dovecot --build-options.
author Timo Sirainen <tss@iki.fi>
date Mon, 23 Jun 2008 07:30:44 +0300
parents aad49536db41
children e29ddf600a09
files src/master/main.c
diffstat 1 files changed, 6 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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,18 +417,21 @@
 #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"
 #endif