diff options
author | alex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-04-25 04:40:43 +0000 |
---|---|---|
committer | alex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-04-25 04:40:43 +0000 |
commit | 19c5a924efc39fc5710bd02607c68287cfa8866c (patch) | |
tree | e7b677173bc5ca251a5caa48f3da7df9ea216121 /ace/config-lynxos.h | |
parent | b46ccb7ae208f6d4c4774a38d9919154c7f15e80 (diff) | |
download | ATCD-19c5a924efc39fc5710bd02607c68287cfa8866c.tar.gz |
Commented out #define ACE_HAS_AIO_CALLS for now, since we need to
separate the SIG Proactor code from the AIOCB Proactor in to a
separate file and guard the file by #.
Diffstat (limited to 'ace/config-lynxos.h')
-rw-r--r-- | ace/config-lynxos.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/config-lynxos.h b/ace/config-lynxos.h index b6862299735..e627f5d64f0 100644 --- a/ace/config-lynxos.h +++ b/ace/config-lynxos.h @@ -198,7 +198,7 @@ extern "C" // = Proactor stuff // Aio works on lynx -#define ACE_HAS_AIO_CALLS +// #define ACE_HAS_AIO_CALLS // AIOCB Proactor works on Lynx. But it is not // multi-threaded. @@ -207,5 +207,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 */ |