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

Diff for /pegasus/src/Pegasus/Common/Platform_LINUX_ZSERIES_GNU.h between version 1.17 and 1.23

version 1.17, 2007/05/29 17:21:07 version 1.23, 2008/11/26 08:06:39
Line 34 
Line 34 
 #ifndef Pegasus_Platform_LINUX_ZSERIES_GNU_h #ifndef Pegasus_Platform_LINUX_ZSERIES_GNU_h
 #define Pegasus_Platform_LINUX_ZSERIES_GNU_h #define Pegasus_Platform_LINUX_ZSERIES_GNU_h
  
   #ifdef __cplusplus
 #include <cstddef> #include <cstddef>
   #endif
  
 #define PEGASUS_OS_TYPE_UNIX #define PEGASUS_OS_TYPE_UNIX
  
Line 77 
Line 79 
  
 #define PEGASUS_HAVE_NANOSLEEP #define PEGASUS_HAVE_NANOSLEEP
  
   #define PEGASUS_HAS_SIGNALS
   
   #define PEGASUS_INTEGERS_BOUNDARY_ALIGNED
   
   /* getifaddrs() avilable in gcc version >= 3.4 */
   #if (__GNUC__ > 3) || ((__GNUC__ == 3) && (__GNUC_MINOR__ >= 4))
   # define PEGASUS_HAS_GETIFADDRS
   #endif
   
   /* use POSIX read-write locks on this platform */
   #define PEGASUS_USE_POSIX_RWLOCK
   
 #endif /* Pegasus_Platform_LINUX_ZSERIES_GNU_h */ #endif /* Pegasus_Platform_LINUX_ZSERIES_GNU_h */


Legend:
Removed from v.1.17  
changed lines
  Added in v.1.23

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2