summaryrefslogtreecommitdiff
path: root/trunk/ACE/ace/config-irix6.5.x-sgic++.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/ACE/ace/config-irix6.5.x-sgic++.h')
-rw-r--r--trunk/ACE/ace/config-irix6.5.x-sgic++.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/trunk/ACE/ace/config-irix6.5.x-sgic++.h b/trunk/ACE/ace/config-irix6.5.x-sgic++.h
new file mode 100644
index 00000000000..62a0d0f14ca
--- /dev/null
+++ b/trunk/ACE/ace/config-irix6.5.x-sgic++.h
@@ -0,0 +1,20 @@
+// -*- 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"
+
+#undef ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION
+
+// 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 */