summaryrefslogtreecommitdiff
path: root/ace/config-mvs.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-07 22:18:36 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-07 22:18:36 +0000
commit4fa72dc872735146e387e96574526175dc701593 (patch)
tree33eaeb091a75726472b5c13c11982fd79d2c8cc5 /ace/config-mvs.h
parentdc37fb81727d374ce8a11b6cbe9f896394e8ad10 (diff)
downloadATCD-4fa72dc872735146e387e96574526175dc701593.tar.gz
ChangeLogTag: Fri Jul 07 17:17:21 2000 George Reid <greid@entrenet.com>
Diffstat (limited to 'ace/config-mvs.h')
-rw-r--r--ace/config-mvs.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/ace/config-mvs.h b/ace/config-mvs.h
index 721e4005651..f81b80f8466 100644
--- a/ace/config-mvs.h
+++ b/ace/config-mvs.h
@@ -31,9 +31,13 @@
#if __COMPILER_VER__ >= 0x21020000 /* OS/390 r2 or higher */
# define ACE_HAS_4_4BSD_SENDMSG_RECVMSG
# define ACE_HAS_UCONTEXT_T
-#else
+#else /* __COMPILER_VER__ < 0x21020000 */
# define ACE_LACKS_UCONTEXT_H
-#endif /* __COMPILER_VER__ >= 0x21020000 */
+#endif /* __COMPILER_VER__ < 0x21020000 */
+
+#if __COMPILER_VER__ < 0x22060000 /* before OS/390 r2.6 */
+# define ACE_LACKS_LONGLONG_T
+#endif /* __COMPILER_VER__ < 0x22060000 */
#define ACE_HAS_BROKEN_CTIME
#define ACE_HAS_CONSISTENT_SIGNAL_PROTOTYPES
@@ -80,7 +84,6 @@
#define ACE_LACKS_MUTEXATTR_PSHARED
#define ACE_LACKS_IOSTREAM_FX
#define ACE_LACKS_LINEBUFFERED_STREAMBUF
-#define ACE_LACKS_LONGLONG_T
#define ACE_LACKS_MADVISE
#define ACE_LACKS_MALLOC_H
#define ACE_LACKS_MSGBUF_T