mirror of
https://github.com/SwallowOS/xorg_lib_libxtrans
synced 2025-11-04 05:46:13 +08:00
Allow XTRANS_SEND_FDS on Solaris as well
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
@@ -72,8 +72,8 @@ from The Open Group.
|
||||
# define XTRANSDEBUG 1
|
||||
#endif
|
||||
|
||||
#if XTRANS_SEND_FDS && !defined(linux)
|
||||
#error "FD passing support only on Linux"
|
||||
#if XTRANS_SEND_FDS && !(defined(linux) || defined(__sun))
|
||||
#error "FD passing support only on Linux & Solaris"
|
||||
#endif
|
||||
|
||||
#ifdef WIN32
|
||||
|
||||
Reference in New Issue
Block a user