summaryrefslogtreecommitdiff
path: root/ace/config-osf1-3.2.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-osf1-3.2.h')
-rw-r--r--ace/config-osf1-3.2.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ace/config-osf1-3.2.h b/ace/config-osf1-3.2.h
index 4009d1322bf..402df10a4fa 100644
--- a/ace/config-osf1-3.2.h
+++ b/ace/config-osf1-3.2.h
@@ -155,7 +155,9 @@
#define ACE_HAS_TLI
// Compile using multi-thread libraries.
-#define ACE_MT_SAFE
+#if !defined (ACE_MT_SAFE)
+ #define ACE_MT_SAFE 1
+#endif
#define ACE_NEEDS_DEV_IO_CONVERSION