summaryrefslogtreecommitdiff
path: root/ace/config-sunos5.4-sunc++-4.x.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-sunc++-4.x.h
parent57846935bf251ed0950221b0e8d80bd314239fd6 (diff)
downloadATCD-760449b8e2928e51f881284623120592b3dfdfcf.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/config-sunos5.4-sunc++-4.x.h')
-rw-r--r--ace/config-sunos5.4-sunc++-4.x.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/ace/config-sunos5.4-sunc++-4.x.h b/ace/config-sunos5.4-sunc++-4.x.h
index 4aaa05009b7..3a1b4eb8d34 100644
--- a/ace/config-sunos5.4-sunc++-4.x.h
+++ b/ace/config-sunos5.4-sunc++-4.x.h
@@ -42,9 +42,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
-
// Platform has terminal ioctl flags like TCGETS and TCSETS.
#define ACE_HAS_TERM_IOCTLS
@@ -131,7 +128,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
@@ -146,6 +143,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 */
+
// Reactor detects deadlock
// #define ACE_REACTOR_HAS_DEADLOCK_DETECTION