summaryrefslogtreecommitdiff
path: root/ace/config-lynxos.h
diff options
context:
space:
mode:
authoralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-16 06:29:05 +0000
committeralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-16 06:29:05 +0000
commit8afaac21b14b5892151a4796d69734f07aff0219 (patch)
treed426267f9f07f8c19fdc64900f0914bfdddfecd5 /ace/config-lynxos.h
parent53757330932c4881dbe9ba8a0508b266ca91e64a (diff)
downloadATCD-8afaac21b14b5892151a4796d69734f07aff0219.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/config-lynxos.h')
-rw-r--r--ace/config-lynxos.h9
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 */