]> 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 ae2811ffbc4395651c3f7a9fc934d0a06a851c4f..6c9b2abd8d87ad0ec510ff1ac5d4095afdacdbfb 100644 (file)
@@ -4,8 +4,26 @@
 /* define this to enable the autologin feature */
 #undef ENABLE_AUTOLOGIN
 
+/* define this to enable use of the chkpwd program (for shadow passwords) */
+#undef ENABLE_CHKPWD
+
 /* 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