blob: 60b0ff9fb612d6d20cd01d9d3682a1f28a5b436c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/* 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
|