Re: Vista/IPv6

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Hiroshi Saito <z-saito(at)guitar(dot)ocn(dot)ne(dot)jp>
Cc: Dave Page <dpage(at)postgresql(dot)org>, Peter Eisentraut <peter_e(at)gmx(dot)net>, Andrew Dunstan <andrew(at)dunslane(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Vista/IPv6
Date: 2007-04-13 08:24:52
Message-ID: 20070413082452.GJ31884@svr2.hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Zeugswetter Andreas ADI SD 2007-04-13 09:21:34 Re: [HACKERS] Full page writes improvement, code update
Previous Message Magnus Hagander 2007-04-13 08:21:42 Re: conflicting gettimeofday with MinGW