]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Include "nss" in dovecot --build-options.
authorTimo Sirainen <tss@iki.fi>
Mon, 23 Jun 2008 04:30:44 +0000 (07:30 +0300)
committerTimo Sirainen <tss@iki.fi>
Mon, 23 Jun 2008 04:30:44 +0000 (07:30 +0300)
--HG--
branch : HEAD

src/master/main.c

index dca11a24bc27b63fe3d7b4101defa7c2542e0621..53adee757f1ba85b4e203deafbc94321cc33528f 100644 (file)
@@ -417,18 +417,21 @@ 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_PREFETCH
-               " prefetch"
-#endif
 #ifdef USERDB_PASSWD_FILE
                " passwd-file"
 #endif
+#ifdef USERDB_PREFETCH
+               " prefetch"
+#endif
 #ifdef USERDB_SQL 
                " sql"
 #endif