(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.38 and 1.39

version 1.38, 2002/09/20 19:38:14 version 1.39, 2003/04/11 00:09:19
Line 62 
Line 62 
 # error "<Pegasus/Common/Config.h>: Unsupported Platform" # error "<Pegasus/Common/Config.h>: Unsupported Platform"
 #endif #endif
  
   
   
   
   //<<< Sun Apr  6 19:28:00 2003 mdd >>>
   //
   // COMPILER Checks
   //
   // This is to allow a check for GCC > 3.2
   // It needs to be the first thing we check because the next lines load
   // further source files
   
   #if defined(__GNUC__)
   #define GCC_VERSION (__GNUC__ * 10000 \
                                  + __GNUC_MINOR__ * 100 \
                                  + __GNUC_PATCHLEVEL__)
   
   // To test for GCC > 3.2.0:
   //     #if GCC_VERSION > 30200
   
   #endif
   
   
 #include <cstdlib> #include <cstdlib>
  
 // used for Windows only // used for Windows only
Line 161 
Line 183 
 #define PEGASUS_STATIC_CDECL #define PEGASUS_STATIC_CDECL
 #endif #endif
  
   
 #endif  /* Pegasus_Config_h */ #endif  /* Pegasus_Config_h */


Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2