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

Diff for /pegasus/mak/platform_HPUX_PARISC_ACC.mak between version 1.16 and 1.17

version 1.16, 2002/04/23 01:30:35 version 1.17, 2002/05/03 21:09:22
Line 44 
Line 44 
  DEFINES += -DPEGASUS_LOCAL_DOMAIN_SOCKET  DEFINES += -DPEGASUS_LOCAL_DOMAIN_SOCKET
 endif endif
  
   ##
   ## The following two flags need to be set or unset together
   ## to compile-in the code required for PAM authentication
   ## and compile-out the code that uses the password file.
   ##
   
 ifdef PEGASUS_PAM_AUTHENTICATION ifdef PEGASUS_PAM_AUTHENTICATION
  DEFINES += -DPEGASUS_PAM_AUTHENTICATION  DEFINES += -DPEGASUS_PAM_AUTHENTICATION
 endif endif
  
   ##
   ## Flag to compile-out the code that uses the password file.
   ##
   
   ifdef PEGASUS_NO_PASSWORDFILE
    DEFINES += -DPEGASUS_NO_PASSWORDFILE
   endif
   
 DEPEND_INCLUDES = DEPEND_INCLUDES =
  
  


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2