summaryrefslogtreecommitdiff
path: root/ace/config-sunos5.4-g++.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-09-01 18:44:20 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-09-01 18:44:20 +0000
commit79806893a448bd12be2d0bc4d3ea396df8838a08 (patch)
tree547ea16147e91b2b757f65c7d855b1b1b923e8b3 /ace/config-sunos5.4-g++.h
parent7f4ce48a00ae8cb37e17fc71ed4e545598103f94 (diff)
downloadATCD-79806893a448bd12be2d0bc4d3ea396df8838a08.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/config-sunos5.4-g++.h')
-rw-r--r--ace/config-sunos5.4-g++.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/ace/config-sunos5.4-g++.h b/ace/config-sunos5.4-g++.h
index 33ffabe270c..6d113448e9a 100644
--- a/ace/config-sunos5.4-g++.h
+++ b/ace/config-sunos5.4-g++.h
@@ -151,9 +151,11 @@
/* Turn off the following four 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 Solaris threads.
#define ACE_HAS_STHREADS