]> code.citadel.org Git - citadel.git/blobdiff - citadel/acconfig.h
* create format strings different for solaris
[citadel.git] / citadel / acconfig.h
index 6715e289b5282c31741cddcb78179b3737db4a0c..d654a01d71285473ce019a97b2ddc452e5eadea7 100644 (file)
@@ -1,8 +1,5 @@
-/* define this to the bbs home directory */
-#undef BBSDIR
-
-/* define this to enable the autologin feature */
-#undef ENABLE_AUTOLOGIN
+/* define this to the Citadel home directory */
+#undef CTDLDIR
 
 /* 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
 
 /* define this if you have the resolv.h header file. */
 #undef HAVE_RESOLV_H
+
+/* define, if the user suplied a data-directory to use. */
+#undef HAVE_DATA_DIR
+#undef DATA_DIR
+
+/* define, if the user suplied a spool-directory to use. */
+#undef HAVE_SPOOL_DIR
+#undef SPOOL_DIR
+
+/* define, where the config should go in unix style */
+#undef HAVE_ETC_DIR
+#undef ETC_DIR
+
+/* define, where the config should go in unix style */
+#undef HAVE_RUN_DIR
+#undef RUN_DIR
+
+
+#undef EGD_POOL 
+
+/* check for the solaris style getpwuid_r */
+#undef SOLARIS_GETPWUID
+
+/* we want our format strings to be acurate. */
+#undef F_UID_T
+
+/* we want our format strings to be acurate. */
+#undef F_PID_T
+
+/* we want our format strings to be acurate. */
+#undef F_XPID_T