summaryrefslogtreecommitdiff
path: root/ace/config-irix6.x-g++.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-irix6.x-g++.h')
-rw-r--r--ace/config-irix6.x-g++.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ace/config-irix6.x-g++.h b/ace/config-irix6.x-g++.h
index dd9abd3b933..50e45ab5b9d 100644
--- a/ace/config-irix6.x-g++.h
+++ b/ace/config-irix6.x-g++.h
@@ -15,7 +15,7 @@
#if defined (_MIPS_SIM) // 6.X System
# if defined (_ABI64) && (_MIPS_SIM == _ABI64)
# define ACE_SIZEOF_LONG_DOUBLE 16
-# elif defined (_NABI32) && (_MIPS_SIM == _NABI32)
+# elif defined (_ABIN32) && (_MIPS_SIM == _ABIN32)
# define ACE_SIZEOF_LONG_DOUBLE 16
# elif defined (_ABIO32) && (_MIPS_SIM == _ABIO32)
# define ACE_SIZEOF_LONG_DOUBLE 8
@@ -155,6 +155,9 @@
// Platform supports IP multicast
#define ACE_HAS_IP_MULTICAST
+#define ACE_HAS_TID_T
+#define ACE_LACKS_RWLOCK_T
+
// Turns off the tracing feature.
#if !defined (ACE_NTRACE)
#define ACE_NTRACE 1