(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.27 and 1.33.6.1

version 1.27, 2006/08/22 17:33:17 version 1.33.6.1, 2007/09/11 16:32:43
Line 29 
Line 29 
 // //
 //============================================================================== //==============================================================================
 // //
 // Author: Markus Mueller (mmueller@de.ibm.com)  
 //  
 // Modified By: Carol Ann Krug Graves, Hewlett-Packard Company  
 //                (carolann_graves@hp.com)  
 //  
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
 #ifndef Pegasus_Platform_ZOS_ZSERIES_IBM_h #ifndef Pegasus_Platform_ZOS_ZSERIES_IBM_h
Line 69 
Line 64 
  
 #define PEGASUS_HAVE_NAMESPACES #define PEGASUS_HAVE_NAMESPACES
  
 #define PEGASUS_HAVE_EXPLICIT  
   
 #define PEGASUS_HAVE_MUTABLE  
   
 #define PEGASUS_HAVE_FOR_SCOPE #define PEGASUS_HAVE_FOR_SCOPE
  
 #define PEGASUS_HAVE_TEMPLATE_SPECIALIZATION #define PEGASUS_HAVE_TEMPLATE_SPECIALIZATION
  
 #define PEGASUS_HAVE_INTERNAL_INLINES  
   
 // removed as Pegasus will work with Native ASCII support on zOS  
 // #define PEGASUS_HAVE_EBCDIC  
   
 #define PEGASUS_STATIC_CDECL __cdecl  
   
 #define PEGASUS_HAS_SIGNALS #define PEGASUS_HAS_SIGNALS
  
 #define PEGASUS_MAXHOSTNAMELEN  256 #define PEGASUS_MAXHOSTNAMELEN  256
Line 101 
Line 85 
  
 #define PEGASUS_HAVE_PTHREADS #define PEGASUS_HAVE_PTHREADS
  
   #define PEGASUS_HAVE_RECURSIVE_MUTEXES
   
 // use the NON-POSIX conform interface version if required // use the NON-POSIX conform interface version if required
 // to avoid lots of ifdefs for z/OS // to avoid lots of ifdefs for z/OS
 #define pthread_getspecific(x) pthread_getspecific_d8_np(x); #define pthread_getspecific(x) pthread_getspecific_d8_np(x);
  
   #ifndef _CMPIR_PROXY_PROVIDER_H_
 // use my own snprintf implementation using sprintf mapping // use my own snprintf implementation using sprintf mapping
 // until the Java SDK is fixed to work with _ISOC99_SOURCE // until the Java SDK is fixed to work with _ISOC99_SOURCE
 inline int snprintf(char *sptr, size_t len, const char* form, ...) inline int snprintf(char *sptr, size_t len, const char* form, ...)
Line 116 
Line 103 
     va_end(arguments);     va_end(arguments);
     return returnvalue;     return returnvalue;
 } }
   #endif
  
 #endif /* Pegasus_Platform_ZOS_ZSERIES_IBM_h */ #endif /* Pegasus_Platform_ZOS_ZSERIES_IBM_h */


Legend:
Removed from v.1.27  
changed lines
  Added in v.1.33.6.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2