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
Usage of this include