| commit | e7de2061b405d93cd5fa55c553d6cfc51bfb853e | [log] [tgz] |
|---|---|---|
| author | Guido van Rossum <guido@python.org> | Wed Mar 24 17:24:33 1999 +0000 |
| committer | Guido van Rossum <guido@python.org> | Wed Mar 24 17:24:33 1999 +0000 |
| tree | c701799fb66bce45edb0bc36ab59ccf4f3481be1 | |
| parent | 7b6c71f5a438647618d095b85728bf4d0c011353 [diff] |
Implement two suggestions by Jonathan Giddy: (1) in AIX, clear the
data struct before calling gethostby{name,addr}_r(); (2) ignore the
3/5/6 args determinations made by the configure script and switch on
platform identifiers instead:
AIX, OSF have 3 args
Sun, SGI have 5 args
Linux has 6 args
On all other platforms, undef HAVE_GETHOSTBYNAME_R altogether.