]> 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 7c4fdb60687f942d3e18e1a97a7b7c26f32287a8..6c9b2abd8d87ad0ec510ff1ac5d4095afdacdbfb 100644 (file)
@@ -3,3 +3,27 @@
 
 /* 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