]> code.citadel.org Git - citadel.git/blobdiff - citadel/acconfig.h
* Link to OpenLDAP client library (-lldap) and set HAVE_LDAP if present.
[citadel.git] / citadel / acconfig.h
index a8a1d2b27088ab108a8076e1224126629e0b9044..6715e289b5282c31741cddcb78179b3737db4a0c 100644 (file)
@@ -31,6 +31,9 @@
 /* define this if you have zlib compression available */
 #undef HAVE_ZLIB
 
+/* define this if you have OpenLDAP client available */
+#undef HAVE_LDAP
+
 /* define this if you have the libical calendaring library available */
 #undef HAVE_LIBICAL