[Python-bugs-list] [ python-Bugs-440486 ] IPv6-related definitions always present

noreply@sourceforge.net noreply@sourceforge.net
Wed, 18 Jul 2001 09:24:57 -0700


Bugs item #440486, was opened at 2001-07-11 12:25
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=440486&group_id=5470

Category: Build
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: A.M. Kuchling (akuchling)
Assigned to: Martin v. Löwis (loewis)
Summary: IPv6-related definitions always present

Initial Comment:
Compiling Python today, I noticed that there are 
two new -D options:

gcc -c -g -O3 -Wall -Wstrict-prototypes 
-Dss_family=__ss_family -Dss_len=__ss_len ...

configure.in seems to always add them to OPT; is 
this necessary?  Should they only be added if 
--enable-ipv6 is supplied, or moved into an 
appropriate .h file?



----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2001-07-18 09:24

Message:
Logged In: YES 
user_id=21627

Fixed in configure.in 1.229.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=440486&group_id=5470