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

Diff for /pegasus/src/Pegasus/Common/Platform_LINUX_IA64_GNU.h between version 1.22 and 1.24

version 1.22, 2006/01/30 16:17:07 version 1.24, 2006/06/26 22:23:29
Line 74 
Line 74 
 #define PEGASUS_MAXHOSTNAMELEN 64 #define PEGASUS_MAXHOSTNAMELEN 64
 #endif #endif
  
 #define PEGASUS_SOCKLEN_T socklen_t  #if (__GNUC__ >= 4)
   # define PEGASUS_EXPORT __attribute__ ((visibility("default")))
   # define PEGASUS_IMPORT __attribute__ ((visibility("default")))
   # define PEGASUS_HIDDEN_LINKAGE __attribute__((visibility("hidden")))
   #endif
  
 #endif /* Pegasus_Platform_LINUX_IA64_GNU_h */ #endif /* Pegasus_Platform_LINUX_IA64_GNU_h */


Legend:
Removed from v.1.22  
changed lines
  Added in v.1.24

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2