diff options
author | Steve Huston <shuston@riverace.com> | 1999-05-21 16:16:50 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 1999-05-21 16:16:50 +0000 |
commit | 2f7e1c254396be4b802205d0856f4c10f4c7d786 (patch) | |
tree | 9b74e8b8af4eca57df1fa9b949bbe6cee5c60831 /ace/config-hpux11.h | |
parent | 301fa3d18e01fdbe78d6c268b9da113e9f5c177a (diff) | |
download | ATCD-2f7e1c254396be4b802205d0856f4c10f4c7d786.tar.gz |
Added ACE_HAS_NONCONST_SELECT_TIMEVAL
Diffstat (limited to 'ace/config-hpux11.h')
-rw-r--r-- | ace/config-hpux11.h | 3 |
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 |