]> jfr.im git - solanum.git/blobdiff - include/m_info.h
Innovation by sed
[solanum.git] / include / m_info.h
index 326d34b846dc01b0af5cd468dd0bd1f7b58020c2..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
 {
@@ -52,18 +50,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
-
 #ifdef HPATH
        {"HPATH", HPATH, 0, "Path to Operator Help Files"},
 #else
@@ -77,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 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"},
@@ -96,12 +78,6 @@ Info MyInformation[] = {
        {"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
@@ -152,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