diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-04-07 04:41:02 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-04-07 04:41:02 +0000 |
commit | 0db9f1d0ffb0622ec3c84d1c8d086c659a2f5cd5 (patch) | |
tree | 1349ed9b8bea9f482d16ce7a6f1686963a8870f1 /ace/config-sunos5.5-sunc++-4.x-orbix.h | |
parent | 9c71094d176c4f03f016d657e4f43a29298ac40b (diff) | |
download | ATCD-0db9f1d0ffb0622ec3c84d1c8d086c659a2f5cd5.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/config-sunos5.5-sunc++-4.x-orbix.h')
-rw-r--r-- | ace/config-sunos5.5-sunc++-4.x-orbix.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/config-sunos5.5-sunc++-4.x-orbix.h b/ace/config-sunos5.5-sunc++-4.x-orbix.h index 60df62d2193..dbfbd6bce0e 100644 --- a/ace/config-sunos5.5-sunc++-4.x-orbix.h +++ b/ace/config-sunos5.5-sunc++-4.x-orbix.h @@ -16,6 +16,9 @@ // until we can trust exception handling with Sun C++, it's not enabled . . . // #define ACE_HAS_EXCEPTIONS +// Platform supports pread() and pwrite() +#define ACE_HAS_P_READ_WRITE + // Platform contains the Orbix CORBA implementation. #define ACE_HAS_ORBIX |