summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2001-07-23 01:30:10 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2001-07-23 01:30:10 (GMT)
commit9db2f571c382ce41c29a87aaf717549ed4fed701 (patch)
treef1c6e5e6a112761f021a7dabbcf8c76de161ffb2 /configure.in
parentb5c61a899e9d86d16c94b249a4e87ba8dab5bf92 (diff)
downloadcpython-9db2f571c382ce41c29a87aaf717549ed4fed701.zip
cpython-9db2f571c382ce41c29a87aaf717549ed4fed701.tar.gz
cpython-9db2f571c382ce41c29a87aaf717549ed4fed701.tar.bz2
Instead of accessing ss_family, cast sockaddr_storage to sockaddr and access sa_family.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index ea6d5f7..61aaa97 100644
--- a/configure.in
+++ b/configure.in
@@ -374,8 +374,6 @@ else
fi
# Check for enable-ipv6
-# XXX definition of ss_family disabled until author clarifies rationale.
-# DEFS="$DEFS -Dss_family=__ss_family -Dss_len=__ss_len"
AC_MSG_CHECKING([whether to enable ipv6])
AC_ARG_ENABLE(ipv6,
[ --enable-ipv6 Enable ipv6 (with ipv4) support