(file) Return to config-linux.mak CVS log (file) (dir) Up to [Pegasus] / pegasus / mak

Diff for /pegasus/mak/config-linux.mak between version 1.7 and 1.9

version 1.7, 2003/09/11 01:05:08 version 1.9, 2003/11/15 02:49:54
Line 74 
Line 74 
 FLAGS += -O2 -fPIC -W -Wall -Wno-unused -D_GNU_SOURCE -DTHREAD_SAFE -D_REENTRANT FLAGS += -O2 -fPIC -W -Wall -Wno-unused -D_GNU_SOURCE -DTHREAD_SAFE -D_REENTRANT
 endif endif
  
 ifdef PEGASUS_NO_SLP  
   FLAGS += -DPEGASUS_NO_SLP  
   NO_SLP = true  
 endif  
   
 ifdef PEGASUS_HAS_PERFINST ifdef PEGASUS_HAS_PERFINST
   FLAGS += -DPEGASUS_HAS_PERFINST   FLAGS += -DPEGASUS_HAS_PERFINST
 endif endif
Line 95 
Line 90 
  FLAGS += -DUSE_CONNECTLOCAL  FLAGS += -DUSE_CONNECTLOCAL
 endif endif
  
   # Warning: Setting the PEGASUS_USE_DEPRECATED_INTERFACES flag exposes
   # deprecated interfaces in externally-facing header files.  The deprecated
   # interfaces may not be compatible with subsequent Pegasus releases.
   # This flag should be used only for transitionary compatibility with
   # existing code and not for new development.
   
   ifdef PEGASUS_USE_DEPRECATED_INTERFACES
     DEFINES += =DPEGASUS_USE_DEPRECATED_INTERFACES
   endif
   
 # l10n # l10n
 ifdef PEGASUS_HAS_MESSAGES ifdef PEGASUS_HAS_MESSAGES
   DEFINES += -DPEGASUS_HAS_MESSAGES   DEFINES += -DPEGASUS_HAS_MESSAGES


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2