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
commiteef837ea0c553e009f33fedc28b7eec6c571999c (patch)
tree1eb29f11f97e123402be15dba81f3522663c29ec /Configure
parent520db9bffffad34af43925feedc35ce81e0fcf13 (diff)
downloadperl-eef837ea0c553e009f33fedc28b7eec6c571999c.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'