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

Diff for /pegasus/mak/config.mak between version 1.194 and 1.195

version 1.194, 2011/01/07 11:26:03 version 1.195, 2011/01/12 13:30:23
Line 1554 
Line 1554 
    DEFINES += -DPEGASUS_EXTRA_PROVIDER_LIB_DIR=\"\"    DEFINES += -DPEGASUS_EXTRA_PROVIDER_LIB_DIR=\"\"
 endif endif
  
   ################################################################################
   ##
   ## PEGASUS_INITIAL_THREADSTACK_SIZE
   ##
   ##     This environment variable sets the initial size of the stack on new threads.
   ##     When it is undefined, the size defaults to something relatively small
   ##     (see src/Pegasus/Common/Config.h or if overridden by platform see
   ##      src/Pegasus/Common/Platform_$(PEGASUS_PLATFORM).h).
   ##     Value is specified in number of bytes.
   ##
   ################################################################################
   
   ifdef PEGASUS_INITIAL_THREADSTACK_SIZE
   DEFINES += -DPEGASUS_INITIAL_THREADSTACK_SIZE=$(PEGASUS_INITIAL_THREADSTACK_SIZE)
   endif
   


Legend:
Removed from v.1.194  
changed lines
  Added in v.1.195

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2