diff options
author | Brian Harrison <brie@corp.home.net> | 1998-10-24 04:01:55 +0300 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1998-10-27 07:56:57 +0000 |
commit | 7f3d1cf17f00f843a4ab0c805e58fa10c222716a (patch) | |
tree | ed640cb97c8a55a367e0562df5b2fb7751655522 /config_h.SH | |
parent | 25e9a2e3ad9e75ccc06381c3ed3d656041a0f0e2 (diff) | |
download | perl-7f3d1cf17f00f843a4ab0c805e58fa10c222716a.tar.gz |
Mach cthreads support based on:
Subject: perl5.005_02 patch for mthreads
To: perl5-porters@perl.org
Message-ID: <MLIST_Pine.GSO.4.04.9810231410220.11111-200000@sulaco.eos.home.net>
Pthread yield probe (dejavu)
Cosmetic nanochange for the union semun output.
Better inttypes.h probe.
Undo the 'void *' $selecttype probe from #1971 because
it breaks the $selectminbits test.
p4raw-id: //depot/cfgperl@2095
Diffstat (limited to 'config_h.SH')
-rw-r--r-- | config_h.SH | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH index 264c54db09..76ac7626ad 100644 --- a/config_h.SH +++ b/config_h.SH @@ -2292,6 +2292,12 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- */ #$d_pthreads_created_joinable PTHREADS_CREATED_JOINABLE /**/ +/* I_MACH_CTHREADS: + * This symbol, if defined, indicates to the C program that it should + * include <mach/cthreads.h>. + */ +#$i_machcthr I_MACH_CTHREADS /**/ + /* MULTIPLICITY: * This symbol, if defined, indicates that Perl should * be built to use multiplicity. |