comparison src/auth/passdb-ldap.c @ 8872:643a96aec996 HEAD

Fixed --with-ldap=plugin and --with-gssapi=plugin
author Timo Sirainen <tss@iki.fi>
date Thu, 26 Mar 2009 18:36:36 -0400
parents eaf8c93be56e
children a31fb9b7179a
comparison
equal deleted inserted replaced
8871:7c21256e3598 8872:643a96aec996
1 /* Copyright (c) 2003-2009 Dovecot authors, see the included COPYING file */ 1 /* Copyright (c) 2003-2009 Dovecot authors, see the included COPYING file */
2 2
3 #include "common.h" 3 #include "common.h"
4 #include "passdb.h" 4 #include "passdb.h"
5 5
6 #ifdef PASSDB_LDAP 6 #if defined(PASSDB_LDAP) && (defined(BUILTIN_LDAP) || defined(PLUGIN_BUILD))
7 7
8 #include "ioloop.h" 8 #include "ioloop.h"
9 #include "hash.h" 9 #include "hash.h"
10 #include "str.h" 10 #include "str.h"
11 #include "var-expand.h" 11 #include "var-expand.h"