A bug introduced in #8217 (the undefined variable in the
[p5sagit/p5-mst-13.2.git] / Configure
index ea2b060..f9a0a49 100755 (executable)
--- 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 Sun Jan 14 06:37:36 EET 2001 [metaconfig 3.0 PL70]
+# Generated on Sun Jan 21 21:30:32 EET 2001 [metaconfig 3.0 PL70]
 # (with additional metaconfig patches by perlbug@perl.org)
 
 cat >c1$$ <<EOF
@@ -631,7 +631,6 @@ i_dirent=''
 i_dld=''
 i_dlfcn=''
 i_fcntl=''
-i_features=''
 i_float=''
 i_gdbm=''
 d_grpasswd=''
@@ -885,6 +884,7 @@ sig_name=''
 sig_name_init=''
 sig_num=''
 sig_num_init=''
+sig_size=''
 installsitearch=''
 sitearch=''
 sitearchexp=''
@@ -2064,7 +2064,6 @@ test)
 *)
        if `sh -c "PATH= test true" >/dev/null 2>&1`; then
                echo "Using the test built into your sh."
-               echo "Using the test built into your sh."
                test=test
                _test=test
        fi
@@ -2936,6 +2935,19 @@ EOM
        ;;
 esac
 
+case "$useithreads$use5005threads" in
+"$define$define")
+       $cat >&4 <<EOM
+
+You cannot have both the ithreads and the 5.005 threads enabled
+at the same time.  Disabling the 5.005 threads since they are
+much less stable than the ithreads.
+
+EOM
+       use5005threads="$undef"
+       ;;
+esac
+
 case "$d_oldpthreads" in
 '')    : Configure tests would be welcome here.  For now, assume undef.
        val="$undef" ;;
@@ -9304,19 +9316,11 @@ eval $inlibc
 set fpathconf d_fpathconf
 eval $inlibc
 
-: see if this is a features.h system
-set features.h i_features
-eval $inhdr
-
 
 : check for fpos64_t
 echo " "
 echo "Checking to see if you have fpos64_t..." >&4
 $cat >try.c <<EOCP
-#$i_features I_FEATURES
-#ifdef I_FEATURES
-#include <features.h>
-#endif
 #include <stdio.h>
 int main() { fpos64_t x = 7; }
 EOCP
@@ -10510,10 +10514,6 @@ $rm -f try.* try
 echo " "
 echo "Checking to see if you have off64_t..." >&4
 $cat >try.c <<EOCP
-#$i_features I_FEATURES
-#ifdef I_FEATURES
-#include <features.h>
-#endif
 #include <sys/types.h>
 #include <unistd.h>
 int main() { off64_t x = 7; }
@@ -14583,6 +14583,7 @@ echo $sig_name | $awk \
        }
        printf "\n"
 }'
+sig_size=`echo $sig_name | awk '{print NF}'`
 $rm -f signal signal.c signal.awk signal.lst signal_cmd 
 
 echo " "
@@ -16224,7 +16225,6 @@ i_dirent='$i_dirent'
 i_dld='$i_dld'
 i_dlfcn='$i_dlfcn'
 i_fcntl='$i_fcntl'
-i_features='$i_features'
 i_float='$i_float'
 i_gdbm='$i_gdbm'
 i_grp='$i_grp'
@@ -16474,6 +16474,7 @@ sig_name='$sig_name'
 sig_name_init='$sig_name_init'
 sig_num='$sig_num'
 sig_num_init='$sig_num_init'
+sig_size='$sig_size'
 signal_t='$signal_t'
 sitearch='$sitearch'
 sitearchexp='$sitearchexp'