From 3d66dc7c08acb3802bf803abca68ac5fb36582b4 Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Wed, 27 Jan 2010 18:18:41 -0800 Subject: Upstream: HAVE_IOVEC => CONFIG_IOVEC Change-Id: I18025d9c154a02af5d6298c7d7f72fc9f2c1c5d7 --- android/config/darwin-x86/config-host.h | 2 +- android/config/linux-x86/config-host.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'android/config') diff --git a/android/config/darwin-x86/config-host.h b/android/config/darwin-x86/config-host.h index f72cf17..b25d8fe 100644 --- a/android/config/darwin-x86/config-host.h +++ b/android/config/darwin-x86/config-host.h @@ -9,7 +9,7 @@ #define QEMU_PKGVERSION "Android" #define O_LARGEFILE 0 #define MAP_ANONYMOUS MAP_ANON -#define HAVE_IOVEC 1 +#define CONFIG_IOVEC 1 #define CONFIG_BSD 1 #define CONFIG_SKINS 1 #define CONFIG_UNAME_RELEASE "" diff --git a/android/config/linux-x86/config-host.h b/android/config/linux-x86/config-host.h index 7e2ed20..a97d2c6 100644 --- a/android/config/linux-x86/config-host.h +++ b/android/config/linux-x86/config-host.h @@ -10,4 +10,4 @@ #define CONFIG_SKINS 1 #define CONFIG_UNAME_RELEASE "" #define CONFIG_IOTHREAD 1 -#define HAVE_IOVEC 1 +#define CONFIG_IOVEC 1 -- cgit v1.1