diff options
author | alex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-04-14 20:44:43 +0000 |
---|---|---|
committer | alex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-04-14 20:44:43 +0000 |
commit | 410b0c53bdee7ebc52894f6edc3d0d8bdb787bb1 (patch) | |
tree | 9ffd33a026a18ca01474ebbfe48e29f94b8cf6b2 /ace/config-sunos5.7.h | |
parent | 68f6d25d47ca10d4da889b025f0c3f673d376fe0 (diff) | |
download | ATCD-410b0c53bdee7ebc52894f6edc3d0d8bdb787bb1.tar.gz |
Enabled ACE_HAS_AIO_CALLS for Solaris 7. ACE_POSIX_AIOCB_PROACTOR
works now on this.
Diffstat (limited to 'ace/config-sunos5.7.h')
-rw-r--r-- | ace/config-sunos5.7.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ace/config-sunos5.7.h b/ace/config-sunos5.7.h index 4ffc69b8587..cfd3d70cc70 100644 --- a/ace/config-sunos5.7.h +++ b/ace/config-sunos5.7.h @@ -31,7 +31,4 @@ // Solaris 5.7 supports SCHED_FIFO and SCHED_RR, as well as SCHED_OTHER. #undef ACE_HAS_ONLY_SCHED_OTHER -#undef ACE_HAS_AIO_CALLS -// Proactor code does not work on 5.7 yet. - #endif /* ACE_CONFIG_H */ |