-
Timo Sirainen authored
With this change the ldap settings are included in the main pigeonhole settings plugin. Since it doesn't require linking with ldap library, this works well enough. Even further split could be still done by moving the ldap settings into its own settings plugin.
Timo Sirainen authoredWith this change the ldap settings are included in the main pigeonhole settings plugin. Since it doesn't require linking with ldap library, this works well enough. Even further split could be still done by moving the ldap settings into its own settings plugin.
pigeonhole-config.h.in 449 B
/* Define to the full name of Pigeonhole for Dovecot. */
#undef PIGEONHOLE_NAME
/* Define to the version of Pigeonhole for Dovecot. */
#undef PIGEONHOLE_VERSION
/* Pigeonhole ABI version */
#undef PIGEONHOLE_ABI_VERSION
/* Define to build unfinished features/extensions. */
#undef HAVE_SIEVE_UNFINISHED
/* LDAP support is built in */
#undef SIEVE_BUILTIN_LDAP
/* LDAP support is built either as a plugin or compiled in. */
#undef STORAGE_LDAP