Fix X11 forwarding: sendmsg/recvmsg only supported over UDS
Change-Id: Id9dc5517ec09382010a556fbabc6dccc77942378
This commit is contained in:
parent
125832e358
commit
fb4fbf7a0c
2
external/mit/xorg/lib/libxcb/files/config.h
vendored
2
external/mit/xorg/lib/libxcb/files/config.h
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user