]> jfr.im git - solanum.git/blobdiff - include/m_info.h
Explanatory comment for LFLAGS_FAKE
[solanum.git] / include / m_info.h
index 46f2f0778020b314fdcb84bc2d446935d18afbb6..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"},