Re: [Coder-Com] Heads-up: new build system

2001-05-08 Thread Daniel Karrels
How do we set options that were previously set with the make config? Dan >I have just committed a brand new build system to ircu2.10.11, the alpha >version of ircu. Anyone that has been using the old build system needs to >be aware of the changes: "make config" is gone, and the top-level ./co

Re: [Coder-Com] Heads-up: new build system

2001-05-08 Thread Kev
> 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