File:  [CSRG BSD Unix] / 40BSD / cmd / lisp / h / config.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:53 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, BSD
CVS tags: HEAD, BSD40
BSD 4.0

/* sccs id @(#)config.h	34.1 10/22/80	*/

/* 
 * this file contains parameters which each site is likely to modify
 * to create (and describe) their own configuration.
 * The following names will be stored in the (status features) list.
 *
 */

#define OS      "unix"
#define MACHINE "vax"
#define SITE    "ucbvax"


/*  TTSIZ is the absolute limit, in pages, 
 * both text and data, of the
 * size to which the lisp system may grow.
 * If you change this, you must recompile
 * alloc.c and data.c
 */
#ifdef HOLE
#define TTSIZE 10216
#else
#define TTSIZE 6120
#endif


#ifdef VMS 
#undef TTSIZE
#define TTSIZE 10216
#define FREESIZE 512 * 10000
#endif 



unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.