diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-04-08 05:18:10 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-04-08 05:18:10 +0000 |
commit | e4894a0963928fee242ff41d9d76fe5f90061cd7 (patch) | |
tree | 52955f0d24b2b8012521d03c2463576bc82d62bd /ace/config-hpux-10.x-g++.h | |
parent | 6e9c7472e85327527af1507e67517c9b6387c778 (diff) | |
download | ATCD-e4894a0963928fee242ff41d9d76fe5f90061cd7.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/config-hpux-10.x-g++.h')
-rw-r--r-- | ace/config-hpux-10.x-g++.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/config-hpux-10.x-g++.h b/ace/config-hpux-10.x-g++.h index 265221695e3..c3bf2b57fdf 100644 --- a/ace/config-hpux-10.x-g++.h +++ b/ace/config-hpux-10.x-g++.h @@ -13,6 +13,7 @@ #endif /* HPUX */ #define ACE_HAS_BROKEN_CONVERSIONS +#define ACE_HAS_STREAMS // They forgot a const in the prototype of const_timewait... #define ACE_LACKS_CONST_TIMESPEC_PTR @@ -28,9 +29,11 @@ #define ACE_LACKS_SYSCALL #define ACE_LACKS_STRRECVFD #define ACE_HAS_POSIX_TIME +#define ACE_HAS_CLOCK_GETTIME // Platform supports System V IPC (most versions of UNIX, but not Win32) #define ACE_HAS_SYSV_IPC +#define ACE_HAS_IP_MULTICAST // Platform supports recvmsg and sendmsg. #define ACE_HAS_MSG |