1: /*
   2:  * Copyright (c) 1980 Regents of the University of California.
   3:  * All rights reserved.  The Berkeley software License Agreement
   4:  * specifies the terms and conditions for redistribution.
   5:  *
   6:  *	@(#)msgs.h	5.1 (Berkeley) 6/4/85
   7:  */
   8: 
   9: /*
  10:  * Local definitions for msgs.
  11:  */
  12: 
  13: #define USRMSGS "/usr/msgs"     /* msgs directory */
  14: #define MAIL    "/usr/ucb/Mail -f %s"   /* could set destination also */
  15: #define PAGE    "/usr/ucb/more -%d" /* crt screen paging program */

Defined macros

MAIL defined in line 14; used 1 times
PAGE defined in line 15; used 1 times
USRMSGS defined in line 13; used 7 times

Usage of this include

msgs.h used 1 times
Last modified: 1987-02-17
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 2172
Valid CSS Valid XHTML 1.0 Strict