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

Diff for /pegasus/src/Pegasus/Common/Platform_LINUX_IX86_GNU.h between version 1.8 and 1.9

version 1.8, 2001/07/10 22:31:14 version 1.9, 2001/12/13 14:54:01
Line 22 
Line 22 
 // //
 // Author: Mike Brasher (mbrasher@bmc.com) // Author: Mike Brasher (mbrasher@bmc.com)
 // //
 // Modified By:  // Modified By: Mike Day (mdday@us.ibm.com)
 // //
 //%///////////////////////////////////////////////////////////////////////////// //%/////////////////////////////////////////////////////////////////////////////
  
Line 54 
Line 54 
 #define PEGASUS_HAVE_BOOLEAN #define PEGASUS_HAVE_BOOLEAN
  
 // #define PEGASUS_EXPLICIT_INSTANTIATION // #define PEGASUS_EXPLICIT_INSTANTIATION
   #ifndef _GNU_SOURCE
   #define _GNU_SOURCE
   #endif
   #ifndef _REENTRANT
   #define _REENTRANT
   #endif
   #define _THREAD_SAFE
   #include <features.h>
 #endif /* Pegasus_Platform_LINUX_IX86_GNU_h */ #endif /* Pegasus_Platform_LINUX_IX86_GNU_h */


Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2