summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-05-11 22:03:48 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-05-11 22:03:48 +0000
commit9cc6feabb930fb7cac992ab0a2febf2fb1986667 (patch)
tree736aa7fe34919dd58d35dc7dbecfe76629b1253b /Configure
parent27130c9a98b24c6442a9f796599b1927247c27ab (diff)
downloadperl-9cc6feabb930fb7cac992ab0a2febf2fb1986667.tar.gz
Add I_NETINET_TCP to help change #3391.
p4raw-link: @3391 on //depot/perl: 1494e794755363d23b7bca66c4a024ccc839e963 p4raw-id: //depot/cfgperl@3394
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure27
1 files changed, 14 insertions, 13 deletions
diff --git a/Configure b/Configure
index e326c3e303..aeb379de50 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 Apr 19 22:21:08 EET DST 1999 [metaconfig 3.0 PL70]
+# Generated on Wed May 12 00:58:20 EET DST 1999 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.com)
cat >/tmp/c1$$ <<EOF
@@ -605,6 +605,7 @@ i_mntent=''
i_ndbm=''
i_netdb=''
i_neterrno=''
+i_netinettcp=''
i_niin=''
i_sysin=''
i_poll=''
@@ -4342,13 +4343,11 @@ echo "Your cpp writes the filename in the $pos field of the line."
$cat >findhdr <<EOF
$startsh
wanted=\$1
-for usrincdir in $usrinc
-do
- if test -f \$usrincdir/\$wanted; then
- echo "\$usrincdir/\$wanted"
- exit 0
- fi
-done
+name=''
+if test -f $usrinc/\$wanted; then
+ echo "$usrinc/\$wanted"
+ exit 0
+fi
awkprg='{ print \$$fieldn }'
echo "#include <\$wanted>" > foo\$\$.c
$cppstdin $cppminus $cppflags < foo\$\$.c 2>/dev/null | \
@@ -4356,7 +4355,7 @@ $grep "^[ ]*#.*\$wanted" | \
while read cline; do
name=\`echo \$cline | $awk "\$awkprg" | $tr -d '"'\`
case "\$name" in
- *[/\\\\]\$wanted) echo "\$name"; exit 0;;
+ */\$wanted) echo "\$name"; exit 0;;
*) name='';;
esac;
done;
@@ -5450,10 +5449,6 @@ if "$useshrplib"; then
beos)
# beos doesn't like the default, either.
;;
- hpux*)
- # hpux doesn't like the default, either.
- tmp_shrpenv="env LDOPTS=\"+s +b${shrpdir}\""
- ;;
*)
tmp_shrpenv="env LD_RUN_PATH=$shrpdir"
;;
@@ -8008,6 +8003,7 @@ else
eval $setvar
done
fi
+
: see if flock exists
set flock d_flock
eval $inlibc
@@ -11957,6 +11953,10 @@ esac
set i_neterrno
eval $setvar
+: see if netinet/tcp.h is available
+set netinet/tcp.h i_netinettcp
+eval $inhdr
+
: see if this is a poll.h system
set poll.h i_poll
eval $inhdr
@@ -13039,6 +13039,7 @@ i_mntent='$i_mntent'
i_ndbm='$i_ndbm'
i_netdb='$i_netdb'
i_neterrno='$i_neterrno'
+i_netinettcp='$i_netinettcp'
i_niin='$i_niin'
i_poll='$i_poll'
i_pthread='$i_pthread'