From: Marc-André Lureau Date: Wed, 14 Nov 2018 12:36:25 +0000 (+0400) Subject: slirp: remove unused HAVE_INET_ATON X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1e9ba46dd0f2b1d21feb675715f5114c0073d822;p=qemu.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 833f25a965..5126711849 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