From: Marc-André Lureau Date: Wed, 14 Nov 2018 12:36:25 +0000 (+0400) Subject: slirp: remove unused HAVE_INET_ATON X-Git-Tag: v4.0.0-rc0~163^2~36 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1e9ba46dd0f2b1d21feb675715f5114c0073d822;p=thirdparty%2Fqemu.git slirp: remove unused HAVE_INET_ATON 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 833f25a9650..5126711849e 100644 --- a/slirp/slirp_config.h +++ b/slirp/slirp_config.h @@ -16,9 +16,3 @@ /* Define to sizeof(char *) */ #define SIZEOF_CHAR_P (HOST_LONG_BITS / 8) - -/* Define if you have inet_aton */ -#undef HAVE_INET_ATON -#ifndef _WIN32 -#define HAVE_INET_ATON -#endif