qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 20/46] rename HAVE_IOVEC to CONFIG_IOVEC


From: Juan Quintela
Subject: [Qemu-devel] [PATCH 20/46] rename HAVE_IOVEC to CONFIG_IOVEC
Date: Fri, 24 Jul 2009 20:30:20 +0200

Signed-off-by: Juan Quintela <address@hidden>
---
 configure     |    2 +-
 qemu-common.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure b/configure
index 41889f7..99a5337 100755
--- a/configure
+++ b/configure
@@ -1733,7 +1733,7 @@ if test "$blobs" = "yes" ; then
   echo "INSTALL_BLOBS=yes" >> $config_host_mak
 fi
 if test "$iovec" = "yes" ; then
-  echo "#define HAVE_IOVEC 1" >> $config_host_h
+  echo "#define CONFIG_IOVEC 1" >> $config_host_h
 fi
 if test "$preadv" = "yes" ; then
   echo "#define CONFIG_PREADV 1" >> $config_host_h
diff --git a/qemu-common.h b/qemu-common.h
index 671c0fc..3cf7f4e 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;
-- 
1.6.2.5





reply via email to

[Prev in Thread] Current Thread [Next in Thread]