config: The AIO engine is indepent of HAVE_AIO now
commit4a9b5cce92d65317fee4583f1ece4af7a3ae9558
authorVolker Lendecke <vl@samba.org>
Mon, 16 Jul 2012 10:44:42 +0000 (16 12:44 +0200)
committerJeremy Allison <jra@samba.org>
Wed, 18 Jul 2012 22:53:28 +0000 (18 15:53 -0700)
treea6327bc09317d2996575c36b88fe62c6232e1aa2
parentd948b1bfeec02706e8cd08a4f82c0ce54f99491c
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 <jra@samba.org>
source3/configure.in
source3/modules/vfs_aio_fork.c
source3/wscript