Fix X11 forwarding: sendmsg/recvmsg only supported over UDS

Change-Id: Id9dc5517ec09382010a556fbabc6dccc77942378
This commit is contained in:
Lionel Sambuc 2016-01-20 15:27:55 +00:00
parent 125832e358
commit fb4fbf7a0c

View File

@ -28,8 +28,10 @@
/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1
#if !defined(__minix)
/* Define if your platform supports sendmsg */
#define HAVE_SENDMSG 1
#endif /* !defined(__minix) */
/* Have the sockaddr_un.sun_len member. */
#define HAVE_SOCKADDR_SUN_LEN 1