From: Jarkko Hietaniemi <jhi@iki.fi> Date: Tue, 14 Sep 1999 07:10:02 +0000 (+0000) Subject: I_PTHREAD was PTHREADEAD. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c107d83431c79cd44552510fc588f7b3767143f7;p=p5sagit%2Fp5-mst-13.2.git I_PTHREAD was PTHREADEAD. p4raw-id: //depot/cfgperl@4145 --- diff --git a/Configure b/Configure index 78443d0..f932612 100755 --- a/Configure +++ b/Configure @@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Mon Sep 13 19:24:34 EET DST 1999 [metaconfig 3.0 PL70] +# Generated on Tue Sep 14 09:54:18 EET DST 1999 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.com) cat >/tmp/c1$$ <<EOF diff --git a/config_h.SH b/config_h.SH index e38e455..c3fa9fc 100644 --- a/config_h.SH +++ b/config_h.SH @@ -2597,6 +2597,12 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- */ #$i_machcthr I_MACH_CTHREADS /**/ +/* I_PTHREAD: + * This symbol, if defined, indicates to the C program that it should + * include <pthread.h>. + */ +#$i_pthread I_PTHREAD /**/ + /* USE_THREADS: * This symbol, if defined, indicates that Perl should * be built to use threads.