summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorjerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68>2001-07-31 02:10:11 +0000
committerjerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68>2001-07-31 02:10:11 +0000
commit691d2acacdb354089057eb195001a0e27f1afb4c (patch)
treee7cdf474470603a01b7b04aa49e0cc653f52db1b /acconfig.h
parentdd23d6460537c44d641d821fa1a633c23b45911c (diff)
downloadlibapr-691d2acacdb354089057eb195001a0e27f1afb4c.tar.gz
Support the AIX, glibc2, and Solaris variants of gethostby{name|addr}_r.
Use gethostbyaddr_r function when available. The AIX gurus will have to test this to make sure I got their prototype right. This compiles on Solaris. Submitted by: Sterling Hughes <sterling@designmultimedia.com> (Modified by Justin) Reviewed by: Justin Erenkrantz git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62063 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 89909514e..22047e545 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -24,6 +24,7 @@
#undef READDIR_IS_THREAD_SAFE
#undef GETHOSTBYNAME_IS_THREAD_SAFE
+#undef GETHOSTBYADDR_IS_THREAD_SAFE
#undef NEED_RLIM_T
#undef USEBCOPY