summaryrefslogtreecommitdiff
path: root/ace/config-irix6.x-g++.h
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1998-08-17 18:03:50 +0000
committerSteve Huston <shuston@riverace.com>1998-08-17 18:03:50 +0000
commit151dbb0a6ccf59acb24da6342ab304420442b1ca (patch)
tree97b59aab09e61c3908d82890f0147763d59a1509 /ace/config-irix6.x-g++.h
parent2a67868f5178daaf099e6ecae3303c032b847816 (diff)
downloadATCD-151dbb0a6ccf59acb24da6342ab304420442b1ca.tar.gz
Changed to ACE_HAS_PTHREADS_STD
Diffstat (limited to 'ace/config-irix6.x-g++.h')
-rw-r--r--ace/config-irix6.x-g++.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/ace/config-irix6.x-g++.h b/ace/config-irix6.x-g++.h
index a6e52b96a6e..ee7c8647709 100644
--- a/ace/config-irix6.x-g++.h
+++ b/ace/config-irix6.x-g++.h
@@ -30,6 +30,10 @@
# define ACE_MT_SAFE 1
#endif /* !ACE_MT_SAFE */
#define ACE_HAS_IRIX62_THREADS
+
+// IRIX 6.2 supports a variant of POSIX Pthreads, supposedly POSIX 1c
+#define ACE_HAS_PTHREADS
+#define ACE_HAS_PTHREADS_STD
#define ACE_HAS_PTHREAD_SIGMASK
// Needed for the threading stuff?
@@ -43,9 +47,6 @@
#define ACE_LACKS_CONDATTR_PSHARED
#define ACE_LACKS_MUTEXATTR_PSHARED
-// IRIX 6.2 supports a variant of POSIX Pthreads, supposedly POSIX 1c
-#define ACE_HAS_PTHREADS
-
// Platforms has pthread_thr_sigsetmask
#define ACE_HAS_PTHREAD_SIGMASK