From: Jarkko Hietaniemi Date: Mon, 13 Sep 1999 16:16:56 +0000 (+0000) Subject: Scan always for . X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1f5ae88c2684e44a679c8989ef332af3fc865544;p=p5sagit%2Fp5-mst-13.2.git Scan always for . p4raw-id: //depot/cfgperl@4141 --- diff --git a/Configure b/Configure index c80612b..78443d0 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 18:34:32 EET DST 1999 [metaconfig 3.0 PL70] +# Generated on Mon Sep 13 19:24:34 EET DST 1999 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.com) cat >/tmp/c1$$ < #endif @@ -1616,7 +1616,9 @@ typedef mutex_t perl_mutex; typedef condition_t perl_cond; typedef void * perl_key; # else /* Posix threads */ -# include +# ifdef I_PTHREAD +# include +# endif typedef pthread_t perl_os_thread; typedef pthread_mutex_t perl_mutex; typedef pthread_cond_t perl_cond;