If configure finds that inet_aton() is not present on this platform,

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

Commit: bf00aec8d057cfc1c0036660876968ce1f85fb9d
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2000-04-14T00:42:06Z
Releases: 7.1.1
If configure finds that inet_aton() is not present on this platform,
include the version from backend/port into libpq.
There is a second-rate implementation of inet_aton() already present
in fe-connect.c, #ifdef'd WIN32.  That ought to be removed in favor
of using the better version from port/.  However, since I'm not in a
position to test the WIN32 code, I will leave well enough alone for
this release...

Files

PathChange+/−
src/interfaces/libpq/Makefile.in modified +7 −3