diff options
| author | Marc-André Lureau | 2018-11-14 13:36:24 +0100 |
|---|---|---|
| committer | Samuel Thibault | 2019-01-14 00:40:54 +0100 |
| commit | 7b00abe0aed87cf03ee02a140f397e4d1ccd05a6 (patch) | |
| tree | 435e8183b37c3abe9742628ba38010e848013a1b /slirp | |
| parent | slirp: remove HAVE_SYS_FILIO_H (diff) | |
| download | qemu-7b00abe0aed87cf03ee02a140f397e4d1ccd05a6.tar.gz qemu-7b00abe0aed87cf03ee02a140f397e4d1ccd05a6.tar.xz qemu-7b00abe0aed87cf03ee02a140f397e4d1ccd05a6.zip | |
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 <marcandre.lureau@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Diffstat (limited to 'slirp')
| -rw-r--r-- | slirp/slirp_config.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/slirp/slirp_config.h b/slirp/slirp_config.h index f1ee927c15..833f25a965 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) |
