diff options
author | alex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-02-16 06:29:05 +0000 |
---|---|---|
committer | alex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-02-16 06:29:05 +0000 |
commit | 34e0133be3303b26590885a666640fc648930ee2 (patch) | |
tree | d426267f9f07f8c19fdc64900f0914bfdddfecd5 /ace/config-lynxos.h | |
parent | 87c8b0ed8bc099fe201e499f8730bc40c1e05408 (diff) | |
download | ATCD-34e0133be3303b26590885a666640fc648930ee2.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/config-lynxos.h')
-rw-r--r-- | ace/config-lynxos.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ace/config-lynxos.h b/ace/config-lynxos.h index b331dd7aa62..ddb4d52e993 100644 --- a/ace/config-lynxos.h +++ b/ace/config-lynxos.h @@ -194,6 +194,15 @@ extern "C" int putenv (const char *); } +// = Proactor stuff + +// Aio works on lynx #define ACE_HAS_AIO_CALLS +// To match the Solaris 2.6's definition of the aiocb structure. +#define AIO_SYSRETURN aio_sysreturn +#define AIO_SYSERRNO aio_syserrno + +// AIOCB Proactor doesnt work on lynx yet. +#define ACE_POSIX_SIG_PROACTOR #endif /* ACE_CONFIG_H */ |