|
|
1.1 root 1: /*
2: * Icon configuration. This file is produced when the Icon system is
3: * built by icon-setup.
4: */
5:
6: /*
7: * The following #defines may occur:
8: *
9: * DEBUG debugging code
10: * MEMMON code for monitoring memory management (for AED display)
11: * SYSINFO code for collecting system information via the sysinfo()
12: * function (only complete for the VAX)
13: * VMS code specific to the VAX-11 under VMS
14: */
15:
16: #define Ident(x) x
17: #define Cat(x,y) Ident(x)y
18: #define VERSION "Icon Version 6.0. January 20, 1986"
19: #define OPTIONS "-interpex -host gethost -vfork"
20: #define GetHost 1
21: #define IntBin "/users/whm/v6/bin"
22: #define Iconx "/users/whm/v6/bin/iconx"
23: #define IconxHdr "/users/whm/v6/bin/iconx.hdr"
24: #define Fork fork
25: #define HZ 60
26: #define VAX 1
27: #define index strchr
28: #define rindex strrchr
29: #define IntSize 32
30: #define LargeMem 1
31: #define MaxHdr 2048
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.