diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-05-20 19:42:55 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-05-20 19:42:55 +0000 |
commit | 210d3ca73744cd0014674e67cd260d05a32032fa (patch) | |
tree | 8c0489b0b1bda7329306fa0f8cd161aff6d65ede /ace/config-hpux-9.x.h | |
parent | 07e204a89a411f1fa74126c64b4827e05e2edbb1 (diff) | |
download | ATCD-210d3ca73744cd0014674e67cd260d05a32032fa.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/config-hpux-9.x.h')
-rw-r--r-- | ace/config-hpux-9.x.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/config-hpux-9.x.h b/ace/config-hpux-9.x.h index fa609b51e7d..43ba829af2e 100644 --- a/ace/config-hpux-9.x.h +++ b/ace/config-hpux-9.x.h @@ -16,11 +16,14 @@ #define ACE_HAS_BROKEN_HPUX_TEMPLATES #endif /* __cplusplus < 199707L */ +#define ACE_HAS_BROKEN_ENUM #define ACE_HAS_BROKEN_CONVERSIONS // They forgot a const in the prototype of const_timewait... #define ACE_LACKS_CONST_TIMESPEC_PTR +#define ACE_LACKS_GETPGID +#define ACE_HAS_IP_MULTICAST #define ACE_LACKS_SYSCALL #define ACE_LACKS_STRRECVFD |