diff options
Diffstat (limited to 'ace/config-sunos4-sun4.1.4.h')
-rw-r--r-- | ace/config-sunos4-sun4.1.4.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/config-sunos4-sun4.1.4.h b/ace/config-sunos4-sun4.1.4.h index f936d9bbc6e..7159ffe281d 100644 --- a/ace/config-sunos4-sun4.1.4.h +++ b/ace/config-sunos4-sun4.1.4.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_NEEDS_SYSTIME_H #define ACE_HAS_UNION_WAIT |