summaryrefslogtreecommitdiff
path: root/dviware/umddvi/h/imagen.h
diff options
context:
space:
mode:
Diffstat (limited to 'dviware/umddvi/h/imagen.h')
-rw-r--r--dviware/umddvi/h/imagen.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/dviware/umddvi/h/imagen.h b/dviware/umddvi/h/imagen.h
new file mode 100644
index 0000000000..fc80350172
--- /dev/null
+++ b/dviware/umddvi/h/imagen.h
@@ -0,0 +1,24 @@
+/*
+ * Copyright (c) 1987 University of Maryland Department of Computer Science.
+ * All rights reserved. Permission to copy for any purpose is hereby granted
+ * so long as this copyright notice remains intact.
+ */
+
+/* imagen 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 MaxImFamily 128 /* hardware limitation on font family index */
+#define DefaultDPI 300 /* 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 (DPI) /* 1" margins */
+#define DefaultLeftMargin (DPI)