diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-07-26 18:54:39 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-07-26 18:54:39 +0000 |
commit | 15bc210e1a411ac93b0d2a41e0b898ba16583e05 (patch) | |
tree | e08bf39d3f5e4db1b282454d79a053355330fa0d /ace/config-dgux-4.11-epc.h | |
parent | b5adfd4ffd24551632be96077fe9f519e10bfff7 (diff) | |
download | ATCD-15bc210e1a411ac93b0d2a41e0b898ba16583e05.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/config-dgux-4.11-epc.h')
-rw-r--r-- | ace/config-dgux-4.11-epc.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ace/config-dgux-4.11-epc.h b/ace/config-dgux-4.11-epc.h index 356c057421b..7bbe82a35c6 100644 --- a/ace/config-dgux-4.11-epc.h +++ b/ace/config-dgux-4.11-epc.h @@ -125,7 +125,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 0 +#endif // Platform supports threads. // #define ACE_HAS_THREADS |