mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-30 06:36:38 +02:00
Remove sock.h old compatibility code. Shouldn't be needed anymore.
(This provided FD_ZERO and such if the OS/libc did not provide it)
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ INCLUDES = ../include/auth.h ../include/channel.h \
|
||||
../include/modules.h ../include/modversion.h ../include/msg.h \
|
||||
../include/numeric.h ../include/proto.h \
|
||||
../include/resource.h ../include/setup.h \
|
||||
../include/sock.h ../include/ssl.h ../include/struct.h ../include/sys.h \
|
||||
../include/ssl.h ../include/struct.h ../include/sys.h \
|
||||
../include/threads.h ../include/types.h ../include/url.h \
|
||||
../include/version.h ../include/whowas.h \
|
||||
../include/openssl_hostname_validation.h
|
||||
|
||||
@@ -30,7 +30,7 @@ INCLUDES = ../include/auth.h ../include/channel.h \
|
||||
../include/modules.h ../include/modversion.h ../include/msg.h \
|
||||
../include/numeric.h ../include/proto.h ../include/res.h \
|
||||
../include/resource.h ../include/setup.h \
|
||||
../include/sock.h ../include/ssl.h ../include/struct.h ../include/sys.h \
|
||||
../include/ssl.h ../include/struct.h ../include/sys.h \
|
||||
../include/threads.h ../include/types.h ../include/url.h \
|
||||
../include/version.h ../include/whowas.h
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@ INCLUDES = ../../include/auth.h ../../include/channel.h \
|
||||
../../include/modules.h ../../include/modversion.h ../../include/msg.h \
|
||||
../../include/numeric.h ../../include/proto.h ../../include/res.h \
|
||||
../../include/resource.h ../../include/setup.h \
|
||||
../../include/sock.h ../../include/ssl.h ../../include/struct.h ../../include/sys.h \
|
||||
../../../include/ssl.h ../../include/struct.h ../../include/sys.h \
|
||||
../../include/threads.h ../../include/types.h ../../include/url.h \
|
||||
../../include/version.h ../../include/whowas.h
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@ INCLUDES = ../../include/auth.h ../../include/channel.h \
|
||||
../../include/modules.h ../../include/modversion.h ../../include/msg.h \
|
||||
../../include/numeric.h ../../include/proto.h ../../include/res.h \
|
||||
../../include/resource.h ../../include/setup.h \
|
||||
../../include/sock.h ../../include/ssl.h ../../include/struct.h ../../include/sys.h \
|
||||
../../../include/ssl.h ../../include/struct.h ../../include/sys.h \
|
||||
../../include/threads.h ../../include/types.h ../../include/url.h \
|
||||
../../include/version.h ../../include/whowas.h
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@ INCLUDES = ../../include/auth.h ../../include/channel.h \
|
||||
../../include/modules.h ../../include/modversion.h ../../include/msg.h \
|
||||
../../include/numeric.h ../../include/proto.h ../../include/res.h \
|
||||
../../include/resource.h ../../include/setup.h \
|
||||
../../include/sock.h ../../include/ssl.h ../../include/struct.h ../../include/sys.h \
|
||||
../../../include/ssl.h ../../include/struct.h ../../include/sys.h \
|
||||
../../include/threads.h ../../include/types.h ../../include/url.h \
|
||||
../../include/version.h ../../include/whowas.h
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@ INCLUDES = ../../include/auth.h ../../include/channel.h \
|
||||
../../include/modules.h ../../include/modversion.h ../../include/msg.h \
|
||||
../../include/numeric.h ../../include/proto.h ../../include/res.h \
|
||||
../../include/resource.h ../../include/setup.h \
|
||||
../../include/sock.h ../../include/ssl.h ../../include/struct.h ../../include/sys.h \
|
||||
../../../include/ssl.h ../../include/struct.h ../../include/sys.h \
|
||||
../../include/threads.h ../../include/types.h ../../include/url.h \
|
||||
../../include/version.h ../../include/whowas.h
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@ INCLUDES = ../../include/auth.h ../../include/channel.h \
|
||||
../../include/modules.h ../../include/modversion.h ../../include/msg.h \
|
||||
../../include/numeric.h ../../include/proto.h ../../include/res.h \
|
||||
../../include/resource.h ../../include/setup.h \
|
||||
../../include/sock.h ../../include/ssl.h ../../include/struct.h ../../include/sys.h \
|
||||
../../../include/ssl.h ../../include/struct.h ../../include/sys.h \
|
||||
../../include/threads.h ../../include/types.h ../../include/url.h \
|
||||
../../include/version.h ../../include/whowas.h
|
||||
|
||||
|
||||
@@ -31,8 +31,6 @@
|
||||
#include <io.h>
|
||||
#endif
|
||||
#include <fcntl.h>
|
||||
#include "sock.h" /* If FD_ZERO isn't define up to this point, */
|
||||
/* define it (BSD4.2 needs this) */
|
||||
#include "h.h"
|
||||
#include "res.h"
|
||||
#include "proto.h"
|
||||
|
||||
@@ -60,7 +60,6 @@
|
||||
#include <stdio.h>
|
||||
#include <signal.h>
|
||||
#include <fcntl.h>
|
||||
#include "sock.h" /* If FD_ZERO isn't define up to this point, */
|
||||
#include <string.h>
|
||||
#ifndef _WIN32
|
||||
#include <netinet/tcp.h>
|
||||
|
||||
@@ -55,7 +55,6 @@
|
||||
#include <signal.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
#include "sock.h" /* If FD_ZERO isn't define up to this point, */
|
||||
#include <string.h>
|
||||
#include "proto.h"
|
||||
/* define it (BSD4.2 needs this) */
|
||||
|
||||
Reference in New Issue
Block a user