1 /*
2  * Copyright (c) 1983, 1993
3  *	The Regents of the University of California.  All rights reserved.
4  *
5  * %sccs.include.redist.c%
6  *
7  *	@(#)lp.local.h	8.1 (Berkeley) 06/06/93
8  */
9 
10 /*
11  * Possibly, local parameters to the spooling system
12  */
13 
14 /*
15  * Defaults for line printer capabilities data base
16  */
17 #define	DEFLP		"lp"
18 #define DEFLOCK		"lock"
19 #define DEFSTAT		"status"
20 #define	DEFMX		1000
21 #define DEFMAXCOPIES	0
22 #define DEFFF		"\f"
23 #define DEFWIDTH	132
24 #define DEFLENGTH	66
25 #define DEFUID		1
26 
27 /*
28  * When files are created in the spooling area, they are normally
29  *   readable only by their owner and the spooling group.  If you
30  *   want otherwise, change this mode.
31  */
32 #define FILMOD		0660
33 
34 /*
35  * Printer is assumed to support LINELEN (for block chars)
36  *   and background character (blank) is a space
37  */
38 #define LINELEN		132
39 #define BACKGND		' '
40 
41 #define HEIGHT	9		/* height of characters */
42 #define WIDTH	8		/* width of characters */
43 #define DROP	3		/* offset to drop characters with descenders */
44 
45 /*
46  * Define TERMCAP if the terminal capabilites are to be used for lpq.
47  */
48 #define TERMCAP
49 
50 /*
51  * Maximum number of user and job requests for lpq and lprm.
52  */
53 #define MAXUSERS	50
54 #define MAXREQUESTS	50
55