diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-07-16 19:15:20 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-07-16 19:15:20 +0000 |
commit | 0cf3094dc77e980fac58259d50fdb4d1037ec9d1 (patch) | |
tree | 40c78f58dc711270c576472c7ae5a6e15fca1725 /ace/config-sunos4-lucid3.2.h | |
parent | 13d14d1c0c76f6b27a0f34d5e34651c4b8e4b437 (diff) | |
download | ATCD-0cf3094dc77e980fac58259d50fdb4d1037ec9d1.tar.gz |
removed ACE_HAS_P_READ_WRITE and added ACE_LACKS_GETPGID, to match config-sunos4-sun4.x.h
Diffstat (limited to 'ace/config-sunos4-lucid3.2.h')
-rw-r--r-- | ace/config-sunos4-lucid3.2.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ace/config-sunos4-lucid3.2.h b/ace/config-sunos4-lucid3.2.h index bee77ba649f..9f36654eee6 100644 --- a/ace/config-sunos4-lucid3.2.h +++ b/ace/config-sunos4-lucid3.2.h @@ -7,8 +7,7 @@ #if !defined (ACE_CONFIG_H) #define ACE_CONFIG_H -// Platform supports pread() and pwrite() -#define ACE_HAS_P_READ_WRITE +#define ACE_LACKS_GETPGID #define ACE_HAS_SYS_ERRLIST #define ACE_HAS_CHARPTR_SPRINTF |