]> code.citadel.org Git - citadel.git/blobdiff - citadel/sysconfig.h
* The full text indexer now runs in its own dedicated thread instead of
[citadel.git] / citadel / sysconfig.h
index c06f8f5e5c0dcf548c40e9b3a28159ceaa6235ec..9c233555cf8e16fe16889667d6d8076c4f2c0173 100644 (file)
@@ -6,7 +6,7 @@
 /****************************************************************************/
 /*                  YOUR SYSTEM CONFIGURATION                               */
 /* Set all the values in this file appropriately BEFORE compiling any of the*/
-/* C programs. If you are upgrading from an older version of Citadel/UX, it */
+/* C programs. If you are upgrading from an older version of Citadel, it */
 /* is vitally important that the #defines which are labelled "structure size*/
 /* variables" are EXACTLY the same as they were in your old system,         */
 /* otherwise your files will be munged beyond repair.                       */
 /*
  * Pathnames for cryptographic goodness
  */
-#define        CTDL_CRYPTO_DIR         BBSDIR "/keys"
+#define        CTDL_CRYPTO_DIR         "./keys"
 #define CTDL_KEY_PATH          CTDL_CRYPTO_DIR "/citadel.key"
 #define CTDL_CSR_PATH          CTDL_CRYPTO_DIR "/citadel.csr"
 #define CTDL_CER_PATH          CTDL_CRYPTO_DIR "/citadel.cer"
+
+#define THREADSTACKSIZE                1048576