summaryrefslogtreecommitdiff
path: root/ace/config-hpux11.h
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1998-08-29 02:51:04 +0000
committerSteve Huston <shuston@riverace.com>1998-08-29 02:51:04 +0000
commit80e6401b1b0bfbb54b64703d3742f68b63f5d103 (patch)
treeb552f85db194e629d823f67e34cf088c74cf1b33 /ace/config-hpux11.h
parent909c93667ce2f5ac22a2dab286f9dcb040c5cc07 (diff)
downloadATCD-80e6401b1b0bfbb54b64703d3742f68b63f5d103.tar.gz
Added ACE_INFINITE
Diffstat (limited to 'ace/config-hpux11.h')
-rw-r--r--ace/config-hpux11.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/config-hpux11.h b/ace/config-hpux11.h
index 9459c09ab93..7c8ae1744d9 100644
--- a/ace/config-hpux11.h
+++ b/ace/config-hpux11.h
@@ -52,6 +52,10 @@
// Platform can do async I/O (aio_*)
#define ACE_HAS_AIO_CALLS
+// ... but seems to require this in order to keep from hanging. Needs some
+// investigation, maybe with HP. John Mulhern determined this value
+// empirically. YMMV.
+#define ACE_INFINITE 10000000
// Compiler/platform contains the <sys/syscall.h> file.
#define ACE_HAS_SYSCALL_H