diff options
-rw-r--r-- | ChangeLog-97a | 12 | ||||
-rw-r--r-- | README | 1 | ||||
-rw-r--r-- | ace/config-osf1-3.2.h | 3 |
3 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog-97a b/ChangeLog-97a index 34b363366ce..a0a1a516ded 100644 --- a/ChangeLog-97a +++ b/ChangeLog-97a @@ -1,3 +1,15 @@ +Sat May 10 10:51:11 1997 Douglas C. Schmidt <schmidt@flamenco.cs.wustl.edu> + + * ace/config-osf1-3.2.h: Added three new flags to the config file + for OSF/1 3.2: + + #define ACE_LACKS_SETSCHED + #define ACE_LACKS_RWLOCK_T + #define ACE_LACKS_GETPGID + + Thanks to Tom Dobridge <dobridge@persimmon.com> for reporting + this. + Fri May 09 16:37:48 1997 David L. Levine <levine@cs.wustl.edu> * ace/config-osf1-4.0.h: added DEC_CXX. @@ -509,6 +509,7 @@ Luis Lopes <llopes@tick.rcc.Ryerson.CA> Adrian Salt <acsalt@magi.com> Hongbo Xu <hxu@mas.co.nz> Michael Hartman <c62nt57@ibx.com> +Tom Dobridge <dobridge@persimmon.com> I would particularly like to thank Paul Stephenson, who worked with me at Ericsson and is now at ObjectSpace. Paul devised the recursive diff --git a/ace/config-osf1-3.2.h b/ace/config-osf1-3.2.h index 0dad2478268..4009d1322bf 100644 --- a/ace/config-osf1-3.2.h +++ b/ace/config-osf1-3.2.h @@ -7,6 +7,9 @@ #if !defined (ACE_CONFIG_H) #define ACE_CONFIG_H +#define ACE_LACKS_SETSCHED +#define ACE_LACKS_RWLOCK_T +#define ACE_LACKS_GETPGID #define ACE_HAS_PTHREAD_MUTEXATTR_CREATE #define ACE_HAS_PTHREAD_MUTEXATTR_DELETE |