summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBen Greear <greearb@candelatech.com>2010-08-04 07:42:01 -0700
committerBen Greear <greearb@candelatech.com>2010-08-04 07:42:01 -0700
commit9912637d32c9987719a1ea12db591aee2941891c (patch)
tree6618cded36a7b49e95a076efd1f7a65d2dab4154 /configure.ac
parenta00e234001d9f14abb862ee2938b01d5fb0a616f (diff)
downloadc-ares-9912637d32c9987719a1ea12db591aee2941891c.tar.gz
c-ares-9912637d32c9987719a1ea12db591aee2941891c.tar.bz2
c-ares-9912637d32c9987719a1ea12db591aee2941891c.zip
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>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index d505e16..f24892f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -506,6 +506,7 @@ CARES_CONFIGURE_ARES_SOCKLEN_T
TYPE_IN_ADDR_T
TYPE_SOCKADDR_STORAGE
+TYPE_SOCKADDR_STORAGE_SSFAM
TYPE_SIG_ATOMIC_T