Fix build on FreeBSD
authoraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 26 Sep 2008 15:52:17 +0000 (15:52 +0000)
committeraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 26 Sep 2008 15:52:17 +0000 (15:52 +0000)
commit997306fc2246048b9a4e8df4b4bb96eab6c65a82
tree659de38c9880f753c6596a3e9d10886503b7c567
parent2ca83a8dd63bde5f78300dc0c21159873d5aaf54
Fix build on FreeBSD

__GLIBC_PREREQ is defined in such a way that the ! cannot be used in front of
it on FreeBSD.  Also, -lpthread is not implied by the build and we definitely
use it for compatfd support.

While at it, I added a default initialization for posix-aio that seems to
perform well in our testing.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5322 c046a42c-6fe2-441c-8c8c-71466251a162
block-raw-posix.c
configure