From 31fef736a838a9b6ea3cad4beacea0945263b420 Mon Sep 17 00:00:00 2001 From: Steve Huston Date: Fri, 10 Mar 2000 00:09:53 +0000 Subject: ChangeLogTag:Thu Mar 09 18:06:52 2000 Steve Huston --- ace/config-hpux-11.00.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ace/config-hpux-11.00.h') 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 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 -- cgit v1.2.1