summaryrefslogtreecommitdiff
path: root/dviware/dvitops/cms.h
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /dviware/dvitops/cms.h
Initial commit
Diffstat (limited to 'dviware/dvitops/cms.h')
-rw-r--r--dviware/dvitops/cms.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/dviware/dvitops/cms.h b/dviware/dvitops/cms.h
new file mode 100644
index 0000000000..de0f0d0568
--- /dev/null
+++ b/dviware/dvitops/cms.h
@@ -0,0 +1,33 @@
+/* $Header: /usr/jjc/dvitops/RCS/cms.h,v 1.4 90/10/19 09:42:18 jjc Exp $ */
+/* Support for VM/CMS */
+
+#define PAPER "a4"
+
+#ifndef FILENAME_MAX
+#define FILENAME_MAX 20
+#endif
+#define POSTFIX_AREA
+#define AREA_LIST_SEP ':'
+#define AREA_SEP '.'
+#define TEXFONTS ".*"
+#define TEXINPUTS ".*"
+#define TEXPK "%f.%dpk.*"
+#define TEXMAGS 214,248,257,270,300,329,360,432,518,622,746,896,1075,1290
+#define PSFONTS ".*"
+#define DPI 300
+#define MAXFONTS 256
+#define FOPEN_RB(file) (fopen((file), "rb"))
+#define FILENAME_HAS_AREA(f) FALSE
+/* You may need to uncomment this. */
+/*#define BROKEN_PROTO */
+#define STDARG
+#define EBCDIC
+#define NEED_QSORT
+/* #define HAVE_ISATTY */
+/* do not embed getc in a macro */
+#define NO_GETC_IN_MACRO
+#define ERRNO_IN_STDEFS
+
+/* You may need to change this to <stdefs.h> */
+#include <stddef.h>
+#include <limits.h>