summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-06 20:24:54 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-01-06 20:24:54 +0000
commit54cea0539ccfe9d8ccd28d66f9a8c74dbd4556d8 (patch)
tree65fd7d6644613bee4c854d45efcefcb2a1f685ca
parent202b102e04cb2eb62e2a07c25e7bf5c685773f36 (diff)
downloadATCD-54cea0539ccfe9d8ccd28d66f9a8c74dbd4556d8.tar.gz
added ACE_LACKS_LONGLONG_T because MVS doesn't support it
-rw-r--r--ace/config-mvs.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/ace/config-mvs.h b/ace/config-mvs.h
index cef4f686feb..f0d2042c61f 100644
--- a/ace/config-mvs.h
+++ b/ace/config-mvs.h
@@ -16,13 +16,13 @@
#define MAXNAMLEN __DIR_NAME_MAX
#define ERRMAX __sys_nerr
#if defined (log) /* log is a macro in math.h */
-#undef log /* conflicts with log function in ACE */
+# undef log /* conflicts with log function in ACE */
#endif /* log */
// Optimize ACE_Handle_Set for select().
#define ACE_HAS_HANDLE_SET_OPTIMIZED_FOR_SELECT
-// See the README file in this directory
+// See the README file in this directory
// for a description of the following ACE_ macros
#if __COMPILER_VER__ >= 0x21020000 /* OS/390 r2 or higher */
@@ -80,6 +80,7 @@
#define ACE_LACKS_IOSTREAM_FX
#define ACE_LACKS_KEYDELETE
#define ACE_LACKS_LINEBUFFERED_STREAMBUF
+#define ACE_LACKS_LONGLONG_T
#define ACE_LACKS_MADVISE
#define ACE_LACKS_MALLOC_H
#define ACE_LACKS_MSGBUF_T
@@ -94,7 +95,7 @@
#define ACE_LACKS_THREAD_PROCESS_SCOPING
#define ACE_LACKS_THREAD_STACK_ADDR
#if !defined (ACE_MT_SAFE)
- #define ACE_MT_SAFE 1
+# define ACE_MT_SAFE 1
#endif
#define ACE_NEEDS_DEV_IO_CONVERSION
#define ACE_NEEDS_SYSTIME_H
@@ -102,7 +103,7 @@
#define ACE_HAS_TEMPLATE_SPECIALIZATION
#if !defined (ACE_NTRACE)
-#define ACE_NTRACE 1
+# define ACE_NTRACE 1
#endif /* ACE_NTRACE */
#endif /* ACE_CONFIG_H */