diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-10-21 03:50:16 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-10-21 03:50:16 +0000 |
commit | 215f8f057631f6374ab432397e9ee01090a36c26 (patch) | |
tree | fdeec9f59f5a926bd1e6f1e414b4a4d01f35b324 /ace/config-hpux-10.x.h | |
parent | 9878b481d2f6915d59ed75acdfa16e2b98c9fade (diff) | |
download | ATCD-215f8f057631f6374ab432397e9ee01090a36c26.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/config-hpux-10.x.h')
-rw-r--r-- | ace/config-hpux-10.x.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/config-hpux-10.x.h b/ace/config-hpux-10.x.h index cbb3e117b86..d7b57f4d93a 100644 --- a/ace/config-hpux-10.x.h +++ b/ace/config-hpux-10.x.h @@ -61,7 +61,8 @@ extern int h_errno; /* This isn't declared in a header file on HP-UX */ // /////////////////////////////////////////////////////////////////////////// - +// HP/UX needs to have these addresses in a special range. +#define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000) // Compiler/platform contains the <sys/syscall.h> file. #define ACE_HAS_SYSCALL_H |