]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
dovecot --build-options: List nss if it's enabled.
authorTimo Sirainen <tss@iki.fi>
Fri, 9 Oct 2009 19:27:58 +0000 (15:27 -0400)
committerTimo Sirainen <tss@iki.fi>
Fri, 9 Oct 2009 19:27:58 +0000 (15:27 -0400)
--HG--
branch : HEAD

src/master/main.c

index 6e16c841b3e5ede49458c90fdba39a88187b5821..3d6b7008ff8f0dfe39c4e91d1589807ff9fb778d 100644 (file)
@@ -580,6 +580,9 @@ static void print_build_options(void)
                "(plugin)"
 #endif
 #endif
+#ifdef USERDB_NSS
+               " nss"
+#endif
 #ifdef USERDB_PASSWD
                " passwd"
 #endif