diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-20 16:10:59 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-20 16:10:59 +0000 |
commit | c33590e617b9044df8db27775bcdc72198596f13 (patch) | |
tree | 0112a084fb8fa23a46a2c5341ab4da986d4a9289 /ace/config-lynxos.h | |
parent | 3a2b531a822cdf3e904a22c177d3112061450fa5 (diff) | |
download | ATCD-c33590e617b9044df8db27775bcdc72198596f13.tar.gz |
removed commented-out ACE_LACKS_*ATTR_PSHARED
Diffstat (limited to 'ace/config-lynxos.h')
-rw-r--r-- | ace/config-lynxos.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ace/config-lynxos.h b/ace/config-lynxos.h index 44879074696..dae8797e7e1 100644 --- a/ace/config-lynxos.h +++ b/ace/config-lynxos.h @@ -155,11 +155,6 @@ #define ACE_HAS_THREAD_SPECIFIC_STORAGE #define ACE_HAS_SIGWAIT -#define ACE_LACKS_CONDATTR_PSHARED -// If ACE doesn't compile due to the lack of these methods, please -// send email to schmidt@cs.wustl.edu reporting this. -// #define ACE_LACKS_CONDATTR_PSHARED -// #define ACE_LACKS_MUTEXATTR_PSHARED // Turns off the tracing feature. #if !defined (ACE_NTRACE) |