diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-22 12:30:14 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-22 12:30:14 +0000 |
commit | 6fef58ecb9464da00cc63f3deddac072c60b98d5 (patch) | |
tree | bb75c86e4f337ab2d5b68594883f885871f654bd /ace | |
parent | d1c3d85b3a9163de09d9adc62d1b438dcbe4dcfd (diff) | |
download | ATCD-6fef58ecb9464da00cc63f3deddac072c60b98d5.tar.gz |
added ACE_HAS_NONCONST_SELECT_TIMEVAL
Diffstat (limited to 'ace')
-rw-r--r-- | ace/config-chorus.h | 1 | ||||
-rw-r--r-- | ace/config-lynxos.h | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/ace/config-chorus.h b/ace/config-chorus.h index f823475d381..ee92c196b12 100644 --- a/ace/config-chorus.h +++ b/ace/config-chorus.h @@ -52,6 +52,7 @@ #define ACE_HAS_IP_MULTICAST #define ACE_HAS_LONG_MAP_FAILED #define ACE_HAS_MSG +#define ACE_HAS_NONCONST_SELECT_TIMEVAL #define ACE_HAS_POSIX_SEM #define ACE_HAS_POSIX_TIME #define ACE_HAS_SIGWAIT diff --git a/ace/config-lynxos.h b/ace/config-lynxos.h index 894f528de2e..e4f49fae775 100644 --- a/ace/config-lynxos.h +++ b/ace/config-lynxos.h @@ -82,6 +82,7 @@ // Platform does not have const anything #define ACE_LACKS_CONST_TIMESPEC_PTR #define ACE_HAS_NONCONST_GETBY +#define ACE_HAS_NONCONST_SELECT_TIMEVAL #define ACE_HAS_BROKEN_WRITEV #define ACE_HAS_BROKEN_READV #define ACE_HAS_BROKEN_SETRLIMIT @@ -207,5 +208,5 @@ extern "C" // Proactor. Once <pthreadd_sigmask> is available on Lynx, we can turn // on SIG Proactor for this platform. // #define ACE_POSIX_SIG_PROACTOR -#define ACE_POSIX_AIOCB_PROACTOR +#define ACE_POSIX_AIOCB_PROACTOR #endif /* ACE_CONFIG_H */ |