summaryrefslogtreecommitdiff
path: root/ace
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1998-08-18 20:53:22 +0000
committerSteve Huston <shuston@riverace.com>1998-08-18 20:53:22 +0000
commit8e63c3d233d4c350b3d012e329cc7209edbf7bce (patch)
treecfc51e50a97b505a171e676db04a29ddb52f02b9 /ace
parent19730234e8fac4ce2cc1329ae3db0cc773ec9b37 (diff)
downloadATCD-8e63c3d233d4c350b3d012e329cc7209edbf7bce.tar.gz
Rearranged some macros to stay in orderly sections.
Diffstat (limited to 'ace')
-rw-r--r--ace/config-hpux11.h13
1 files changed, 8 insertions, 5 deletions
diff --git a/ace/config-hpux11.h b/ace/config-hpux11.h
index e4dcf36baaf..2eef9019a0a 100644
--- a/ace/config-hpux11.h
+++ b/ace/config-hpux11.h
@@ -100,6 +100,12 @@
// Platform supports SVR4 extended signals
#define ACE_HAS_SIGINFO_T
+
+// Platform doesn't detect a signal out of range unless it's way out of range.
+#define ACE_HAS_SIGISMEMBER_BUG
+
+#define ACE_HAS_UALARM
+
// Platform supports ucontext_t (which is used in the extended signal API).
#define ACE_HAS_UCONTEXT_T
@@ -187,6 +193,8 @@
#define ACE_HAS_TIUSER_H_BROKEN_EXTERN_C
// Platform provides ACE_TLI function prototypes.
#define ACE_HAS_TLI_PROTOTYPES
+// HP-UX 11.00 (at least at initial releases) has some busted macro defs
+#define ACE_HAS_BROKEN_XTI_MACROS
/////////////////////////////////////////////////////////////////////////
//
@@ -221,8 +229,3 @@
#if !defined (ACE_NTRACE)
#define ACE_NTRACE 1
#endif /* ACE_NTRACE */
-
-#define ACE_HAS_SIGISMEMBER_BUG
-#define ACE_HAS_BROKEN_XTI_MACROS
-
-#define ACE_HAS_UALARM