summaryrefslogtreecommitdiff
path: root/ace/config-fsu-pthread.h
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1998-08-17 18:00:38 +0000
committerSteve Huston <shuston@riverace.com>1998-08-17 18:00:38 +0000
commit06673324b8fd93d472ab622eca566914c175058e (patch)
tree90668c1bd7e77612c88a5cff60db84604ec50422 /ace/config-fsu-pthread.h
parentf704ec6df2b585b44f90b836d9f3e26a37fe54a1 (diff)
downloadATCD-06673324b8fd93d472ab622eca566914c175058e.tar.gz
Changed to ACE_HAS_PTHREADS_DRAFT6
Diffstat (limited to 'ace/config-fsu-pthread.h')
-rw-r--r--ace/config-fsu-pthread.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ace/config-fsu-pthread.h b/ace/config-fsu-pthread.h
index e1a57d31c47..2d033bc8e40 100644
--- a/ace/config-fsu-pthread.h
+++ b/ace/config-fsu-pthread.h
@@ -11,7 +11,12 @@
#define ACE_MT_SAFE 1
#endif
+/*
+** FSU implements 1003.4a draft 6 threads - the ACE_HAS_FSU_PTHREADS def
+** is needed for some peculiarities with this particular implementation.
+*/
#define ACE_HAS_PTHREADS
+#define ACE_HAS_PTHREADS_DRAFT6
#define ACE_HAS_FSU_PTHREADS
#define ACE_HAS_THREAD_SPECIFIC_STORAGE
#define ACE_HAS_PTHREAD_T