(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.24 and 1.25

version 1.24, 2006/06/26 22:23:29 version 1.25, 2006/07/17 08:36:52
Line 51 
Line 51 
 // longlong // longlong
 //#define _LONG_LONG 1 //#define _LONG_LONG 1
  
 #include <limits.h>  
  
   #define _UNIX03_SOURCE
   
   //#include <limits.h>
   
   #ifdef __cplusplus
 #include <cstddef> #include <cstddef>
   #endif
  
 #include <stdarg.h> #include <stdarg.h>
   
   #define _ISOC99_SOURCE
 #include <stdio.h> #include <stdio.h>
  
 #define PEGASUS_OS_TYPE_UNIX #define PEGASUS_OS_TYPE_UNIX
Line 97 
Line 104 
 //#define snprintf(sptr,len,form,data) sprintf(sptr,form,data) //#define snprintf(sptr,len,form,data) sprintf(sptr,form,data)
  
 #define ZOS_SECURITY_NAME "CIMServer Security" #define ZOS_SECURITY_NAME "CIMServer Security"
 inline int snprintf(char *sptr, size_t len, const char* form, ...)  
 {  
     int returnvalue;  
     va_list arguments;  
     va_start(arguments, form);  
     returnvalue = vsprintf(sptr, form, arguments);  
     va_end(arguments);  
     return returnvalue;  
 }  
  
 #define ZOS_DEFAULT_PEGASUS_REPOSITORY "/var/wbem" #define ZOS_DEFAULT_PEGASUS_REPOSITORY "/var/wbem"
  
   #define PEGASUS_HAVE_BROKEN_GLOBAL_CONSTRUCTION
   
 #endif /* Pegasus_Platform_ZOS_ZSERIES_IBM_h */ #endif /* Pegasus_Platform_ZOS_ZSERIES_IBM_h */


Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2