home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March B / SCO_CASTOR4RRT.iso / cmds / root.3 / tmp / prf / Space.c / Space
Text File  |  1998-08-19  |  784b  |  20 lines

  1. /*
  2.  * Copyright (c) 1998 The Santa Cruz Operation, Inc.. All Rights Reserved. 
  3.  *                                                                         
  4.  *        THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF THE               
  5.  *                   SANTA CRUZ OPERATION INC.                             
  6.  *                                                                         
  7.  *   The copyright notice above does not evidence any actual or intended   
  8.  *   publication of such source code.                                      
  9.  */
  10.  
  11. #ident    "@(#)kern-i386:io/prf/prf.cf/Space.c    1.1"
  12. #ident    "$Header: $"
  13.  
  14. #include <config.h>
  15. /*
  16.  * PRFMAX limits the amount of memory that may be allocated 
  17.  * for the kernel profiler.  Setting it to 0 makes it unlimited.
  18.  */
  19. int maxprf = PRFMAX;
  20.