mirror of https://github.com/xemu-project/xemu.git
slirp: remove unused HAVE_SYS_BITYPES_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:
parent
beac4b0e03
commit
fd9cea43fc
|
@ -19,10 +19,6 @@ typedef char *caddr_t;
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_SYS_BITYPES_H
|
|
||||||
# include <sys/bitypes.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef _WIN32
|
#ifndef _WIN32
|
||||||
#include <sys/uio.h>
|
#include <sys/uio.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -23,9 +23,6 @@
|
||||||
#define HAVE_SYS_FILIO_H
|
#define HAVE_SYS_FILIO_H
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Define if you have sys/bitypes.h */
|
|
||||||
#undef HAVE_SYS_BITYPES_H
|
|
||||||
|
|
||||||
/* Define if the machine is big endian */
|
/* Define if the machine is big endian */
|
||||||
//#undef HOST_WORDS_BIGENDIAN
|
//#undef HOST_WORDS_BIGENDIAN
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue