summaryrefslogtreecommitdiff
path: root/setup.h
diff options
context:
space:
mode:
authorDominick Meglio <dcm5151@esu.edu>2005-05-16 18:06:54 +0000
committerDominick Meglio <dcm5151@esu.edu>2005-05-16 18:06:54 +0000
commitaba0b775ea30596d8666e8e403d2efb8f647358d (patch)
tree3df88f0681b1f161b06676207a0bfe8180490386 /setup.h
parenta6f7820033f0528cc6b7d32e7515a7d4d520238e (diff)
downloadc-ares-aba0b775ea30596d8666e8e403d2efb8f647358d.tar.gz
c-ares-aba0b775ea30596d8666e8e403d2efb8f647358d.tar.bz2
c-ares-aba0b775ea30596d8666e8e403d2efb8f647358d.zip
Added ares_getnameinfo which mimics the getnameinfo API
Diffstat (limited to 'setup.h')
-rw-r--r--setup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.h b/setup.h
index e972702..619a285 100644
--- a/setup.h
+++ b/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