From 6114fdb0c582bbf139bc6b4545552cc6223d3c8b Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Mon, 27 Jul 2009 16:12:59 +0200 Subject: rename HAVE_IOVEC to CONFIG_IOVEC Signed-off-by: Juan Quintela Signed-off-by: Anthony Liguori --- qemu-common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qemu-common.h') diff --git a/qemu-common.h b/qemu-common.h index 671c0fce1a..3cf7f4ed6c 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; -- cgit v1.2.1