From ca0c25f67f45e5dccb746852d8545d7ae29ed067 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Wed, 26 Oct 2005 08:31:20 +0000 Subject: Most platforms don't actually need PL_pidstatus, or the associated .5K of code. p4raw-id: //depot/perl@25850 --- perl.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'perl.h') diff --git a/perl.h b/perl.h index d6ccfa470a..d302252ec1 100644 --- a/perl.h +++ b/perl.h @@ -815,6 +815,10 @@ int usleep(unsigned int); #define PERL_DONT_CREATE_GVSV #endif +#if !defined(HAS_WAITPID) && !defined(HAS_WAIT4) || defined(HAS_WAITPID_RUNTIME) +#define PERL_USES_PL_PIDSTATUS +#endif + /* Cannot include embed.h here on Win32 as win32.h has not yet been included and defines some config variables e.g. HAVE_INTERP_INTERN */ -- cgit v1.2.1