summaryrefslogtreecommitdiff
path: root/ace/config-aix-4.x.h
diff options
context:
space:
mode:
authoroci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-06-21 13:29:52 +0000
committeroci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-06-21 13:29:52 +0000
commitc5b3e9462dde1366dce96c8712885e1617afea42 (patch)
tree963373db33185ac465c60c2d94c2b1e659700923 /ace/config-aix-4.x.h
parent8cd250ce757d217d2f917fe009b9f1bb6a23d188 (diff)
downloadATCD-c5b3e9462dde1366dce96c8712885e1617afea42.tar.gz
ChangeLogTag: Thu Jun 21 08:27:40 2001 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'ace/config-aix-4.x.h')
-rw-r--r--ace/config-aix-4.x.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/ace/config-aix-4.x.h b/ace/config-aix-4.x.h
index b2232450d09..76b637c3b9b 100644
--- a/ace/config-aix-4.x.h
+++ b/ace/config-aix-4.x.h
@@ -107,7 +107,11 @@
#if (ACE_AIX_MINOR_VERS < 2)
# define ACE_HAS_AIX_BROKEN_SOCKET_HEADER
#else
-# define ACE_HAS_SIZET_SOCKET_LEN
+# if (ACE_AIX_MINOR_VERS == 2)
+# define ACE_HAS_SIZET_SOCKET_LEN
+# else
+# define ACE_HAS_SOCKLEN_T
+# endif
# define ACE_HAS_4_4BSD_SENDMSG_RECVMSG
#endif /* ACE_AIX_MINOR_VERS < 2 */