]> code.citadel.org Git - citadel.git/blobdiff - citadel/acconfig.h
* solaris compatibility patches.
[citadel.git] / citadel / acconfig.h
index 2bb230c4ad6ddf30f0deca6e01f3cca3f698dfb7..63401969f5e3140b97f0f7808109c72db1f60b52 100644 (file)
@@ -1,9 +1,6 @@
 /* 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 if you have the libical calendaring library available */
 #undef HAVE_LIBICAL
 
+/* define this if you have the libsieve mailbox filtering library available */
+#undef HAVE_LIBSIEVE
+
+/* define if using OS X/Darwin */
+#undef HAVE_DARWIN
+
 /* define this if you have the newt window library available */
 #undef HAVE_NEWT
 
@@ -61,3 +64,7 @@
 
 
 #undef EGD_POOL 
+
+
+/* check for the bsd style getpwuid_r */
+#undef BSD_GETPWUID