X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/d8c4154da2854bcd6fd62832a2fae73915843532..05e3afc87e13ea1b237a19aea241ac2e7eba3b02:/include/m_info.h diff --git a/include/m_info.h b/include/m_info.h index 46f2f077..98eeafbb 100644 --- a/include/m_info.h +++ b/include/m_info.h @@ -20,14 +20,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA - * - * $Id: m_info.h 3356 2007-04-03 09:31:11Z nenolod $ */ #ifndef INCLUDED_m_info_h #define INCLUDED_m_info_h -#include "config.h" +#include "defaults.h" typedef struct Information { @@ -65,18 +63,14 @@ Info MyInformation[] = { #endif /* UH PATH */ #ifdef SOMAXCONN - {"RATBOX_SOMAXCONN", "", SOMAXCONN, + {"SOLANUM_SOMAXCONN", "", SOMAXCONN, "Maximum Queue Length of Pending Connections"}, #else - {"RATBOX_SOMAXCONN", "", RATBOX_SOMAXCONN, + {"SOLANUM_SOMAXCONN", "", SOLANUM_SOMAXCONN, "Maximum Queue Length of Pending Connections"}, #endif /* SOMAXCONN */ -#ifdef RB_IPV6 {"IPV6", "ON", 0, "IPv6 Support"}, -#else - {"IPV6", "OFF", 0, "IPv6 Support"}, -#endif {"JOIN_LEAVE_COUNT_EXPIRE_TIME", "", JOIN_LEAVE_COUNT_EXPIRE_TIME, "Anti SpamBot Parameter"},