Re: Removing dependency to wsock32.lib when compiling code on WIndows - Mailing list pgsql-hackers

From Noah Misch
Subject Re: Removing dependency to wsock32.lib when compiling code on WIndows
Date
Msg-id 20140816030001.GD337550@tornado.leadboat.com
Whole thread Raw
In response to Re: Removing dependency to wsock32.lib when compiling code on WIndows  (Michael Paquier <michael.paquier@gmail.com>)
Responses Re: Removing dependency to wsock32.lib when compiling code on WIndows
Re: Removing dependency to wsock32.lib when compiling code on WIndows
List pgsql-hackers
On Fri, Aug 15, 2014 at 12:49:36AM -0700, Michael Paquier wrote:
> Btw, how do you determine if MSVC is using HAVE_GETADDRINFO? Is it
> decided by the inclusion of getaddrinfo.c in @pgportfiles of
> Mkvdbuild.pm?

src/include/pg_config.h.win32 dictates it, and we must keep @pgportfiles
synchronized with the former's verdict.

-- 
Noah Misch
EnterpriseDB                                 http://www.enterprisedb.com



pgsql-hackers by date:

Previous
From: Joachim Wieland
Date:
Subject: pg_dump refactor patch to remove global variables
Next
From: Noah Misch
Date:
Subject: Re: strncpy is not a safe version of strcpy