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 | |
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
-rw-r--r-- | ace/config-sunos4-g++.h | 4 | ||||
-rw-r--r-- | ace/config-sunos4-lucid3.2.h | 3 | ||||
-rw-r--r-- | ace/config-sunos4-sun3.x.h | 3 | ||||
-rw-r--r-- | ace/config-sunos4-sun4.1.4.h | 3 | ||||
-rw-r--r-- | ace/config-sunos4-sun4.x-orbix.h | 3 |
5 files changed, 6 insertions, 10 deletions
diff --git a/ace/config-sunos4-g++.h b/ace/config-sunos4-g++.h index e6c765a2f71..8b91bb6d382 100644 --- a/ace/config-sunos4-g++.h +++ b/ace/config-sunos4-g++.h @@ -10,10 +10,10 @@ #define __ACE_INLINE__ #endif /* ! __ACE_INLINE__ */ -// Platform supports pread() and pwrite() -#define ACE_HAS_P_READ_WRITE #define ACE_HAS_STRING_CLASS #define ACE_NEEDS_SYSTIME_H +#define ACE_LACKS_GETPGID + #define ACE_HAS_CHARPTR_SPRINTF #define ACE_HAS_UNION_WAIT 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 diff --git a/ace/config-sunos4-sun3.x.h b/ace/config-sunos4-sun3.x.h index c2ce9c3d9ab..2841cf41ee6 100644 --- a/ace/config-sunos4-sun3.x.h +++ b/ace/config-sunos4-sun3.x.h @@ -6,8 +6,7 @@ #if !defined (ACE_CONFIG_H) -// Platform supports pread() and pwrite() -#define ACE_HAS_P_READ_WRITE +#define ACE_LACKS_GETPGID #define ACE_LACKS_POSIX_PROTO #define ACE_HAS_UNION_WAIT diff --git a/ace/config-sunos4-sun4.1.4.h b/ace/config-sunos4-sun4.1.4.h index 7159ffe281d..4e3f05e9aea 100644 --- a/ace/config-sunos4-sun4.1.4.h +++ b/ace/config-sunos4-sun4.1.4.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_CHARPTR_SPRINTF #define ACE_NEEDS_SYSTIME_H diff --git a/ace/config-sunos4-sun4.x-orbix.h b/ace/config-sunos4-sun4.x-orbix.h index cf6489d7905..f05290c68e9 100644 --- a/ace/config-sunos4-sun4.x-orbix.h +++ b/ace/config-sunos4-sun4.x-orbix.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_CHARPTR_SPRINTF #define ACE_HAS_UNION_WAIT |