summaryrefslogtreecommitdiff
path: root/ace/config-hpux-10.x.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-04-08 05:18:10 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-04-08 05:18:10 +0000
commite4894a0963928fee242ff41d9d76fe5f90061cd7 (patch)
tree52955f0d24b2b8012521d03c2463576bc82d62bd /ace/config-hpux-10.x.h
parent6e9c7472e85327527af1507e67517c9b6387c778 (diff)
downloadATCD-e4894a0963928fee242ff41d9d76fe5f90061cd7.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/config-hpux-10.x.h')
-rw-r--r--ace/config-hpux-10.x.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/ace/config-hpux-10.x.h b/ace/config-hpux-10.x.h
index 594f6efa045..aca9d393d3c 100644
--- a/ace/config-hpux-10.x.h
+++ b/ace/config-hpux-10.x.h
@@ -17,6 +17,9 @@
#define ACE_HAS_BROKEN_HPUX_TEMPLATES
#endif /* __cplusplus < 199707L */
+// The HP/UX compiler doesn't support volatile!!!!
+#define volatile
+
#define _HPUX_SOURCE
#include /**/ <sys/stdsyms.h>
#include /**/ <sched.h> /* pthread.h doesn't include this */
@@ -27,8 +30,9 @@
#define ACE_LACKS_CONST_TIMESPEC_PTR
#define ACE_LACKS_SYSCALL
-#define ACE_LACKS_STRRECVFD
#define ACE_HAS_POSIX_TIME
+#define ACE_HAS_IP_MULTICAST
+#define ACE_HAS_CLOCK_GETTIME
// Platform supports System V IPC (most versions of UNIX, but not Win32)
#define ACE_HAS_SYSV_IPC
@@ -77,6 +81,7 @@
#define ACE_LACKS_THREAD_PROCESS_SCOPING
#define ACE_LACKS_THREAD_STACK_ADDR
#define ACE_HAS_THREAD_SPECIFIC_STORAGE
+#define ACE_HAS_STREAMS
// Compiler/platform supports struct strbuf.
#define ACE_HAS_STRBUF_T