diff options
Diffstat (limited to 'ace/config-sunos4-sun4.x-orbix.h')
-rw-r--r-- | ace/config-sunos4-sun4.x-orbix.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/config-sunos4-sun4.x-orbix.h b/ace/config-sunos4-sun4.x-orbix.h index 0771d3e80ec..cf6489d7905 100644 --- a/ace/config-sunos4-sun4.x-orbix.h +++ b/ace/config-sunos4-sun4.x-orbix.h @@ -7,6 +7,9 @@ #if !defined (ACE_CONFIG_H) #define ACE_CONFIG_H +// Platform supports pread() and pwrite() +#define ACE_HAS_P_READ_WRITE + #define ACE_HAS_CHARPTR_SPRINTF #define ACE_HAS_UNION_WAIT |