summaryrefslogtreecommitdiff
path: root/ace/config-sunos5.6.h
diff options
context:
space:
mode:
authoroci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-07-02 16:19:02 +0000
committeroci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-07-02 16:19:02 +0000
commit7b823b177187f3696e69b55d2ca34a15c4da7bcc (patch)
tree510f6b6e3a43122d59d363baf5bc1fb146916715 /ace/config-sunos5.6.h
parent8fe156437504b3fb8ea007919284d5ec497e0484 (diff)
downloadATCD-7b823b177187f3696e69b55d2ca34a15c4da7bcc.tar.gz
ChangeLogTag: Mon Jul 2 11:17:37 2001 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'ace/config-sunos5.6.h')
-rw-r--r--ace/config-sunos5.6.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ace/config-sunos5.6.h b/ace/config-sunos5.6.h
index e08dd388545..1c4998e6807 100644
--- a/ace/config-sunos5.6.h
+++ b/ace/config-sunos5.6.h
@@ -127,4 +127,9 @@
# define ACE_HAS_SHM_OPEN
#endif /* _POSIX_C_SOURCE > 2 */
+// The struct msghdr is conditional on SunOS 5.6 based on _XPG4_2
+#if defined(_XPG4_2)
+# define ACE_HAS_4_4BSD_SENDMSG_RECVMSG
+#endif /* _XPG4_2 */
+
#endif /* ACE_CONFIG_H */