Re: Removing dependency to wsock32.lib when compiling code on WIndows

Поиск
Список
Период
Сортировка
От Noah Misch
Тема Re: Removing dependency to wsock32.lib when compiling code on WIndows
Дата
Msg-id 20140816030001.GD337550@tornado.leadboat.com
обсуждение исходный текст
Ответ на Re: Removing dependency to wsock32.lib when compiling code on WIndows  (Michael Paquier <michael.paquier@gmail.com>)
Ответы Re: Removing dependency to wsock32.lib when compiling code on WIndows  (Andrew Dunstan <andrew@dunslane.net>)
Re: Removing dependency to wsock32.lib when compiling code on WIndows  (Michael Paquier <michael.paquier@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Joachim Wieland
Дата:
Сообщение: pg_dump refactor patch to remove global variables
Следующее
От: Noah Misch
Дата:
Сообщение: Re: strncpy is not a safe version of strcpy