slirp: remove unused HAVE_SYS_STROPTS_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>
This commit is contained in:
Marc-André Lureau 2018-11-14 16:36:18 +04:00 committed by Samuel Thibault
parent 4e65173dff
commit 61abc6d3ab
2 changed files with 0 additions and 8 deletions

View File

@ -54,11 +54,6 @@ typedef char *caddr_t;
#define remque slirp_remque
#define quehead slirp_quehead
#ifdef HAVE_SYS_STROPTS_H
#include <sys/stropts.h>
#endif
#include "debug.h"
#include "qemu/queue.h"

View File

@ -47,9 +47,6 @@
#define HAVE_ARPA_INET_H
#endif
/* Define if you have sys/stropts.h */
#undef HAVE_SYS_STROPTS_H
/* Define to sizeof(char *) */
#define SIZEOF_CHAR_P (HOST_LONG_BITS / 8)