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
commit9e026f0c2dabb69c000e627c461f6f60101f3caf (patch)
tree90668c1bd7e77612c88a5cff60db84604ec50422 /ace/config-fsu-pthread.h
parentd6c8cddde1d2c99a686dd0d384f8aed03703276f (diff)
downloadATCD-9e026f0c2dabb69c000e627c461f6f60101f3caf.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