Thread: pgsql-server/src/include getaddrinfo.h

pgsql-server/src/include getaddrinfo.h

From
tgl@svr1.postgresql.org (Tom Lane)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@svr1.postgresql.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.