diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-09-01 18:44:20 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-09-01 18:44:20 +0000 |
commit | 021d2e5d0cc244c60d43694ef4514f253e099ff6 (patch) | |
tree | 547ea16147e91b2b757f65c7d855b1b1b923e8b3 /ace/config-sunos5.5-g++.h | |
parent | 79607158f0c95c86dcfcdf0dcebc86d7927cb1e9 (diff) | |
download | ATCD-021d2e5d0cc244c60d43694ef4514f253e099ff6.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/config-sunos5.5-g++.h')
-rw-r--r-- | ace/config-sunos5.5-g++.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/ace/config-sunos5.5-g++.h b/ace/config-sunos5.5-g++.h index 1390883ebc0..6424a3e9f09 100644 --- a/ace/config-sunos5.5-g++.h +++ b/ace/config-sunos5.5-g++.h @@ -157,9 +157,11 @@ /* Turn off the following seven defines if you want to disable threading. */ // Compile using multi-thread libraries. #if !defined (ACE_MT_SAFE) - #define ACE_MT_SAFE 1 - #define _REENTRANT -#endif +#define ACE_MT_SAFE 1 +#if !defined (_REENTRANT) +#define _REENTRANT +#endif /* _REENTRANT */ +#endif /* !ACE_MT_SAFE */ // Platform supports threads. #define ACE_HAS_THREADS |