summaryrefslogtreecommitdiff
path: root/ace/config-hpux-11.00.h
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2000-03-10 00:09:53 +0000
committerSteve Huston <shuston@riverace.com>2000-03-10 00:09:53 +0000
commit31fef736a838a9b6ea3cad4beacea0945263b420 (patch)
treeebe40338127a4741b487b2fc3c3be0834722e9f7 /ace/config-hpux-11.00.h
parent52c9081612e12469f00305c3ceb5bf53ce803b2b (diff)
downloadATCD-31fef736a838a9b6ea3cad4beacea0945263b420.tar.gz
ChangeLogTag:Thu Mar 09 18:06:52 2000 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ace/config-hpux-11.00.h')
-rw-r--r--ace/config-hpux-11.00.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ace/config-hpux-11.00.h b/ace/config-hpux-11.00.h
index 80c1ddd77ee..cfe43a4d3b7 100644
--- a/ace/config-hpux-11.00.h
+++ b/ace/config-hpux-11.00.h
@@ -189,6 +189,10 @@
# define ACE_INFINITE 10000000
#endif
+// Manually tweak the malloc control block paddings to properly align
+// things.
+#define ACE_PI_CONTROL_BLOCK_ALIGN_LONGS 2
+
// Compiler/platform contains the <sys/syscall.h> file.
#define ACE_HAS_SYSCALL_H
// But doesn't have a prototype for syscall()
@@ -279,6 +283,7 @@
// Platform has the sigwait function in a header file
#define ACE_HAS_SIGWAIT
+#define ACE_HAS_SIGTIMEDWAIT
// Platform supports System V IPC (most versions of UNIX, but not Win32)
#define ACE_HAS_SYSV_IPC