]> jfr.im git - solanum.git/blobdiff - include/m_info.h
Innovation by sed
[solanum.git] / include / m_info.h
index fd2555739c7644fe7044ba9ef371612b40719e8b..98eeafbb079762decb3b898b01406f61694b6f8e 100644 (file)
  *  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"},
@@ -134,8 +128,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