From 0f4e94b0551e1718b6541346e61c96d466e0d1bd Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Mon, 23 Jun 2008 07:30:44 +0300 Subject: [PATCH] Include "nss" in dovecot --build-options. --HG-- branch : HEAD --- src/master/main.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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 -- 2.47.3