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 | bc173045d2b305c497bb0165d54c1e3f0bcbfe05 (patch) | |
tree | 1349ed9b8bea9f482d16ce7a6f1686963a8870f1 /ace/config-sunos5.5-sunc++-4.x.h | |
parent | 209a77d7f593e6de8fe101ce4891e41d67d93b42 (diff) | |
download | ATCD-bc173045d2b305c497bb0165d54c1e3f0bcbfe05.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/config-sunos5.5-sunc++-4.x.h')
-rw-r--r-- | ace/config-sunos5.5-sunc++-4.x.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/config-sunos5.5-sunc++-4.x.h b/ace/config-sunos5.5-sunc++-4.x.h index 18eb3bfc780..066e79a593a 100644 --- a/ace/config-sunos5.5-sunc++-4.x.h +++ b/ace/config-sunos5.5-sunc++-4.x.h @@ -14,6 +14,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 + #define ACE_HAS_UNICODE // #define ACE_HAS_TEMPLATE_TYPEDEFS |