sock-addr-storage: Detect and deal with lack of .ss_family member.
authorBen Greear <greearb@candelatech.com>
Wed, 4 Aug 2010 14:42:01 +0000 (07:42 -0700)
committerBen Greear <greearb@candelatech.com>
Wed, 4 Aug 2010 14:42:01 +0000 (07:42 -0700)
commit9912637d32c9987719a1ea12db591aee2941891c
tree6618cded36a7b49e95a076efd1f7a65d2dab4154
parenta00e234001d9f14abb862ee2938b01d5fb0a616f
sock-addr-storage:  Detect and deal with lack of .ss_family member.

AIX, at least, does not have sockaddr_storage.ss_family member.
Detect this in the configure logic and use proper #ifdefs in the
ares_process logic.

Signed-off-by: Ben Greear <greearb@candelatech.com>
Tested-by: Tor Arntsen <tor@spacetec.no>
acinclude.m4
ares_process.c
configure.ac