]> code.citadel.org Git - citadel.git/blobdiff - citadel/acconfig.h
* solaris compatibility patches.
[citadel.git] / citadel / acconfig.h
index ae2811ffbc4395651c3f7a9fc934d0a06a851c4f..63401969f5e3140b97f0f7808109c72db1f60b52 100644 (file)
@@ -1,11 +1,70 @@
-/* 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 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 bsd style getpwuid_r */
+#undef BSD_GETPWUID