pgsql-server/src/include getaddrinfo.h

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src/include getaddrinfo.h
Date: 2003-08-07 16:45:21
Message-ID: 20030807164521.EB407D1C4EB@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)svr1(dot)postgresql(dot)org 03/08/07 13:45:21

Modified files:
src/include : getaddrinfo.h

Log message:
Don't use HAVE_STRUCT_ADDRINFO as a guide to whether netdb.h defines
macros like AI_NUMERICHOST; instead, test the macros individually.
Should fix recent reports of trouble on AIX and Unixware.

Browse pgsql-committers by date

  From Date Subject
Next Message Marc G. Fournier 2003-08-07 17:49:43 Testing gateway
Previous Message Bruce Momjian 2003-08-07 16:37:32 pgsql-server/src/interfaces/ecpg/test test_thr ...