summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-11-15 01:56:51 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-11-15 01:56:51 +0000
commita7710f8d0d6745c683ad736918bcfa809716a590 (patch)
tree4acb951f12a6c35d992f42f68107319980cb388e /Configure
parent62164f13e67eea3a0afbafc1d3f3d196f78ffa3c (diff)
downloadperl-a7710f8d0d6745c683ad736918bcfa809716a590.tar.gz
Regen Configure.
p4raw-id: //depot/perl@7689
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure28
1 files changed, 18 insertions, 10 deletions
diff --git a/Configure b/Configure
index 5c0100eb13..bd36af8a38 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 Sun Nov 12 20:50:13 EET 2000 [metaconfig 3.0 PL70]
+# Generated on Wed Nov 15 03:54:52 EET 2000 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.org)
cat >/tmp/c1$$ <<EOF
@@ -14207,6 +14207,10 @@ $rm -f try try.*
set d_socklen_t
eval $setvar
+: see if this is a socks.h system
+set socks.h i_socks
+eval $inhdr
+
: check for type of the size argument to socket calls
case "$d_socket" in
"$define")
@@ -14214,7 +14218,6 @@ case "$d_socket" in
Checking to see what type is the last argument of accept().
EOM
- hdrs="$define sys/types.h $d_socket sys/socket.h"
yyy=''
case "$d_socklen_t" in
"$define") yyy="$yyy socklen_t"
@@ -14223,10 +14226,19 @@ EOM
for xxx in $yyy; do
case "$socksizetype" in
'') try="extern int accept(int, struct sockaddr *, $xxx *);"
- if ./protochk "$try" $hdrs; then
- echo "Your system accepts '$xxx *' for the last argument of accept()."
- socksizetype="$xxx"
- fi
+ case "$usesocks" in
+ "$define")
+ if ./protochk "$try" $i_systypes sys/types.h $d_socket sys/socket.h literal '#define INCLUDE_PROTOTYPES' $i_socks socks.h.; then
+ echo "Your system accepts '$xxx *' for the last argument of accept()."
+ socksizetype="$xxx"
+ fi
+ ;;
+ *) if ./protochk "$try" $i_systypes sys/types.h $d_socket sys/socket.h; then
+ echo "Your system accepts '$xxx *' for the last argument of accept()."
+ socksizetype="$xxx"
+ fi
+ ;;
+ esac
;;
esac
done
@@ -14873,10 +14885,6 @@ val=$val3; set i_termios; eval $setvar
set shadow.h i_shadow
eval $inhdr
-: see if this is a socks.h system
-set socks.h i_socks
-eval $inhdr
-
: see if stdarg is available
echo " "
if $test `./findhdr stdarg.h`; then