Issue #4028: Make multiprocessing build on SunOS.

This commit is contained in:
Charles-François Natali 2011-12-14 18:39:09 +01:00
parent 3bfc65a25b
commit 10db4dec61
1 changed files with 1 additions and 1 deletions

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