(file) Return to Platform_ZOS_ZSERIES_IBM.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/Platform_ZOS_ZSERIES_IBM.h between version 1.6 and 1.10

version 1.6, 2002/06/01 00:56:37 version 1.10, 2002/07/26 20:01:19
Line 23 
Line 23 
 // //
 // Author: Markus Mueller (mmueller@de.ibm.com) // Author: Markus Mueller (mmueller@de.ibm.com)
 // //
 // Modified By:  // Modified By: Carol Ann Krug Graves, Hewlett-Packard Company
   //                (carolann_graves@hp.com)
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 34 
Line 35 
 //#define _OPEN_SYS 1 //#define _OPEN_SYS 1
 #define _MSE_PROTOS #define _MSE_PROTOS
 #define _OPEN_SOURCE 3 #define _OPEN_SOURCE 3
   // timezone
   #define _ALL_SOURCE
   // longlong
   //#define _LONG_LONG 1
  
 #include <Pegasus/Common/ConfigUnix.h>  #include <limits.h>
   
   #include <cstddef>
   
   #define PEGASUS_OS_TYPE_UNIX
  
 #define PEGASUS_OS_ZOS #define PEGASUS_OS_ZOS
  
Line 47 
Line 56 
  
 #define PEGASUS_SINT64 long int #define PEGASUS_SINT64 long int
  
 #define PEGASUS_LLONG_MAX 9223372036854775807LL  #define PEGASUS_LLONG_MAX LONGLONG_MAX
 #define PEGASUS_LLONG_MIN (-PEGASUS_LLONG_MAX - 1LL)  //9223372036854775807L
   #define PEGASUS_LLONG_MIN LONGLONG_MIN
   //(-PEGASUS_LLONG_MAX - 1L)
  
 #define PEGASUS_ULLONG_MAX 18446744073709551615ULL  #define PEGASUS_ULLONG_MAX ULONGLONG_MAX
   //18446744073709551615UL
  
 #define PEGASUS_HAVE_NAMESPACES #define PEGASUS_HAVE_NAMESPACES
  
Line 62 
Line 74 
  
 #define PEGASUS_HAVE_TEMPLATE_SPECIALIZATION #define PEGASUS_HAVE_TEMPLATE_SPECIALIZATION
  
 #define PEGASUS_HAVE_BOOLEAN  #define PEGASUS_HAVE_EBCDIC
   
 // #define PEGASUS_EXPLICIT_INSTANTIATION  
   
 #define PEGASUS_HAS_EBCDIC  
  
 #define PEGASUS_STATIC_CDECL __cdecl #define PEGASUS_STATIC_CDECL __cdecl
  


Legend:
Removed from v.1.6  
changed lines
  Added in v.1.10

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2