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

Diff for /pegasus/src/Pegasus/Common/Platform_LINUX_XSCALE_GNU.h between version 1.11.2.1 and 1.12

version 1.11.2.1, 2007/09/11 16:32:43 version 1.12, 2008/02/13 06:51:24
Line 80 
Line 80 
  
 #define PEGASUS_HAVE_PTHREADS #define PEGASUS_HAVE_PTHREADS
  
 #define PEGASUS_HAVE_RECURSIVE_MUTEXES  
   
 #define PEGASUS_HAVE_NANOSLEEP #define PEGASUS_HAVE_NANOSLEEP
  
 #define PEGASUS_HAS_SIGNALS #define PEGASUS_HAS_SIGNALS
  
   /* getifaddrs() avilable in gcc version > 3.4 */
   #if ((__GNUC__ * 10 + __GNUC_MINOR__) >= 34)
   # define PEGASUS_HAS_GETIFADDRS
   #endif
   
 #endif /* Pegasus_Platform_LINUX_XSCALE_GNU_h */ #endif /* Pegasus_Platform_LINUX_XSCALE_GNU_h */


Legend:
Removed from v.1.11.2.1  
changed lines
  Added in v.1.12

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2