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

Diff for /pegasus/mak/config.mak between version 1.219 and 1.220

version 1.219, 2014/11/10 21:41:03 version 1.220, 2015/04/23 13:27:56
Line 1650 
Line 1650 
     $(error "PEGASUS_ENABLE_SESSION_COOKIES must be true or false")     $(error "PEGASUS_ENABLE_SESSION_COOKIES must be true or false")
   endif   endif
 endif endif
   
   ##==============================================================================
   ##
   ## PEGASUS_POSIX_TIMED_LOCK
   ##
   ##==============================================================================
   
   ifndef PEGASUS_POSIX_TIMED_LOCK
     PEGASUS_POSIX_TIMED_LOCK=true
   endif
   
   ifeq ($(PEGASUS_POSIX_TIMED_LOCK),true)
     DEFINES += -DPEGASUS_POSIX_TIMED_LOCK
   else
     ifneq ($(PEGASUS_POSIX_TIMED_LOCK),false)
       $(error "PEGASUS_POSIX_TIMED_LOCK must be true or false")
     endif
   endif


Legend:
Removed from v.1.219  
changed lines
  Added in v.1.220

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2