# $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
#
-# Generated on Mon Apr 8 17:56:15 EET DST 2002 [metaconfig 3.0 PL70]
+# Generated on Tue Apr 9 18:44:25 EET DST 2002 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.org)
cat >c1$$ <<EOF
set alarm d_alarm
eval $inlibc
+: see if POSIX threads are available
+set pthread.h i_pthread
+eval $inhdr
+
: define a fucntion to check prototypes
$cat > protochk <<EOSH
$startsh
prototype="$prototype"
define="$define"
rm=$rm
+usethreads=$usethreads
+i_pthread=$i_pthread
+pthread_h_first=$pthread_h_first
EOSH
$cat >> protochk <<'EOSH'
*) echo "No, it doesn't." ;;
esac
-: see if POSIX threads are available
-set pthread.h i_pthread
-eval $inhdr
-
: see if asctime_r exists
set asctime_r d_asctime_r
eval $inlibc