summaryrefslogtreecommitdiff
path: root/dviware/quicspool/src/constants.h_backup
blob: 46c855f5960ce2cb2087f82ec688b970b726b906 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/* $Header: constants.h.backup,v 1.1 88/01/15 13:03:20 simpson Rel $ */
/*
$Log:	constants.h.backup,v $
Revision 1.1  88/01/15  13:03:20  simpson
initial release

Revision 0.1  87/12/11  18:30:44  simpson
beta test

*/

#define FIX	   1048576	/* 2^20 FIXes = 1 point */
#define SPOINT     65536	/* 2^16 scaled points (sps) = 1 pt */
#define RSU        10000000     /* 10000000 RSUs = 1 meter */
#define PPI        72.27        /* Points per inch */
#define RESOLUTION 300          /* Pixels per inch */
#define DVIID      2
#define DOCILEUSER "--USER--"   /* Name of uid to switch to if user is from */
				/* a remote host */
#define PI	   3.14159265358979
#define HORCATRES  432		/* Horizontal resolution of C/A/T typesetter */
#define VERCATRES  144		/* Vertical resolution of C/A/T typesetter */

#ifdef TRW
#define ACCTFILE ".acctinfo"
#endif