1: /*
2: * @(#)local.h 3.4 4/24/85
3: */
4:
5: /*
6: * Copyright (c) 1983 Regents of the University of California,
7: * All rights reserved. Redistribution permitted subject to
8: * the terms of the Berkeley Software License Agreement.
9: */
10:
11: /*
12: * Things of local interest.
13: */
14:
15: #define RUNCOM ".windowrc"
16: #define ESCAPEC ctrl(p)
17: #define NLINE 48 /* default text buffer size */
18: #define SHELL "/bin/csh" /* if no environment SHELL */
Defined macros
NLINE
defined in line
17; used 1 times
SHELL
defined in line
18; used 1 times
Usage of this include