aboutsummaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-04-17 09:16:20 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-04-17 09:16:20 +0800
commit37a6a67b83419b7d616642ed988f55f474e8f68e (patch)
tree8b538f73f888389566b29332949416e6fb0f8801 /acconfig.h
parent710bf5228834951eed958f27ffe309272d28cb21 (diff)
downloadgsoc2013-evolution-37a6a67b83419b7d616642ed988f55f474e8f68e.tar
gsoc2013-evolution-37a6a67b83419b7d616642ed988f55f474e8f68e.tar.gz
gsoc2013-evolution-37a6a67b83419b7d616642ed988f55f474e8f68e.tar.bz2
gsoc2013-evolution-37a6a67b83419b7d616642ed988f55f474e8f68e.tar.lz
gsoc2013-evolution-37a6a67b83419b7d616642ed988f55f474e8f68e.tar.xz
gsoc2013-evolution-37a6a67b83419b7d616642ed988f55f474e8f68e.tar.zst
gsoc2013-evolution-37a6a67b83419b7d616642ed988f55f474e8f68e.zip
Add checks for gethostbyaddr_r
2002-04-16 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Add checks for gethostbyaddr_r svn path=/trunk/; revision=16482
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 5e1b0b0a41..e4aed8a2d6 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -43,5 +43,8 @@
/* Define if gethostbyname_r takes five arguments */
#undef GETHOSTBYNAME_R_FIVE_ARGS
+/* Define if gethostbyaddr_r takes seven arguments */
+#undef GETHOSTBYADDR_R_SEVEN_ARGS
+
/* Define to `int' if your system doesn't have `socklen_t'. */
#undef socklen_t