(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.19 and 1.19.4.1

version 1.19, 2007/07/06 18:17:07 version 1.19.4.1, 2008/03/20 06:16:41
Line 81 
Line 81 
  
 #define PEGASUS_HAS_SIGNALS #define PEGASUS_HAS_SIGNALS
  
   /* getifaddrs() avilable in gcc version >= 3.4 */
   #if (__GNUC__ > 3) || ((__GNUC__ == 3) && (__GNUC_MINOR__ >= 4))
   # define PEGASUS_HAS_GETIFADDRS
   #endif
   
 #endif /* Pegasus_Platform_LINUX_ZSERIES_GNU_h */ #endif /* Pegasus_Platform_LINUX_ZSERIES_GNU_h */


Legend:
Removed from v.1.19  
changed lines
  Added in v.1.19.4.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2