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

Diff for /pegasus/src/Pegasus/Common/Platform_LINUX_PPC64_GNU.h between version 1.13 and 1.14.12.1

version 1.13, 2008/02/13 06:51:24 version 1.14.12.1, 2008/09/09 23:00:29
Line 85 
Line 85 
  
 #define PEGASUS_HAS_SIGNALS #define PEGASUS_HAS_SIGNALS
  
 /* getifaddrs() avilable in gcc version > 3.4 */  
 #if ((__GNUC__ * 10 + __GNUC_MINOR__) >= 34)  /* getifaddrs() avilable in gcc version >=3.4 */
   #if (__GNUC__ > 3) || ((__GNUC__ == 3) && (__GNUC_MINOR__ >= 4))
 # define PEGASUS_HAS_GETIFADDRS # define PEGASUS_HAS_GETIFADDRS
 #endif #endif
  
   /* use POSIX read-write locks on this platform */
   #define PEGASUS_USE_POSIX_RWLOCK
   
 #endif /* Pegasus_Platform_LINUX_PPC_GNU_h */ #endif /* Pegasus_Platform_LINUX_PPC_GNU_h */


Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14.12.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2