slirp: remove unused HAVE_ARPA_INET_H

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>
master
Marc-André Lureau 2018-11-14 16:36:19 +04:00 committed by Samuel Thibault
parent 61abc6d3ab
commit 5a5aa26299
1 changed files with 0 additions and 6 deletions

View File

@ -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)