summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2020-05-19 09:09:32 +0200
committerH.Merijn Brand <h.m.brand@xs4all.nl>2020-05-19 09:09:32 +0200
commit6c89e88178e2f64e5c72f45a89073da1556f8eec (patch)
tree34c48272966c02b498af2def274b9c7c805a8916 /Configure
parent5fd8dd0d3bb7aa8dd0a0a8602deb24bb3323bd5c (diff)
downloadperl-6c89e88178e2f64e5c72f45a89073da1556f8eec.tar.gz
A few small cleanups in Configure
Meta is now 100% in sync
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure9
1 files changed, 0 insertions, 9 deletions
diff --git a/Configure b/Configure
index f0edfb7695..cef8c3c078 100755
--- a/Configure
+++ b/Configure
@@ -11940,7 +11940,6 @@ set socketpair d_sockpair
eval $inlibc
-echo " "
echo "Checking the availability sa_len in the sock struct ..." >&4
$cat >try.c <<EOF
#include <sys/types.h>
@@ -11957,7 +11956,6 @@ fi
set d_sockaddr_sa_len; eval $setvar
$rm_try
-echo " "
echo "Checking the availability struct sockaddr_in6 ..." >&4
$cat >try.c <<EOF
#include <sys/types.h>
@@ -11975,7 +11973,6 @@ fi
set d_sockaddr_in6; eval $setvar
$rm_try
-echo " "
echo "Checking the availability struct sockaddr_storage ..." >&4
$cat >try.c <<EOF
#include <sys/types.h>
@@ -11993,7 +11990,6 @@ fi
set d_sockaddr_storage; eval $setvar
$rm_try
-echo " "
echo "Checking the availability sin6_scope_id in struct sockaddr_in6 ..." >&4
$cat >try.c <<EOF
#include <sys/types.h>
@@ -12011,7 +12007,6 @@ fi
set d_sin6_scope_id; eval $setvar
$rm_try
-echo " "
echo "Checking the availability struct ip_mreq ..." >&4
$cat >try.c <<EOF
#include <sys/types.h>
@@ -12029,7 +12024,6 @@ fi
set d_ip_mreq; eval $setvar
$rm_try
-echo " "
echo "Checking the availability struct ip_mreq_source ..." >&4
$cat >try.c <<EOF
#include <sys/types.h>
@@ -12047,7 +12041,6 @@ fi
set d_ip_mreq_source; eval $setvar
$rm_try
-echo " "
echo "Checking the availability struct ipv6_mreq ..." >&4
$cat >try.c <<EOF
#include <sys/types.h>
@@ -12065,7 +12058,6 @@ fi
set d_ipv6_mreq; eval $setvar
$rm_try
-echo " "
echo "Checking the availability struct ipv6_mreq_source ..." >&4
$cat >try.c <<EOF
#include <sys/types.h>
@@ -12083,7 +12075,6 @@ fi
set d_ipv6_mreq_source; eval $setvar
$rm_try
-echo " "
echo "Checking the availability of certain socket constants..." >&4
for ENUM in MSG_CTRUNC MSG_DONTROUTE MSG_OOB MSG_PEEK MSG_PROXY SCM_RIGHTS; do
enum=`$echo $ENUM|./tr '[A-Z]' '[a-z]'`