home *** CD-ROM | disk | FTP | other *** search
-
- This is the Max configuration file.
-
- Only options that begin in column one are processed. Anything
- following a blank or tab is considered to be a comment. The
- pathnames of source files may be specified. All configuration
- directives are processed prior to evaluating source files.
-
- There are many options for setting the maximum size of internal
- buffers and data structures. The defaults for these are small so
- that Max will run on 256 kb systems.
-
- Option: Default: Description:
-
- -sa<n> 64 arguments to a function
- -sb<n> 256 length of replacement names and text
- -sc<n> 20 replacement directives
- -se<n> 512 exported name length
- -sf<n> 10 entries in free list
- -sg<n> 16 structures (lists, arrays, etc)
- -si<n> 5 nested include files
- -sm<n> 4096 total symbol length
- -sn<n> 32 nested function level
- -sp<n> 1024 program steps
- -sr<n> 32 recursion levels
- -ss<n> 128 number of symbols (vars/fns/lits)
- -st<n> 128 token length
- -su<n> 64 user defined functions
- -sv<n> 4 transient levels
-
- Max uses special logic to check for control-c that may not work
- on machines that are not PC compatible. If you get extraneous program
- interruptions, use the following:
-
- -c disable extended control-c checking
-
- The following Max source files contain general purpose function
- and preprocessor definitions:
-
- block.max preprocessor "For ... EndFor" style definitions
- window.max initialization for the MaxEdit integrated environment
- sample.max sample functions, including type and dir
-
- Use the rest of the file to specify the options and files you
- would like to use every time that Max is started.
-
- block.max
- window.max
- sample.max
-
-
- -sb8192
- -sc100
- -ss512
- -sp2048