summaryrefslogtreecommitdiff
path: root/dviware/quicspool/src/constants.h_backup
diff options
context:
space:
mode:
Diffstat (limited to 'dviware/quicspool/src/constants.h_backup')
-rw-r--r--dviware/quicspool/src/constants.h_backup26
1 files changed, 26 insertions, 0 deletions
diff --git a/dviware/quicspool/src/constants.h_backup b/dviware/quicspool/src/constants.h_backup
new file mode 100644
index 0000000000..46c855f596
--- /dev/null
+++ b/dviware/quicspool/src/constants.h_backup
@@ -0,0 +1,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