summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1999-05-21 16:16:50 +0000
committerSteve Huston <shuston@riverace.com>1999-05-21 16:16:50 +0000
commit2f7e1c254396be4b802205d0856f4c10f4c7d786 (patch)
tree9b74e8b8af4eca57df1fa9b949bbe6cee5c60831
parent301fa3d18e01fdbe78d6c268b9da113e9f5c177a (diff)
downloadATCD-2f7e1c254396be4b802205d0856f4c10f4c7d786.tar.gz
Added ACE_HAS_NONCONST_SELECT_TIMEVAL
-rw-r--r--ace/config-hpux11.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/config-hpux11.h b/ace/config-hpux11.h
index 7243e3fab92..8f21f48bb87 100644
--- a/ace/config-hpux11.h
+++ b/ace/config-hpux11.h
@@ -88,6 +88,9 @@
// Platform supports recvmsg and sendmsg.
#define ACE_HAS_MSG
+// Platform's select() has non-const timeval argument
+#define ACE_HAS_NONCONST_SELECT_TIMEVAL
+
// Compiler/platform supports poll().
#define ACE_HAS_POLL