From: Marc-André Lureau Date: Wed, 14 Nov 2018 12:36:24 +0000 (+0400) Subject: slirp: remove unused DECLARE_IOVEC X-Git-Tag: v4.0.0-rc0~163^2~37 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7b00abe0aed87cf03ee02a140f397e4d1ccd05a6;p=thirdparty%2Fqemu.git slirp: remove unused DECLARE_IOVEC It's actually qemu configure CONFIG_IOVEC that is being used. slirp/ does not use it anyway Signed-off-by: Marc-André Lureau Reviewed-by: Daniel P. Berrangé Signed-off-by: Samuel Thibault --- diff --git a/slirp/slirp_config.h b/slirp/slirp_config.h index f1ee927c154..833f25a9650 100644 --- a/slirp/slirp_config.h +++ b/slirp/slirp_config.h @@ -14,12 +14,6 @@ /* Define if the machine is big endian */ //#undef HOST_WORDS_BIGENDIAN -/* Define if iovec needs to be declared */ -#undef DECLARE_IOVEC -#ifdef _WIN32 -#define DECLARE_IOVEC -#endif - /* Define to sizeof(char *) */ #define SIZEOF_CHAR_P (HOST_LONG_BITS / 8)