> How do we set options that were previously set with the make config?

Most of the options have been made run-time configurable through the
.conf.  The full list is in include/ircd_features.h.  You can set them
using F lines in the .conf, or many of them can be set online using
/quote set.  As an example, /set HUB TRUE or the line "F:HUB:TRUE" in
the .conf will configure the server as a HUB.

Several other options have to be set at compile-time, unfortunately,
like DEBUGMODE.  These options are configurable through ./configure.
For instance, to enable DEBUGMODE and assertion checking, you can
use ./configure --enable-debug --enable-asserts.  The settings for
these options are saved in the config.cache, so you don't have to
remember what they were.  (The autoconf way of doing this, by the
way, is to run ./config.status.)  For more information on many of
these options, check out ./configure --help.
-- 
Kevin L. Mitchell <[EMAIL PROTECTED]>

Reply via email to