summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-01-03 11:30:21 +0100
committerStefan Metzmacher <metze@samba.org>2009-01-03 19:58:54 +0100
commit2c8a10fe88a94e8d591d920487106f27b4e6f020 (patch)
treed666d00348fd84b30f279c1a8d9ff32250eefdb4 /lib
parent5fa0d3d56824f4ef3dfdb0f97c836554a62c4875 (diff)
downloadsamba-2c8a10fe88a94e8d591d920487106f27b4e6f020.tar.gz
samba-2c8a10fe88a94e8d591d920487106f27b4e6f020.tar.bz2
samba-2c8a10fe88a94e8d591d920487106f27b4e6f020.zip
tevent: remove dependency to SOCKET_WRAPPER via "system/network.h"
metze
Diffstat (limited to 'lib')
-rw-r--r--lib/tevent/libtevent.m41
-rw-r--r--lib/tevent/tevent_aio.c1
-rw-r--r--lib/tevent/tevent_epoll.c1
-rw-r--r--lib/tevent/tevent_standard.c1
4 files changed, 0 insertions, 4 deletions
diff --git a/lib/tevent/libtevent.m4 b/lib/tevent/libtevent.m4
index 19892823ae..df432655b0 100644
--- a/lib/tevent/libtevent.m4
+++ b/lib/tevent/libtevent.m4
@@ -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)
diff --git a/lib/tevent/tevent_aio.c b/lib/tevent/tevent_aio.c
index b768b7906d..decdcc7bbc 100644
--- a/lib/tevent/tevent_aio.c
+++ b/lib/tevent/tevent_aio.c
@@ -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"
diff --git a/lib/tevent/tevent_epoll.c b/lib/tevent/tevent_epoll.c
index de2d6847a4..b46598946f 100644
--- a/lib/tevent/tevent_epoll.c
+++ b/lib/tevent/tevent_epoll.c
@@ -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"
diff --git a/lib/tevent/tevent_standard.c b/lib/tevent/tevent_standard.c
index 5d73db55b0..e7f1e5f970 100644
--- a/lib/tevent/tevent_standard.c
+++ b/lib/tevent/tevent_standard.c
@@ -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"