Re: Vista/IPv6

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Magnus Hagander <magnus(at)hagander(dot)net>, Dave Page <dpage(at)postgresql(dot)org>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Vista/IPv6
Date: 2007-04-11 18:03:11
Message-ID: 461D22DF.7030800@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter Eisentraut wrote:
> Am Mittwoch, 11. April 2007 17:06 schrieb Andrew Dunstan:
>
>> There is a configure time and a runtime check. The code is below - note
>> the first #ifdef.
>>
>
> Yeah, the problem is that the msvc build has no intelligence to detect the
> IPv6 APIs to define HAVE_IPV6. So that needs to be developed.
>
>

The configure test just looks for a definition of struct sockaddr_in6.
Taking a quick look It seems to me like this is unconditionally there in
the MSVC WS2tcpip.h , so maybe we should just force it for MSVC.

cheers

andrew

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2007-04-11 18:04:50 Re: Vista/IPv6
Previous Message Merlin Moncure 2007-04-11 17:24:52 patch to suppress psql timing output in quiet mode