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-tandem.h | |
parent | b5adfd4ffd24551632be96077fe9f519e10bfff7 (diff) | |
download | ATCD-15bc210e1a411ac93b0d2a41e0b898ba16583e05.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/config-tandem.h')
-rw-r--r-- | ace/config-tandem.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ace/config-tandem.h b/ace/config-tandem.h index 7f18a15d39f..8ae604562f1 100644 --- a/ace/config-tandem.h +++ b/ace/config-tandem.h @@ -174,7 +174,9 @@ /****** THREAD SPECIFIC **********/ /* If you want to remove threading then comment out the following four #defines .*/ -#define ACE_MT_SAFE //Compile using multi-thread libraries +#if !defined (ACE_MT_SAFE) + #define ACE_MT_SAFE 1 //Compile using multi-thread libraries +#endif #define ACE_HAS_THREADS //Platform supports threads #define ACE_HAS_STHREADS //Platform supports Solaris threads @@ -337,6 +339,9 @@ //ACE_HAS_OLD_MALLOC Compiler/platform uses old malloc()/ // free() prototypes (ugh) +#if !defined (ACE_HAS_ORBIX) + #define ACE_HAS_ORBIX 0 +#endif // ACE_HAS_ORBIX Platform has Orbix CORBA implementation //? ACE_HAS_POSIX_SEM Platform supports POSIX real-time //semaphores (e.g., VxWorks and Solaris) |