X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/212380e3f42f585dc1ea927402252eb943f91f7b..6445c1cf0be42ce98eef3dc74cd2f1077871596a:/include/config.h diff --git a/include/config.h b/include/config.h index 78c48f01..6ba69963 100644 --- a/include/config.h +++ b/include/config.h @@ -20,8 +20,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA - * - * $Id: config.h 1701 2006-06-27 16:25:52Z jilles $ */ #ifndef INCLUDED_config_h @@ -29,7 +27,7 @@ #include "setup.h" -/* +/* * Directory paths and filenames for UNIX systems. * IRCD_PREFIX is set using ./configure --prefix, see INSTALL. * The other defaults should be fine. @@ -50,28 +48,21 @@ /* dirs */ #define DPATH IRCD_PREFIX #define BINPATH IRCD_PREFIX "/bin/" -#define LIBPATH IRCD_PREFIX "/lib/" #define MODPATH MODULE_DIR #define AUTOMODPATH MODULE_DIR "/autoload/" -#define ETCPATH ETC_DIR +#define ETCPATH ETC_DIR #define LOGPATH LOG_DIR #define UHPATH HELP_DIR "/users" #define HPATH HELP_DIR "/opers" /* files */ -#define SPATH BINPATH "/ircd" /* ircd executable */ -#define LIPATH LIBPATH "/libircd" SHARED_SUFFIX /* ircd library */ -#define SLPATH BINPATH "/servlink" /* servlink executable */ +#define SPATH BINPATH "/" PROGRAM_PREFIX "charybdis" /* ircd executable */ #define CPATH ETCPATH "/ircd.conf" /* ircd.conf file */ -#define KPATH ETCPATH "/kline.conf" /* kline file */ -#define DLPATH ETCPATH "/dline.conf" /* dline file */ -#define XPATH ETCPATH "/xline.conf" /* xline file */ -#define RESVPATH ETCPATH "/resv.conf" /* resv file */ -#define RPATH ETCPATH "/ircd.rsa" /* ircd rsa private keyfile */ #define MPATH ETCPATH "/ircd.motd" /* MOTD file */ #define LPATH LOGPATH "/ircd.log" /* ircd logfile */ -#define PPATH ETCPATH "/ircd.pid" /* pid file */ +#define PPATH PKGRUNDIR "/ircd.pid" /* pid file */ #define OPATH ETCPATH "/opers.motd" /* oper MOTD file */ +#define DBPATH PKGLOCALSTATEDIR "/ban.db" /* bandb file */ /* IGNORE_BOGUS_TS * Ignore bogus timestamps from other servers. Yes this will desync @@ -81,33 +72,6 @@ */ #undef IGNORE_BOGUS_TS -/* HIDE_SERVERS_IPS - * - * If this is undefined, anyone can see a servers ip. If it is defined, - * noone can. - */ -#define HIDE_SERVERS_IPS - -/* TS6_ONLY - * - * If this is defined only TS6 servers may link to the network. See - * doc/TS6.txt for more information. If your network has old servers - * (hyb7.0, ircd-ratbox-1.x, +CSr) or hybserv you should NOT define this. - */ -#undef TS6_ONLY - -/* USE_LOGFILE - log errors and such to LPATH - * If you wish to have the server send 'vital' messages about server - * to a logfile, define USE_LOGFILE. - */ -#define USE_LOGFILE - -/* CLIENT_FLOOD - client excess flood threshold(in messages) - * The number of messages that we can receive before we disconnect the - * remote client... - */ -#define CLIENT_FLOOD 20 - /* HANGONGOODLINK and HANGONRETRYDELAY * Often net breaks for a short time and it's useful to try to * establishing the same connection again faster than CONNECTFREQUENCY @@ -127,18 +91,11 @@ */ #define KILLCHASETIMELIMIT 90 /* Recommended value: 90 */ -/* RATBOX_SOMAXCONN - * Use SOMAXCONN if OS has it, otherwise use this value for the +/* CHARYBDIS_SOMAXCONN + * Use SOMAXCONN if OS has it, otherwise use this value for the * listen(); backlog. 5 for AIX/SUNOS, 25 for other OSs. */ -#define RATBOX_SOMAXCONN 25 - -/* ---------------------------------------------------------------- - * STOPSTOPSTOPSTOPSTOPSTOPSTOPSTOPSTOPSTOPSTOPSTOPSTOPSTOPSTOPSTOP - * ---------------------------------------------------------------- - * The options below this line should NOT be modified. - * ---------------------------------------------------------------- - */ +#define CHARYBDIS_SOMAXCONN 25 /* MAX_BUFFER * The amount of fds to reserve for clients exempt from limits @@ -146,12 +103,14 @@ */ #define MAX_BUFFER 60 -/* HARD_FDLIMIT_ - * The maximum amount of FDs to use. MAX_CLIENTS is set in ./configure. +/* ---------------------------------------------------------------- + * STOPSTOPSTOPSTOPSTOPSTOPSTOPSTOPSTOPSTOPSTOPSTOPSTOPSTOPSTOPSTOP + * ---------------------------------------------------------------- + * The options below this line should NOT be modified. + * ---------------------------------------------------------------- */ -#define HARD_FDLIMIT_ MAX_CLIENTS + MAX_BUFFER + 20 -#define CONFIG_RATBOX_LEVEL_2 +#define CONFIG_CHARYBDIS_LEVEL_2 #include "defaults.h" #endif /* INCLUDED_config_h */