From aab610a58248b1763d005beef2c4d689436003c3 Mon Sep 17 00:00:00 2001 From: w00t Date: Sun, 20 May 2007 00:09:41 +0000 Subject: [PATCH] - These two need to be generated by configure.exe (someone smack me if I'm wrong here :P) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7053 e03df62e-2008-0410-955e-edbf42e46eb7 --- win/inspircd_config.h | 32 -------------------------------- win/inspircd_se_config.h | 8 -------- 2 files changed, 40 deletions(-) delete mode 100644 win/inspircd_config.h delete mode 100644 win/inspircd_se_config.h diff --git a/win/inspircd_config.h b/win/inspircd_config.h deleted file mode 100644 index 82278a62d..000000000 --- a/win/inspircd_config.h +++ /dev/null @@ -1,32 +0,0 @@ -/* Auto generated by configure, do not modify! */ -#ifndef __CONFIGURATION_AUTO__ -#define __CONFIGURATION_AUTO__ - -#define CONFIG_USE_IOCP 1 - -#define CONFIG_FILE "../conf/inspircd.conf" -#define MOD_PATH "../modules" -#define MAX_DESCRIPTORS 1024 -#define MAXCLIENTS 1024 -#define MAXCLIENTS_S "1024" -#define SOMAXCONN_S "128" -#define NICKMAX 32 -#define CHANMAX 65 -#define MAXMODES 20 -#define IDENTMAX 12 -#define MAXQUIT 255 -#define MAXTOPIC 307 -#define MAXKICK 255 -#define MAXGECOS 128 -#define MAXAWAY 200 -#define LIBRARYDIR "../lib" -#define VERSION "InspIRCd-1.1.7+Mozarella" -#define REVISION "7042" -#define SUPPORT_IP6LINKS 1 -#define SYSTEM "Windows 5.2.3790 Service Pack 1" -#define MAXBUF 514 - -#include "inspircd_win32wrapper.h" - -#endif - diff --git a/win/inspircd_se_config.h b/win/inspircd_se_config.h deleted file mode 100644 index 284cc3352..000000000 --- a/win/inspircd_se_config.h +++ /dev/null @@ -1,8 +0,0 @@ -/* Auto generated by configure, do not modify or commit to svn! */ -#ifndef __CONFIGURATION_SOCKETENGINE__ -#define __CONFIGURATION_SOCKETENGINE__ - -#include "socketengine_iocp.h" - -#endif - -- 2.39.5