summaryrefslogtreecommitdiff
path: root/ace/config-sunos5.5.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-sunos5.5.h')
-rw-r--r--ace/config-sunos5.5.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/ace/config-sunos5.5.h b/ace/config-sunos5.5.h
index b335332988e..cf4c95f6784 100644
--- a/ace/config-sunos5.5.h
+++ b/ace/config-sunos5.5.h
@@ -196,13 +196,12 @@
// Platform supports POSIX pthreads *and* Solaris threads! If you
// only want to use POSIX pthreads just comment out ACE_HAS_STHREADS.
// Or, add -D_POSIX_PTHREAD_SEMANTICS to your CFLAGS.
-# if defined (_POSIX_PTHREAD_SEMANTICS)
-# define ACE_HAS_PTHREADS_1003_DOT_1C
-# else /* ! _POSIX_PTHREAD_SEMANTICS */
+# if !defined (_POSIX_PTHREAD_SEMANTICS)
# define ACE_HAS_STHREADS
# endif /* ! _POSIX_PTHREAD_SEMANTICS */
# define ACE_HAS_PTHREADS
+# define ACE_HAS_PTHREADS_STD
// . . . but only supports SCHED_OTHER scheduling policy
# define ACE_HAS_ONLY_SCHED_OTHER
# define ACE_HAS_SIGWAIT