diff options
-rw-r--r-- | lib/tevent/libtevent.m4 | 1 | ||||
-rw-r--r-- | lib/tevent/tevent_aio.c | 1 | ||||
-rw-r--r-- | lib/tevent/tevent_epoll.c | 1 | ||||
-rw-r--r-- | lib/tevent/tevent_standard.c | 1 |
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" |