]> 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 47245d8dbd75f1929ee510781ac7a001f8575d42..6c9b2abd8d87ad0ec510ff1ac5d4095afdacdbfb 100644 (file)
 /* define this if struct utmp has an ut_type member */
 #undef HAVE_UT_TYPE
 
+/* define this if struct utmp has an ut_host member */
+#undef HAVE_UT_HOST
+
 /* define this if the OS has broken non-reentrant gethostby{name,addr}() */
 #undef HAVE_NONREENTRANT_NETDB
 
 /* define this if you have the pthread_cancel() function */
 #undef HAVE_PTHREAD_CANCEL
+
+/* 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