summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-06-04 02:19:58 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-06-04 02:19:58 +0000
commit4ced6b944fada1cdffcab7099968f5baf637e8ba (patch)
tree1eb29f11f97e123402be15dba81f3522663c29ec /Configure
parent4611bc8a4e2b0d1c9b3359539b464357c957f308 (diff)
downloadperl-4ced6b944fada1cdffcab7099968f5baf637e8ba.tar.gz
Missed HAS_SETRESGID_PROTO. No serious harm done since
often this prototype goes with HAS_SETRESUID_PROTO. p4raw-id: //depot/perl@10420
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure9
1 files changed, 8 insertions, 1 deletions
diff --git a/Configure b/Configure
index 4fc8f007e7..0c3bcd5c93 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 Jun 2 17:25:04 EET DST 2001 [metaconfig 3.0 PL70]
+# Generated on Mon Jun 4 06:11:38 EET DST 2001 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.org)
cat >c1$$ <<EOF
@@ -545,6 +545,7 @@ socketlib=''
d_socklen_t=''
d_socks5_init=''
d_sqrtl=''
+d_sresgproto=''
d_sresuproto=''
d_statblks=''
d_statfs_f_flags=''
@@ -11882,6 +11883,11 @@ eval $inlibc
set socks5_init d_socks5_init
eval $inlibc
+: see if prototype for setresgid is available
+echo " "
+set d_sresgproto setresgid $i_unistd unistd.h
+eval $hasproto
+
: see if prototype for setresuid is available
echo " "
set d_sresuproto setresuid $i_unistd unistd.h
@@ -16458,6 +16464,7 @@ d_socklen_t='$d_socklen_t'
d_sockpair='$d_sockpair'
d_socks5_init='$d_socks5_init'
d_sqrtl='$d_sqrtl'
+d_sresgproto='$d_sresgproto'
d_sresuproto='$d_sresuproto'
d_statblks='$d_statblks'
d_statfs_f_flags='$d_statfs_f_flags'