summaryrefslogtreecommitdiff
path: root/ace/config-mvs.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-05-12 23:59:15 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-05-12 23:59:15 +0000
commit3a27697abf2c6ccff3737e1b718f4072be9f8649 (patch)
tree856cc3072b16684e59aab1565057a2653a778cb9 /ace/config-mvs.h
parent0e23ac575170f9e96939b8e302dd3afca6666f7e (diff)
downloadATCD-3a27697abf2c6ccff3737e1b718f4072be9f8649.tar.gz
conditionally use ACE_HAS_UCONTEXT_T or ACE_LACKS_UCONTEXT_H depending on __COMPILER_VER__
Diffstat (limited to 'ace/config-mvs.h')
-rw-r--r--ace/config-mvs.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/ace/config-mvs.h b/ace/config-mvs.h
index 468fa33cd05..486e2b2158d 100644
--- a/ace/config-mvs.h
+++ b/ace/config-mvs.h
@@ -24,7 +24,10 @@
#if __COMPILER_VER__ >= 0x21020000 /* OS/390 r2 or higher */
#define ACE_HAS_4_4BSD_SENDMSG_RECVMSG
-#endif
+ #define ACE_HAS_UCONTEXT_T
+#else
+ #define ACE_LACKS_UCONTEXT_H
+#endif /* __COMPILER_VER__ >= 0x21020000 */
#define ACE_HAS_BROKEN_CTIME
#define ACE_HAS_CONSISTENT_SIGNAL_PROTOTYPES
#define ACE_HAS_CPLUSPLUS_HEADERS
@@ -80,7 +83,6 @@
#define ACE_LACKS_TCP_H
#define ACE_LACKS_THREAD_PROCESS_SCOPING
#define ACE_LACKS_THREAD_STACK_ADDR
-#define ACE_LACKS_UCONTEXT_H
#define ACE_MT_SAFE
#define ACE_NEEDS_DEV_IO_CONVERSION
#define ACE_NEEDS_SYSTIME_H