Workaround for platforms that have getaddrinfo() without AI_NUMERICHOST.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 71b0fe5b2ea0d8e9ab35181527bfcaea4e3ee6f6
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-08-14T18:32:55Z
Releases: 7.4.1
Workaround for platforms that have getaddrinfo() without AI_NUMERICHOST.
We don't actually need the flag, so just #define it as zero in such cases.

Files

PathChange+/−
src/include/getaddrinfo.h modified +10 −2