diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-11-19 06:35:49 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-11-19 06:35:49 +0000 |
commit | de1f583259efd338b00e97edabbf3cc0c682cef8 (patch) | |
tree | 736923e07c0fb0250caf6580bfe81729f124a96a /ace/config-sunos5.5-g++.h | |
parent | 41d2715420c1b3ed38e0097377cd15b462ecf563 (diff) | |
download | ATCD-de1f583259efd338b00e97edabbf3cc0c682cef8.tar.gz |
!!!
Diffstat (limited to 'ace/config-sunos5.5-g++.h')
-rw-r--r-- | ace/config-sunos5.5-g++.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/config-sunos5.5-g++.h b/ace/config-sunos5.5-g++.h index f54f7a6135b..08732585247 100644 --- a/ace/config-sunos5.5-g++.h +++ b/ace/config-sunos5.5-g++.h @@ -129,8 +129,9 @@ // Compiler/platform supports sys_siglist array. #define ACE_HAS_SYS_SIGLIST -/* Turn off the following five defines if you want to disable threading. */ +/* Turn off the following six defines if you want to disable threading. */ // Compile using multi-thread libraries. +#define _REENTRANT #define ACE_MT_SAFE // Platform supports threads. |