summaryrefslogtreecommitdiff
path: root/ACE/ace/config-sunos5.9.h
diff options
context:
space:
mode:
authorAdam Mitz <mitza@ociweb.com>2015-11-24 11:01:31 -0600
committerAdam Mitz <mitza@ociweb.com>2015-11-24 14:33:14 -0600
commit38b9b82393e2944cb783c7fd2b2d62f8d3c63bce (patch)
treecec6e5d0af9e74434720e0bc7c7968ad58392963 /ACE/ace/config-sunos5.9.h
parent4fbaf24ce67b3698fa3737753f0ca1faf42c583c (diff)
downloadATCD-38b9b82393e2944cb783c7fd2b2d62f8d3c63bce.tar.gz
Solaris 9 lacks getaddrinfo()/getnameinfo(), Solaris 10 has them.
Actually they are present on Solaris 9 but just return an error.
Diffstat (limited to 'ACE/ace/config-sunos5.9.h')
-rw-r--r--ACE/ace/config-sunos5.9.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ACE/ace/config-sunos5.9.h b/ACE/ace/config-sunos5.9.h
index 08fe85252ec..53cb350fbd4 100644
--- a/ACE/ace/config-sunos5.9.h
+++ b/ACE/ace/config-sunos5.9.h
@@ -11,6 +11,8 @@
#include "ace/config-sunos5.8.h"
#define ACE_HAS_SENDFILE 1
+#define ACE_LACKS_GETADDRINFO
+#define ACE_LACKS_GETNAMEINFO
#define ACE_LACKS_THR_CONCURRENCY_FUNCS
#endif /* ACE_CONFIG_H */