]> Zhao Yanbai Git Server - minix.git/commitdiff
Fix X11 forwarding: sendmsg/recvmsg only supported over UDS 84/3284/2
authorLionel Sambuc <lionel.sambuc@gmail.com>
Wed, 20 Jan 2016 15:27:55 +0000 (15:27 +0000)
committerLionel Sambuc <lionel.sambuc@gmail.com>
Fri, 22 Jan 2016 11:23:47 +0000 (12:23 +0100)
Change-Id: Id9dc5517ec09382010a556fbabc6dccc77942378

external/mit/xorg/lib/libxcb/files/config.h

index fd43df29e79ea91707e977195955fde1f9e6db18..c411e72227f9f58ca98d8e52916644afe31e8c59 100644 (file)
 /* 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