summaryrefslogtreecommitdiff
path: root/ace/config-sunos5.4-g++.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-02-26 03:53:48 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-02-26 03:53:48 +0000
commit760449b8e2928e51f881284623120592b3dfdfcf (patch)
tree5d0f015b926b2e4aa46e3e013d0fd18dbec7cad4 /ace/config-sunos5.4-g++.h
parent57846935bf251ed0950221b0e8d80bd314239fd6 (diff)
downloadATCD-760449b8e2928e51f881284623120592b3dfdfcf.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/config-sunos5.4-g++.h')
-rw-r--r--ace/config-sunos5.4-g++.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/ace/config-sunos5.4-g++.h b/ace/config-sunos5.4-g++.h
index e6878d0bade..3cd11f036cf 100644
--- a/ace/config-sunos5.4-g++.h
+++ b/ace/config-sunos5.4-g++.h
@@ -47,9 +47,6 @@
// Compiler/platform contains the <sys/syscall.h> file.
#define ACE_HAS_SYSCALL_H
-// Platform supports reentrant functions (i.e., all the POSIX *_r functions).
-#define ACE_HAS_REENTRANT_FUNCTIONS
-
// Compiler/platform correctly calls init()/fini() for shared libraries.
#define ACE_HAS_AUTOMATIC_INIT_FINI
@@ -130,7 +127,7 @@
// Compiler/platform supports sys_siglist array.
#define ACE_HAS_SYS_SIGLIST
-/* Turn off the following four defines if you want to disable threading. */
+/* Turn off the following defines if you want to disable threading. */
// Compile using multi-thread libraries.
#if !defined (ACE_MT_SAFE)
#define ACE_MT_SAFE 1
@@ -148,6 +145,11 @@
// Compiler/platform has thread-specific storage
#define ACE_HAS_THREAD_SPECIFIC_STORAGE
+// Platform supports reentrant functions (i.e., all the POSIX *_r functions).
+#define ACE_HAS_REENTRANT_FUNCTIONS
+
+/* end threading defines */
+
// Platform supports TLI timod STREAMS module.
#define ACE_HAS_TIMOD_H