summaryrefslogtreecommitdiff
path: root/ace/config-linux-lxpthreads.h
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-07-26 18:54:39 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-07-26 18:54:39 +0000
commit2adc51cb25520067a4364eec29972dd0eaa514f5 (patch)
treee08bf39d3f5e4db1b282454d79a053355330fa0d /ace/config-linux-lxpthreads.h
parent5615e0d0275c5997a9bd1d84428c2953d2104f79 (diff)
downloadATCD-2adc51cb25520067a4364eec29972dd0eaa514f5.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/config-linux-lxpthreads.h')
-rw-r--r--ace/config-linux-lxpthreads.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ace/config-linux-lxpthreads.h b/ace/config-linux-lxpthreads.h
index 4c9dce65714..cc938425bbe 100644
--- a/ace/config-linux-lxpthreads.h
+++ b/ace/config-linux-lxpthreads.h
@@ -133,7 +133,9 @@
#define ACE_HAS_PTHREAD_SIGMASK // JCEJ 12/19/96
-#define ACE_MT_SAFE // JCEJ 12/22/96 #1
+#if !defined (ACE_MT_SAFE)
+ #define ACE_MT_SAFE 1 // JCEJ 12/22/96 #1
+#endif
#define ACE_HAS_THREAD_SPECIFIC_STORAGE // jcej 12/22/96 #2
#define PTHREAD_MIN_PRIORITY 0 // JCEJ 12/22/96 #3
#if defined(ACE_HAS_PTHREAD_SIGMASK)