]> code.citadel.org Git - citadel.git/blobdiff - citadel/acconfig.h
* Variable names, comments, documentation, etc... removed the acronym 'BBS'
[citadel.git] / citadel / acconfig.h
index 47245d8dbd75f1929ee510781ac7a001f8575d42..c73bc1946a3c7e703bf7fce68bd90318b6352e4f 100644 (file)
@@ -1,17 +1,44 @@
-/* define this to the bbs home directory */
-#undef BBSDIR
+/* define this to the Citadel home directory */
+#undef CTDLDIR
 
 /* define this to enable the autologin feature */
 #undef ENABLE_AUTOLOGIN
 
+/* define this to disable use of curses */
+#undef DISABLE_CURSES
+
 /* 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
+
+/* define this if you have OpenLDAP client available */
+#undef HAVE_LDAP
+
+/* define this if you have the libical calendaring library available */
+#undef HAVE_LIBICAL
+
+/* define this if you have the newt window library available */
+#undef HAVE_NEWT
+
+/* define this if you have the resolv.h header file. */
+#undef HAVE_RESOLV_H