From c107d83431c79cd44552510fc588f7b3767143f7 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Tue, 14 Sep 1999 07:10:02 +0000 Subject: [PATCH] I_PTHREAD was PTHREADEAD. p4raw-id: //depot/cfgperl@4145 --- Configure | 2 +- config_h.SH | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) 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$$ <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 . + */ +#$i_pthread I_PTHREAD /**/ + /* USE_THREADS: * This symbol, if defined, indicates that Perl should * be built to use threads. -- 2.7.4