home *** CD-ROM | disk | FTP | other *** search
/ Phoenix CD 2.0 / Phoenix_CD.cdr / 01e / max130.zip / CONFIG.MAX < prev    next >
Text File  |  1988-10-30  |  2KB  |  56 lines

  1.  
  2.     This is the Max configuration file.
  3.  
  4.     Only options that begin in column one are processed. Anything
  5.     following a blank or tab is considered to be a comment. The
  6.     pathnames of source files may be specified. All configuration 
  7.     directives are processed prior to evaluating source files.
  8.  
  9.     There are many options for setting the maximum size of internal
  10.     buffers and data structures. The defaults for these are small so
  11.     that Max will run on 256 kb systems.
  12.  
  13.     Option:        Default:    Description:
  14.  
  15.     -sa<n>        64        arguments to a function
  16.     -sb<n>        256        length of replacement names and text
  17.     -sc<n>        20        replacement directives
  18.     -se<n>        512        exported name length
  19.     -sf<n>        10        entries in free list
  20.     -sg<n>        16        structures (lists, arrays, etc)
  21.     -si<n>        5        nested include files
  22.     -sm<n>        4096        total symbol length
  23.     -sn<n>        32        nested function level
  24.     -sp<n>        1024        program steps
  25.     -sr<n>        32        recursion levels
  26.     -ss<n>        128        number of symbols (vars/fns/lits)
  27.     -st<n>        128        token length
  28.     -su<n>        64        user defined functions
  29.     -sv<n>        4        transient levels
  30.     
  31.     Max uses special logic to check for control-c that may not work
  32.     on machines that are not PC compatible. If you get extraneous program
  33.     interruptions, use the following:
  34.  
  35.     -c        disable extended control-c checking
  36.  
  37.     The following Max source files contain general purpose function
  38.     and preprocessor definitions:
  39.  
  40.     block.max    preprocessor "For ... EndFor" style definitions
  41.     window.max    initialization for the MaxEdit integrated environment
  42.     sample.max    sample functions, including type and dir
  43.  
  44.     Use the rest of the file to specify the options and files you
  45.     would like to use every time that Max is started.
  46.  
  47. block.max
  48. window.max
  49. sample.max
  50.  
  51.  
  52. -sb8192
  53. -sc100
  54. -ss512
  55. -sp2048
  56.