summaryrefslogtreecommitdiff
path: root/dviware/dvitops/cms.h
blob: de0f0d0568983df3f3031d96b8b95f3ab763a6e8 (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
27
28
29
30
31
32
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>