slirp: remove NO_UNIX_SOCKETS

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:17 +04:00 committed by Samuel Thibault
parent fd9cea43fc
commit 4e65173dff
2 changed files with 0 additions and 9 deletions

View File

@ -28,9 +28,6 @@ typedef char *caddr_t;
#include <arpa/inet.h>
#endif
#ifndef NO_UNIX_SOCKETS
#include <sys/un.h>
#endif
#ifndef _WIN32
#include <sys/socket.h>
#endif

View File

@ -58,9 +58,3 @@
#ifndef _WIN32
#define HAVE_INET_ATON
#endif
/* Define if you DON'T have unix-domain sockets */
#undef NO_UNIX_SOCKETS
#ifdef _WIN32
#define NO_UNIX_SOCKETS
#endif