diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-05-24 19:18:23 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-05-24 19:18:23 +0000 |
commit | fc0738da5a027a757820f808bde7748d23436f2c (patch) | |
tree | 964d55f15fb323d791e493aa17ef43e7b76f3cde /ace/config-hpux-9.x.h | |
parent | 5df999be5fa83216df024a21687a92e1478f592f (diff) | |
download | ATCD-fc0738da5a027a757820f808bde7748d23436f2c.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/config-hpux-9.x.h')
-rw-r--r-- | ace/config-hpux-9.x.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ace/config-hpux-9.x.h b/ace/config-hpux-9.x.h index c62f41a1c30..6ec331e3dee 100644 --- a/ace/config-hpux-9.x.h +++ b/ace/config-hpux-9.x.h @@ -16,7 +16,9 @@ #define ACE_HAS_BROKEN_HPUX_TEMPLATES #endif /* __cplusplus < 199707L */ -#define ACE_HAS_BROKEN_ENUM +#define ACE_HAS_BROKEN_ENUMS +#define ACE_HAS_IP_MULTICAST +#define ACE_LACKS_GETPGID #define ACE_HAS_BROKEN_CONVERSIONS // They forgot a const in the prototype of const_timewait... |