slirp: remove unused HAVE_SYS_SELECT_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:21 +04:00 committed by Samuel Thibault
parent 94c168fed5
commit 8643dc3ef0
3 changed files with 0 additions and 14 deletions

View file

@ -8,10 +8,6 @@
#ifndef SLIRP_MAIN_H
#define SLIRP_MAIN_H
#ifdef HAVE_SYS_SELECT_H
#include <sys/select.h>
#endif
extern u_int curtime;
extern struct in_addr loopback_addr;
extern unsigned long loopback_mask;

View file

@ -36,10 +36,6 @@ typedef char *caddr_t;
# include <sys/ioctl.h>
#endif
#ifdef HAVE_SYS_SELECT_H
# include <sys/select.h>
#endif
#ifdef HAVE_SYS_FILIO_H
# include <sys/filio.h>
#endif

View file

@ -32,12 +32,6 @@
#define DECLARE_IOVEC
#endif
/* Define if you have sys/select.h */
#undef HAVE_SYS_SELECT_H
#ifndef _WIN32
#define HAVE_SYS_SELECT_H
#endif
/* Define to sizeof(char *) */
#define SIZEOF_CHAR_P (HOST_LONG_BITS / 8)