1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

tevent: remove dependency to SOCKET_WRAPPER via "system/network.h"

metze
This commit is contained in:
Stefan Metzmacher 2009-01-03 11:30:21 +01:00
parent 5fa0d3d568
commit 2c8a10fe88
4 changed files with 0 additions and 4 deletions

View 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)

View 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"

View 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"

View 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"