diff options
author | Dominick Meglio <dcm5151@esu.edu> | 2005-05-16 18:06:54 +0000 |
---|---|---|
committer | Dominick Meglio <dcm5151@esu.edu> | 2005-05-16 18:06:54 +0000 |
commit | 645729e94388d1db0f1b4b60b3b861a224b8c498 (patch) | |
tree | 0b328b0413d27ac3964650f2cf73d645107e9714 /ares/setup.h | |
parent | f425a25c988205d1ca6df8c02f87abe23f28b067 (diff) | |
download | curl-645729e94388d1db0f1b4b60b3b861a224b8c498.tar.gz |
Added ares_getnameinfo which mimics the getnameinfo API
Diffstat (limited to 'ares/setup.h')
-rw-r--r-- | ares/setup.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ares/setup.h b/ares/setup.h index e972702d5..619a285d2 100644 --- a/ares/setup.h +++ b/ares/setup.h @@ -19,6 +19,7 @@ #else /* simple work-around for now, for systems without configure support */ #define ssize_t int +#define socklen_t int #endif /* Recent autoconf versions define these symbols in config.h. We don't want |