diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-12-05 21:48:44 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-12-05 21:48:44 +0000 |
commit | b05b4e73df567d4ab29204bfda5c1d798a4742b9 (patch) | |
tree | 0b57111dffbb251b05ea4a2f717221d7730a9635 /ace/config-osf1-4.0.h | |
parent | b942fc14d3e327d10dc85d5284bb4956d1e06fc4 (diff) | |
download | ATCD-b05b4e73df567d4ab29204bfda5c1d798a4742b9.tar.gz |
fixed sigwait on DEC CXX 6.0/later versions of DEC UNIX 4.0
Diffstat (limited to 'ace/config-osf1-4.0.h')
-rw-r--r-- | ace/config-osf1-4.0.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ace/config-osf1-4.0.h b/ace/config-osf1-4.0.h index 9b0f05b3881..1b45f7c4211 100644 --- a/ace/config-osf1-4.0.h +++ b/ace/config-osf1-4.0.h @@ -153,10 +153,6 @@ // Compiler/platform supports SVR4 signal typedef. #define ACE_HAS_SVR4_SIGNAL_T -#if __DECCXX_VER >= 60090006 -# define ACE_HAS_SIGWAIT -# define ACE_HAS_ONEARG_SIGWAIT -#endif /* __DECCXX_VER >= 60090006 */ // Compiler/platform has strerror(). #define ACE_HAS_STRERROR |