- Notifications
You must be signed in to change notification settings - Fork5
Commitbf00aec
committed
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 presentin fe-connect.c, #ifdef'd WIN32. That ought to be removed in favorof using the better version from port/. However, since I'm not in aposition to test the WIN32 code, I will leave well enough alone forthis release...1 parent977fad3 commitbf00aec
1 file changed
+7
-3
lines changedLines changed: 7 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
| 27 | + | |
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
| |||
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
53 | 57 |
| |
54 | 58 |
| |
55 | 59 |
| |
| |||
89 | 93 |
| |
90 | 94 |
| |
91 | 95 |
| |
92 |
| - | |
| 96 | + | |
93 | 97 |
| |
94 | 98 |
| |
95 | 99 |
| |
|
0 commit comments
Comments
(0)