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

Diff for /pegasus/src/Pegasus/Common/Config.h between version 1.63 and 1.67

version 1.63, 2006/08/16 19:31:25 version 1.67, 2006/12/01 22:40:23
Line 73 
Line 73 
 # include <Pegasus/Common/Platform_OS400_ISERIES_IBM.h> # include <Pegasus/Common/Platform_OS400_ISERIES_IBM.h>
 #elif defined (PEGASUS_PLATFORM_DARWIN_PPC_GNU) #elif defined (PEGASUS_PLATFORM_DARWIN_PPC_GNU)
 # include <Pegasus/Common/Platform_DARWIN_PPC_GNU.h> # include <Pegasus/Common/Platform_DARWIN_PPC_GNU.h>
   #elif defined (PEGASUS_PLATFORM_DARWIN_IX86_GNU)
   # include <Pegasus/Common/Platform_DARWIN_IX86_GNU.h>
 #elif defined (PEGASUS_PLATFORM_VMS_ALPHA_DECCXX) #elif defined (PEGASUS_PLATFORM_VMS_ALPHA_DECCXX)
 # include <Pegasus/Common/Platform_VMS_ALPHA_DECCXX.h> # include <Pegasus/Common/Platform_VMS_ALPHA_DECCXX.h>
 #elif defined (PEGASUS_PLATFORM_VMS_IA64_DECCXX) #elif defined (PEGASUS_PLATFORM_VMS_IA64_DECCXX)
Line 215 
Line 217 
 #endif #endif
  
 #ifndef PEGASUS_MAXHOSTNAMELEN #ifndef PEGASUS_MAXHOSTNAMELEN
   # ifdef _POSIX_HOST_NAME_MAX
   #  define PEGASUS_MAXHOSTNAMELEN _POSIX_HOST_NAME_MAX
   # else
 #define PEGASUS_MAXHOSTNAMELEN MAXHOSTNAMELEN #define PEGASUS_MAXHOSTNAMELEN MAXHOSTNAMELEN
 #endif #endif
   #endif
  
 #ifdef __cplusplus #ifdef __cplusplus
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
Line 251 
Line 256 
 # define PEGASUS_MAX_PRINTABLE_CHAR 127 # define PEGASUS_MAX_PRINTABLE_CHAR 127
 #endif #endif
  
 // used for zOS only  
 #ifndef PEGASUS_STATIC_CDECL  
 #define PEGASUS_STATIC_CDECL  
 #endif  
   
 #endif  /* Pegasus_Config_h */ #endif  /* Pegasus_Config_h */


Legend:
Removed from v.1.63  
changed lines
  Added in v.1.67

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2