commit | 9376b74c42d3d7361330c7a28d4ac65b6ace6cfb | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Sep 15 22:01:40 1999 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Sep 15 22:01:40 1999 +0000 |
tree | 870f5bdafb8ad64196ee4c1b73899bbf3ca975c9 | |
parent | ba895d892d2fd129903a6c71b7b7b6814e70dd77 [diff] |
(1) On Linux, we really need to trust the configure script to select the right variant of gethostbyname_r for us, since not all Linuxes are equal in this respect. Reported by Laurent Pointal. (2) On BeOS, Chris Herborth reports that instead of arpa/inet.h you must include net/netdb.h to get the inet_ntoa() and inet_addr() prototypes.