From: Art Cancro Date: Mon, 17 Feb 2003 06:02:01 +0000 (+0000) Subject: * comments X-Git-Tag: v7.86~5998 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=0a8905501ce1b06263d34ddb69ab1a5f64e8c3dc * comments --- diff --git a/citadel/sysconfig.h b/citadel/sysconfig.h index 8fc4d7af0..9c6d6610a 100644 --- a/citadel/sysconfig.h +++ b/citadel/sysconfig.h @@ -14,11 +14,10 @@ /* $Id$ */ -/* NOTE THAT THIS FILE IS MUCH, MUCH SMALLER THAN IT USED TO BE. - * That's because the setup program now creates a citadel.config file with - * all of the settings that don't really need to be in a header file. - * You can now run setup whenever you want, and change lots of parameters - * without having to recompile the whole system! +/* + * 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. */ /* @@ -26,7 +25,7 @@ * your system, define CHATLOG to the filename to be saved to. Otherwise, * set CHATLOG to "/dev/null". */ -#define CHATLOG "chat.log" +#define CHATLOG "/dev/null" /* * S_KEEPALIVE is a watchdog timer. It is used to send "keep @@ -39,8 +38,8 @@ /* * This is the command that gets executed when a user hits nter message: * presses the nter message key. The possible values are: - * 46 - .nter message with ditor * 4 - .nter essage + * 46 - .nter message with ditor * 36 - .nter message with scii * Normally, this value will be set to 4, to cause the nter message * command to run Citadel's built-in editor. However, if you have an external