]> 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 f69e1231744a78ca0677852bae4e93aa9a8e7c87..c73bc1946a3c7e703bf7fce68bd90318b6352e4f 100644 (file)
@@ -1,5 +1,5 @@
-/* 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 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