summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-12-23 23:46:18 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-12-23 23:46:18 +0000
commit1deb0a86f5573cf51d7a689b01aed6b1d7b21ba2 (patch)
treec242b431cf1aad146f8edf52233b9eb553f8e929 /Configure
parent09091399717abb9634c88f60ff8b2384a3297c16 (diff)
downloadperl-1deb0a86f5573cf51d7a689b01aed6b1d7b21ba2.tar.gz
More VOS tweaks.
p4raw-id: //depot/perl@13867
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure13
1 files changed, 9 insertions, 4 deletions
diff --git a/Configure b/Configure
index aba0b38455..0f3ee5dd0c 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$$ <<EOF
@@ -1052,6 +1052,7 @@ useopcode=true
: Trailing extension. Override this in a hint file, if needed.
: Extra object files, if any, needed on this platform.
archobjs=''
+_exe="$_exe"
archname=''
: Possible local include directories to search.
: Set locincpth to "" in a hint file to defeat local include searches.
@@ -1162,12 +1163,12 @@ if `$sh -c '#' >/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 <signal.h>
#include <stdio.h>
#include <stdlib.h>
+#$i_fcntl I_FCNTL
+#ifdef I_FCNTL
+#include <fcntl.h>
+#endif
#define MY_O_NONBLOCK $o_nonblock
#ifndef errno /* XXX need better Configure test */
extern int errno;