(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.25.2.1 and 1.25.2.2

version 1.25.2.1, 2006/07/27 23:11:52 version 1.25.2.2, 2006/08/02 07:26:35
Line 42 
Line 42 
 // added for Native ASCII Support // added for Native ASCII Support
 #pragma runopts("FILETAG(AUTOCVT,AUTOTAG)") #pragma runopts("FILETAG(AUTOCVT,AUTOTAG)")
  
 //#define _XOPEN_SOURCE_EXTENDED 1  #include <sched.h>
 //#define _OPEN_SYS 1  // include here to avoid redefinition from below
 #define _MSE_PROTOS  #include <pthread.h>
 #define _OPEN_SOURCE 3  
 // timezone  
 #define _ALL_SOURCE  
 // longlong  
 //#define _LONG_LONG 1  
   
   
 #define _UNIX03_SOURCE  
   
 //#include <limits.h>  
  
 #ifdef __cplusplus #ifdef __cplusplus
 #include <cstddef> #include <cstddef>
 #endif #endif
  
 #include <stdarg.h> #include <stdarg.h>
   
 #define _ISOC99_SOURCE  
 #include <stdio.h> #include <stdio.h>
   // usleep() function in Threads.h
   #include <unistd.h>
  
 #define PEGASUS_OS_TYPE_UNIX #define PEGASUS_OS_TYPE_UNIX
  
Line 111 
Line 101 
  
 #define PEGASUS_HAVE_PTHREADS #define PEGASUS_HAVE_PTHREADS
  
   // use the NON-POSIX conform interface version if required
   // to avoid lots of ifdefs for z/OS
   #define pthread_getspecific(x) pthread_getspecific_d8_np(x);
   
 #endif /* Pegasus_Platform_ZOS_ZSERIES_IBM_h */ #endif /* Pegasus_Platform_ZOS_ZSERIES_IBM_h */


Legend:
Removed from v.1.25.2.1  
changed lines
  Added in v.1.25.2.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2