summaryrefslogtreecommitdiff
path: root/ACE/ace/config-irix6.5.x-sgic++.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/config-irix6.5.x-sgic++.h')
-rw-r--r--ACE/ace/config-irix6.5.x-sgic++.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/ACE/ace/config-irix6.5.x-sgic++.h b/ACE/ace/config-irix6.5.x-sgic++.h
new file mode 100644
index 00000000000..d3fada546a2
--- /dev/null
+++ b/ACE/ace/config-irix6.5.x-sgic++.h
@@ -0,0 +1,18 @@
+// -*- C++ -*-
+// $Id$
+
+// Use this file for IRIX 6.5.x
+
+#ifndef ACE_CONFIG_IRIX65X_H
+#define ACE_CONFIG_IRIX65X_H
+#include /**/ "ace/pre.h"
+
+// Include IRIX 6.[234] configuration
+#include "ace/config-irix6.x-sgic++.h"
+
+// Irix 6.5 man pages show that they exist
+#undef ACE_LACKS_CONDATTR_PSHARED
+#undef ACE_LACKS_MUTEXATTR_PSHARED
+
+#include /**/ "ace/post.h"
+#endif /* ACE_CONFIG_IRIX65X_H */