]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/socket.h
irc::tokenstream is a token parser which using std::string and std::vector builds...
[user/henk/code/inspircd.git] / include / socket.h
index 89b5ca1a40399e6f6fd5fbd2abe4d3ffc94b4fc4..4387797df0c350ad638729f083d46a41d27d785b 100644 (file)
 #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>
 #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 */