Preliminary OpenBSD host support (based on OpenBSD patches by Todd T. Fries)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5012 c046a42c-6fe2-441c-8c8c-71466251a162
diff --git a/configure b/configure
index 5fdc227..74ce443 100755
--- a/configure
+++ b/configure
@@ -150,6 +150,7 @@
;;
OpenBSD)
bsd="yes"
+openbsd="yes"
audio_drv_list="oss"
audio_possible_drivers="oss sdl esd"
;;
@@ -1086,6 +1087,11 @@
echo "#define HAVE_BYTESWAP_H 1" >> $config_h
fi
fi
+
+if [ "$openbsd" = "yes" ] ; then
+ echo "#define ENOTSUP 4096" >> $config_h
+fi
+
if test "$darwin" = "yes" ; then
echo "CONFIG_DARWIN=yes" >> $config_mak
echo "#define CONFIG_DARWIN 1" >> $config_h