summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorom <om@e03df62e-2008-0410-955e-edbf42e46eb7>2006-04-11 22:50:27 +0000
committerom <om@e03df62e-2008-0410-955e-edbf42e46eb7>2006-04-11 22:50:27 +0000
commit8403cf142a6f009aab1a6c874d39923c17e2db35 (patch)
tree1ecc373e94638333645838defdfc41c7c0eebfad
parent84a19a9ab6129deb71cdc24b216b74dd8eb80978 (diff)
Die windows die.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3871 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r--include/socket.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/socket.h b/include/socket.h
index 89b5ca1a4..4387797df 100644
--- a/include/socket.h
+++ b/include/socket.h
@@ -17,10 +17,6 @@
#ifndef INSPIRCD_SOCKET_H
#define INSPIRCD_SOCKET_H
-/* This is where we'll define wrappers for socket IO stuff, for neat winsock compatability */
-
-#ifndef WIN32
-
#include <arpa/inet.h>
#include <sys/time.h>
#include <sys/resource.h>
@@ -34,14 +30,6 @@
#include <netdb.h>
#include <errno.h>
-#else
-
-#include <windef.h>
-#include <winsock2.h>
-typedef int socklen_t;
-
-#endif
-
#include "inspircd_config.h"
/* macros to the relevant system address description structs */