summaryrefslogtreecommitdiff
path: root/ace/config-sunos5.4-centerline-2.x.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
commit15bc210e1a411ac93b0d2a41e0b898ba16583e05 (patch)
treee08bf39d3f5e4db1b282454d79a053355330fa0d /ace/config-sunos5.4-centerline-2.x.h
parentb5adfd4ffd24551632be96077fe9f519e10bfff7 (diff)
downloadATCD-15bc210e1a411ac93b0d2a41e0b898ba16583e05.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/config-sunos5.4-centerline-2.x.h')
-rw-r--r--ace/config-sunos5.4-centerline-2.x.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ace/config-sunos5.4-centerline-2.x.h b/ace/config-sunos5.4-centerline-2.x.h
index 0bf46dc40e0..30132ba7a88 100644
--- a/ace/config-sunos5.4-centerline-2.x.h
+++ b/ace/config-sunos5.4-centerline-2.x.h
@@ -123,7 +123,9 @@
/* Turn off the following four defines if you want to disable threading. */
// Compile using multi-thread libraries.
-#define ACE_MT_SAFE
+#if !defined (ACE_MT_SAFE)
+ #define ACE_MT_SAFE 1
+#endif
// Platform supports threads.
#define ACE_HAS_THREADS