summaryrefslogtreecommitdiff
path: root/ace/config-sunos5.4-g++.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-sunos5.4-g++.h
parent5615e0d0275c5997a9bd1d84428c2953d2104f79 (diff)
downloadATCD-2adc51cb25520067a4364eec29972dd0eaa514f5.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/config-sunos5.4-g++.h')
-rw-r--r--ace/config-sunos5.4-g++.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/ace/config-sunos5.4-g++.h b/ace/config-sunos5.4-g++.h
index da23743d5be..331c13a6089 100644
--- a/ace/config-sunos5.4-g++.h
+++ b/ace/config-sunos5.4-g++.h
@@ -144,8 +144,10 @@
/* Turn off the following four defines if you want to disable threading. */
// Compile using multi-thread libraries.
-#define _REENTRANT
-#define ACE_MT_SAFE
+#if !defined (ACE_MT_SAFE)
+ #define ACE_MT_SAFE 1
+ #define _REENTRANT
+#endif
// Platform supports Solaris threads.
#define ACE_HAS_STHREADS