From 4a9b5cce92d65317fee4583f1ece4af7a3ae9558 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 16 Jul 2012 12:44:42 +0200 Subject: config: The AIO engine is indepent of HAVE_AIO now Compile the basic aio engine always, it works via libasys/pthreadpool_sync in a sync fashion even if no pthreads are around. Everything else (linux aio, posix aio, aio fork) is now compiled as modules based on specific system capabilities Signed-off-by: Jeremy Allison --- source3/modules/vfs_aio_fork.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/modules') diff --git a/source3/modules/vfs_aio_fork.c b/source3/modules/vfs_aio_fork.c index c8a1fdc0f3..1bbdae2985 100644 --- a/source3/modules/vfs_aio_fork.c +++ b/source3/modules/vfs_aio_fork.c @@ -27,6 +27,8 @@ #include "lib/async_req/async_sock.h" #include "lib/util/tevent_unix.h" +#undef recvmsg + #ifndef MAP_FILE #define MAP_FILE 0 #endif -- cgit