summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
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]'`