From 9487701904b71985549f60c9d8bc5df48682b55a Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Thu, 21 Nov 2013 11:55:17 +0100 Subject: Don't restrict FD passing to Linux & Solaris Signed-off-by: Mark Kettenis Reviewed-by: Alan Coopersmith Signed-off-by: Alan Coopersmith --- Xtransint.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Xtransint.h') diff --git a/Xtransint.h b/Xtransint.h index 1f32f0c..ec5a772 100644 --- a/Xtransint.h +++ b/Xtransint.h @@ -72,10 +72,6 @@ from The Open Group. # define XTRANSDEBUG 1 #endif -#if XTRANS_SEND_FDS && !(defined(linux) || defined(__sun)) -#error "FD passing support only on Linux & Solaris" -#endif - #ifdef WIN32 # define _WILLWINSOCK_ #endif -- cgit v1.2.1