blob: dc10cf6c9cd7775ea193992002c5c02a1734626c (
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
34
35
36
37
38
39
40
|
/* Define to use A4 as the default paper size. */
#define A4 0
/* Define to the length (in bytes) of the above type. */
#define BMBYTES 4
/* Define to determine the integer type to be used in bitmaps. The type used
will be "unsigned BMTYPE". */
#define BMTYPE int
/* Define to enable radio buttons on the side of the window for common
commands. */
#undef BUTTONS
/* Define to enable greyscale anti-aliasing for shrunken bitmaps. */
#undef GREY
/* Define to enable gf format files (in addition to pk format). */
#undef USE_GF
/* Define if your system has STREAMS (and if X uses it). */
#define HAVE_STREAMS 0
/* Define if you have the poll function. */
#define HAVE_POLL 0
/* Define if you are using SunOS 4.x. */
#define SUNOS4 0
/* xdvik: Define to avoid using any toolkit (and consequently omit lots
of features). */
#undef NOTOOL
/* all: Define to enable running scripts when missing input files. */
#define MAKE_TEX_MF_BY_DEFAULT 0
#define MAKE_TEX_PK_BY_DEFAULT 0
#define MAKE_TEX_TEX_BY_DEFAULT 0
#define MAKE_TEX_TFM_BY_DEFAULT 0
#define MAKE_OMEGA_OFM_BY_DEFAULT 0
#define MAKE_OMEGA_OCP_BY_DEFAULT 0
|