tevent: remove dependency to SOCKET_WRAPPER via "system/network.h"
authorStefan Metzmacher <metze@samba.org>
Sat, 3 Jan 2009 10:30:21 +0000 (11:30 +0100)
committerStefan Metzmacher <metze@samba.org>
Sat, 3 Jan 2009 18:58:54 +0000 (19:58 +0100)
metze

lib/tevent/libtevent.m4
lib/tevent/tevent_aio.c
lib/tevent/tevent_epoll.c
lib/tevent/tevent_standard.c

index 19892823ae104e6fa5b4f4c7dc711dc1124d4882..df432655b06a3b62a74c18c17d8ee5f23afe6591 100644 (file)
@@ -17,7 +17,6 @@ fi
 
 TEVENT_OBJ="tevent.o tevent_fd.o tevent_timed.o tevent_signal.o tevent_debug.o tevent_util.o"
 TEVENT_OBJ="$TEVENT_OBJ tevent_standard.o tevent_select.o"
-AC_LIBREPLACE_NETWORK_CHECKS
 
 SMB_ENABLE(TEVENT_EPOLL, NO)
 SMB_ENABLE(TEVENT_AIO, NO)
index b768b7906d9bd357f42b6ca896bc50bc71e0b3ec..decdcc7bbc4e79057c0f284d68622962aeb0dd6a 100644 (file)
@@ -32,7 +32,6 @@
 
 #include "replace.h"
 #include "system/filesys.h"
-#include "system/network.h"
 #include "system/select.h"
 #include "tevent.h"
 #include "tevent_internal.h"
index de2d6847a485af03e236f0a10889c6f4ffc5cc03..b46598946fd275b355b01a5e9169ab36a547dd74 100644 (file)
@@ -22,7 +22,6 @@
 
 #include "replace.h"
 #include "system/filesys.h"
-#include "system/network.h"
 #include "system/select.h"
 #include "tevent.h"
 #include "tevent_internal.h"
index 5d73db55b0ad51d2ae5e245f7a9183d09f518b7f..e7f1e5f970c0fc3e15f990f99ffbd276ed93c109 100644 (file)
@@ -29,7 +29,6 @@
 
 #include "replace.h"
 #include "system/filesys.h"
-#include "system/network.h"
 #include "system/select.h"
 #include "tevent.h"
 #include "tevent_util.h"