X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/212380e3f42f585dc1ea927402252eb943f91f7b..1eeb046930d7f29d9faeac44bd756db2bddcc05a:/include/m_info.h diff --git a/include/m_info.h b/include/m_info.h index 141133f9..46f2f077 100644 --- a/include/m_info.h +++ b/include/m_info.h @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA * - * $Id: m_info.h 70 2005-09-10 07:03:09Z nenolod $ + * $Id: m_info.h 3356 2007-04-03 09:31:11Z nenolod $ */ #ifndef INCLUDED_m_info_h @@ -52,21 +52,6 @@ Info MyInformation[] = { {"DPATH", "NONE", 0, "Directory Containing Configuration Files"}, #endif /* DPATH */ -#ifdef DLPATH - {"DLPATH", DLPATH, 0, "Path to D-line File"}, -#else - {"DLPATH", "NONE", 0, "Path to D-line File"}, -#endif /* DLPATH */ - -#ifdef RESVPATH - {"RESVPATH", RESVPATH, 0, "Path to resv file"}, -#else - {"RESVPATH", "NONE", 0, "Path to resv file"}, -#endif - - {"HARD_FDLIMIT_", "", HARD_FDLIMIT_, - "Maximum Number of File Descriptors Available"}, - #ifdef HPATH {"HPATH", HPATH, 0, "Path to Operator Help Files"}, #else @@ -87,26 +72,18 @@ Info MyInformation[] = { "Maximum Queue Length of Pending Connections"}, #endif /* SOMAXCONN */ -#ifdef IPV6 +#ifdef RB_IPV6 {"IPV6", "ON", 0, "IPv6 Support"}, #else {"IPV6", "OFF", 0, "IPv6 Support"}, #endif - {"MAX_CLIENTS", "", MAX_CLIENTS, "Default maximum Clients"}, - {"JOIN_LEAVE_COUNT_EXPIRE_TIME", "", JOIN_LEAVE_COUNT_EXPIRE_TIME, "Anti SpamBot Parameter"}, {"KILLCHASETIMELIMIT", "", KILLCHASETIMELIMIT, "Nick Change Tracker for KILL"}, -#ifdef KPATH - {"KPATH", KPATH, 0, "Path to K-line File"}, -#else - {"KPATH", "NONE", 0, "Path to K-line File"}, -#endif /* KPATH */ - #ifdef LPATH {"LPATH", LPATH, 0, "Path to Log File"}, #else @@ -157,8 +134,6 @@ Info MyInformation[] = { {"PPATH", "NONE", 0, "Path to Pid File"}, #endif /* PPATH */ - {"SELECT_TYPE", SELECT_TYPE, 0, "Method of Multiplexed I/O"}, - #ifdef SPATH {"SPATH", SPATH, 0, "Path to Server Executable"}, #else