summaryrefslogtreecommitdiff
path: root/ace/config-sunos5.6.h
diff options
context:
space:
mode:
authoroci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-06-28 18:48:18 +0000
committeroci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-06-28 18:48:18 +0000
commitfb32c18fdcf7a231b82926eb06c1267db151b178 (patch)
tree8ae113d002e5976c3aafb27e04c78a3914786407 /ace/config-sunos5.6.h
parent7050ef274dbd61412f86491b5fcd0f44a7c7c60f (diff)
downloadATCD-fb32c18fdcf7a231b82926eb06c1267db151b178.tar.gz
ChangeLogTag: Thu Jun 28 13:44:52 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 */