(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.10.4.2 and 1.16

version 1.10.4.2, 2004/04/24 01:38:14 version 1.16, 2004/06/30 16:03:23
Line 22 
Line 22 
  
 MOVE = mv MOVE = mv
  
   MKDIRHIER = mkdir -p
   
 PEGASUS_SUPPORTS_DYNLIB = yes PEGASUS_SUPPORTS_DYNLIB = yes
  
 MAJOR_VERSION_NUMBER = 1 MAJOR_VERSION_NUMBER = 1
Line 60 
Line 62 
 ## and compile-out the code that uses the password file. ## and compile-out the code that uses the password file.
  
  DEFINES += -DPEGASUS_PAM_AUTHENTICATION -DPEGASUS_NO_PASSWORDFILE  DEFINES += -DPEGASUS_PAM_AUTHENTICATION -DPEGASUS_NO_PASSWORDFILE
   
 endif endif
  
  
Line 85 
Line 88 
  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
Line 138 
Line 131 
     SYS_LIBS += -licui18n     SYS_LIBS += -licui18n
   endif   endif
 endif endif
   
   ####################################
   ##
   ##   If PEGASUS_LSB is set, set the rest of the variables.
   ##
   ####################################
   
   ifdef PEGASUS_LSB
       SYS_INCLUDES += -I/usr/include -I/usr/include/c++
       FLAGS += -DPEGASUS_OS_LSB
   endif
   


Legend:
Removed from v.1.10.4.2  
changed lines
  Added in v.1.16

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2