Re: Vista/IPv6 - Mailing list pgsql-hackers

From Magnus Hagander
Subject Re: Vista/IPv6
Date
Msg-id 20070413082452.GJ31884@svr2.hagander.net
Whole thread Raw
In response to Re: Vista/IPv6  ("Hiroshi Saito" <z-saito@guitar.ocn.ne.jp>)
List pgsql-hackers
On Thu, Apr 12, 2007 at 08:46:09PM +0900, Hiroshi Saito wrote:
> >>src/include/pg_config.h.win32
> >>/* Define to 1 if you have support for IPv6. */
> >>// #define HAVE_IPV6 1
> >>
> >>What do you think?
> >
> >It's defined ni the msvc build script, see
> >http://archives.postgresql.org/pgsql-committers/2007-04/msg00148.php
> 
> It is a meaning with win32.mak. Then, It is the outside of the msvc tool.

I see.

But - does it work when build with MSVC6? IIRC, MSVC6 pre-dates windows
2000 and the windows IPV6 support.

Can you verify that it works if you manually add this #define and build
with MSVC6?

//Magnus



pgsql-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: conflicting gettimeofday with MinGW
Next
From: "Zeugswetter Andreas ADI SD"
Date:
Subject: Re: [PATCHES] Full page writes improvement, code update