(1) On Linux, we really need to trust the configure script to select
authorGuido van Rossum <guido@python.org>
Wed, 15 Sep 1999 22:01:40 +0000 (22:01 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 15 Sep 1999 22:01:40 +0000 (22:01 +0000)
commit9376b74c42d3d7361330c7a28d4ac65b6ace6cfb
tree870f5bdafb8ad64196ee4c1b73899bbf3ca975c9
parentba895d892d2fd129903a6c71b7b7b6814e70dd77
(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.
Modules/socketmodule.c