diff options
Diffstat (limited to 'ace/config-sunos5.4-sunc++-4.x.h')
-rw-r--r-- | ace/config-sunos5.4-sunc++-4.x.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/config-sunos5.4-sunc++-4.x.h b/ace/config-sunos5.4-sunc++-4.x.h index 2feac414057..ff8def7e75b 100644 --- a/ace/config-sunos5.4-sunc++-4.x.h +++ b/ace/config-sunos5.4-sunc++-4.x.h @@ -11,6 +11,9 @@ #define __ACE_INLINE__ #endif /* ! __ACE_INLINE__ */ +// Platform supports pread() and pwrite() +#define ACE_HAS_P_READ_WRITE + #define ACE_HAS_UNICODE // Platform supports System V IPC (most versions of UNIX, but not Win32) |