From: Jarkko Hietaniemi Date: Sun, 23 Dec 2001 23:46:18 +0000 (+0000) Subject: More VOS tweaks. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1deb0a86f5573cf51d7a689b01aed6b1d7b21ba2;p=p5sagit%2Fp5-mst-13.2.git More VOS tweaks. p4raw-id: //depot/perl@13867 --- diff --git a/Configure b/Configure index aba0b38..0f3ee5d 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 Sat Dec 22 19:52:24 EET 2001 [metaconfig 3.0 PL70] +# Generated on Mon Dec 24 02:45:06 EET 2001 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ </dev/null 2>&1`; then if test ! -f $xcat$_exe; then for p in $paths; do if test -f $p/cat$_exe; then - xcat=$p/cat$_exe + xcat=$p/cat break fi done - if test ! -f $xcat; then - echo "Can't find cat anywhere!" >&4 + if test ! -f $xcat$_exe; then + echo "Can't find cat anywhere!" exit 1 fi fi @@ -9988,6 +9989,10 @@ case "$eagain" in #include #include #include +#$i_fcntl I_FCNTL +#ifdef I_FCNTL +#include +#endif #define MY_O_NONBLOCK $o_nonblock #ifndef errno /* XXX need better Configure test */ extern int errno;