aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2009-07-27 16:12:59 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-07-27 14:09:20 -0500
commit6114fdb0c582bbf139bc6b4545552cc6223d3c8b (patch)
treeb45dcf8e6d1b03dccf369c1bce692ec7d024dff2 /qemu-common.h
parentrename HAVE_PREADV to CONFIG_PREADV (diff)
downloadqemu-kvm-6114fdb0c582bbf139bc6b4545552cc6223d3c8b.tar.gz
qemu-kvm-6114fdb0c582bbf139bc6b4545552cc6223d3c8b.tar.bz2
qemu-kvm-6114fdb0c582bbf139bc6b4545552cc6223d3c8b.zip
rename HAVE_IOVEC to CONFIG_IOVEC
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'qemu-common.h')
-rw-r--r--qemu-common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/qemu-common.h b/qemu-common.h
index 671c0fce1..3cf7f4ed6 100644
--- a/qemu-common.h
+++ b/qemu-common.h
@@ -39,8 +39,8 @@
#define ENOMEDIUM ENODEV
#endif
-#ifndef HAVE_IOVEC
-#define HAVE_IOVEC
+#ifndef CONFIG_IOVEC
+#define CONFIG_IOVEC
struct iovec {
void *iov_base;
size_t iov_len;