]> 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 958d43d11f0d6f23d526cf4888e51941025cb7e1..c73bc1946a3c7e703bf7fce68bd90318b6352e4f 100644 (file)
@@ -1,9 +1,12 @@
-/* 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 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