]> code.citadel.org Git - citadel.git/blobdiff - citadel/acconfig.h
* Compress VISIT records using zlib if available. This reduces the object
[citadel.git] / citadel / acconfig.h
index d2d1d1527715d181a0a07f07afeeaa52a690ad26..6c9b2abd8d87ad0ec510ff1ac5d4095afdacdbfb 100644 (file)
@@ -21,3 +21,9 @@
 
 /* define this if you want to enable the multithreaded client */
 #undef THREADED_CLIENT
+
+/* Define if you have OpenSSL. */
+#undef HAVE_OPENSSL
+
+/* define this if you have zlib compression available */
+#undef HAVE_ZLIB