summaryrefslogtreecommitdiff
path: root/dviware/umddvi/h/dmddev.h
blob: d536ad8169456e3c27a6a4145128563922f5ddee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* dmd globals */

/* Accounting: */
#ifndef ACCOUNT_FILE
/*
#define ACCOUNT_FILE "/usr/adm/imagen_acct"/* if defined, the name of the
					      imagen page accounting file */
#endif	ACCOUNT_FILE

#define NFONTS		128	/* Max number of fonts.  128 is a hardware
				   limitation. */
#define DefaultDPI	118	/* 300 for Imagen 8/300, 240 for Imprint-10 */

#define DefaultMaxDrift	3	/* default value for MaxDrift */

/* Default margins, in dots */
/* CRUFT ALERT: depending on DPI variable */
#define DefaultTopMargin   (0)	/* 1" margins */
#define DefaultLeftMargin  (0)