Issue #4028: Make multiprocessing build on SunOS.

This commit is contained in:
Charles-François Natali 2011-12-14 18:35:55 +01:00
parent 05a7f0dcac
commit b275e2d5e5

View file

@ -8,7 +8,7 @@
#include "multiprocessing.h"
#ifdef SCM_RIGHTS
#if (defined(CMSG_LEN) && defined(SCM_RIGHTS))
#define HAVE_FD_TRANSFER 1
#else
#define HAVE_FD_TRANSFER 0