summaryrefslogtreecommitdiff
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
commitd8f5ce71586b1de6021daa5ee93a7c5ec6c05caf (patch)
treeebe40338127a4741b487b2fc3c3be0834722e9f7
parente079732c408190d57d02ce3a3b5b98bfb4e4af9c (diff)
downloadATCD-d8f5ce71586b1de6021daa5ee93a7c5ec6c05caf.tar.gz
ChangeLogTag:Thu Mar 09 18:06:52 2000 Steve Huston <shuston@riverace.com>
-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