OSDN Git Service

If configure finds that inet_aton() is not present on this platform,
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 14 Apr 2000 00:42:06 +0000 (00:42 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 14 Apr 2000 00:42:06 +0000 (00:42 +0000)
commitbf00aec8d057cfc1c0036660876968ce1f85fb9d
tree59b6f77425f5556425d20457c199e882636873de
parent977fad3f173986038fec864ed8abddb6841b079a
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...
src/interfaces/libpq/Makefile.in