(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.6 and 1.10

version 1.6, 2001/06/16 23:10:05 version 1.10, 2002/02/22 19:16:40
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>
   #include <stdio.h>
   #include <stdlib.h>
 #endif /* Pegasus_Platform_LINUX_IX86_GNU_h */ #endif /* Pegasus_Platform_LINUX_IX86_GNU_h */


Legend:
Removed from v.1.6  
changed lines
  Added in v.1.10

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2