From: Marc-André Lureau Date: Wed, 14 Nov 2018 12:36:19 +0000 (+0400) Subject: slirp: remove unused HAVE_ARPA_INET_H X-Git-Tag: v4.0.0-rc0~163^2~42 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5a5aa262990adcc84f1fdbbbd6cb9e6ea4154aa7;p=thirdparty%2Fqemu.git slirp: remove unused HAVE_ARPA_INET_H 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 47811e36dc3..e95284071af 100644 --- a/slirp/slirp_config.h +++ b/slirp/slirp_config.h @@ -41,12 +41,6 @@ #define HAVE_SYS_SELECT_H #endif -/* Define if you have arpa/inet.h */ -#undef HAVE_ARPA_INET_H -#ifndef _WIN32 -#define HAVE_ARPA_INET_H -#endif - /* Define to sizeof(char *) */ #define SIZEOF_CHAR_P (HOST_LONG_BITS / 8)