X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fsysconfig.h;h=1be1aa59640715fed20e71f7662af7975e6656d9;hb=12129e7b9fa3598570481bca06a4895d94be4d3b;hp=e32627c8d80f3064617fe25d7f58677fbef744a6;hpb=69ed15343f169ea62085845cc36d3775d9452407;p=citadel.git diff --git a/citadel/sysconfig.h b/citadel/sysconfig.h index e32627c8d..1be1aa596 100644 --- a/citadel/sysconfig.h +++ b/citadel/sysconfig.h @@ -1,20 +1,6 @@ /* * $Id$ * - */ - -/****************************************************************************/ -/* 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, 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. */ -/****************************************************************************/ - -/* $Id$ */ - -/* * NOTE: this file is for client software tuning, not customization. For * making changes to the behavior of the client, you want to edit citadel.rc, * not this file. @@ -41,8 +27,6 @@ */ #define DEFAULT_VERBOSITY 7 - - /* * NLI is the string that shows up in a ho's online listing for sessions * that are active, but for which no user has yet authenticated. @@ -113,6 +97,7 @@ #define SYSCONFIGROOM "Local System Configuration" #define SMTP_SPOOLOUT_ROOM "__CitadelSMTPspoolout__" #define FNBL_QUEUE_ROOM "__CitadelFNBLqueue__" + /* * Where we keep messages containing the vCards that source our directory. It * makes no sense to change this, because you'd have to change it on every @@ -120,21 +105,14 @@ */ #define ADDRESS_BOOK_ROOM "Global Address Book" - /* * How long (in seconds) to retain message entries in the use table */ #define USETABLE_RETAIN 604800L /* 7 days */ /* - * Pathnames for cryptographic goodness + * The size of per-thread stacks. If set too low, citserver will randomly crash. */ -/* -#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 /* @@ -142,4 +120,3 @@ * tables to disk? */ #define FT_MAX_CACHE 2500 -#