Another try at socklen_t: just check for it, and otherwise use int.
authorMartin Pool <mbp@samba.org>
Wed, 8 Aug 2001 10:04:40 +0000 (10:04 +0000)
committerMartin Pool <mbp@samba.org>
Wed, 8 Aug 2001 10:04:40 +0000 (10:04 +0000)
commitfab9a9c54729984199d20b637ea8cc163c73d2e2
tree49199a55f71f77193e7e298e80d3189ccb52dd8a
parent376acbfad54c4a24ade440a880bc8e0b87951811
Another try at socklen_t: just check for it, and otherwise use int.
The HP manual says this will work on old HP/UX versions; I'm not sure
about other systems.  Possibly it will break on old BSD-derived
systems with 32-bit int, 64-bit size_t and no socklen_t, if there are
any such.
aclocal.m4
configure.in