From: Timo Sirainen Date: Mon, 23 Jun 2008 04:30:44 +0000 (+0300) Subject: Include "nss" in dovecot --build-options. X-Git-Tag: 1.2.alpha1~214 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0f4e94b0551e1718b6541346e61c96d466e0d1bd;p=thirdparty%2Fdovecot%2Fcore.git Include "nss" in dovecot --build-options. --HG-- branch : HEAD --- diff --git a/src/master/main.c b/src/master/main.c index dca11a24bc..53adee757f 100644 --- a/src/master/main.c +++ b/src/master/main.c @@ -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