1: /*
   2:  * @(#)local.h	3.5 1/1/94
   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: #ifdef pdp11
  18: #define NLINE       3           /* default text buffer size */
  19: #else
  20: #define NLINE       48          /* default text buffer size */
  21: #endif
  22: #define SHELL       "/bin/csh"      /* if no environment SHELL */

Defined macros

ESCAPEC defined in line 16; used 1 times
NLINE defined in line 20; used 1 times
RUNCOM defined in line 15; used 1 times
SHELL defined in line 22; used 1 times

Usage of this include

Last modified: 1994-01-01
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 1630
Valid CSS Valid XHTML 1.0 Strict