diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-12-03 04:10:08 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-12-03 04:10:08 +0000 |
commit | ec0a82c3cea8dd3cf502baca78f98738f027b98e (patch) | |
tree | e1692c06abcb6c766034673560713a5b469bfce9 /ace/config-osf1-4.0.h | |
parent | 3a10ab656674ca11a33e83bce4be12967a56e085 (diff) | |
download | ATCD-ec0a82c3cea8dd3cf502baca78f98738f027b98e.tar.gz |
DECXX 6009006 has SIGWAIT
Diffstat (limited to 'ace/config-osf1-4.0.h')
-rw-r--r-- | ace/config-osf1-4.0.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/config-osf1-4.0.h b/ace/config-osf1-4.0.h index b804b934f13..0564e078dd7 100644 --- a/ace/config-osf1-4.0.h +++ b/ace/config-osf1-4.0.h @@ -151,6 +151,9 @@ // Compiler/platform supports SVR4 signal typedef. #define ACE_HAS_SVR4_SIGNAL_T +#if __DECCXX_VER >= 60090006 +# define ACE_HAS_SIGWAIT +#endif /* __DECCXX_VER >= 60090006 */ // Compiler/platform has strerror(). #define ACE_HAS_STRERROR |