chiark / gitweb /
Import upstream version 5.3.
[mup] / mup / mupdisp / dispttyp.h
CommitLineData
69695f33
MW
1
2/* Copyright (c) 1995, 1996, 1998 by Arkkra Enterprises */
3/* All rights reserved */
4
5/* to compile Mup/Ghostscript display program
6 * to allow working on AT386 terminal type, make sure AT386 is
7 * defined. To compile to work on X-windows, make sure XWINDOW is defined.
8 * To work with either, define both.
9 * Support for other terminal types could be added in the future. */
10
11#ifdef i386
12#if !defined(linux) && !defined(__EMX__)
13#define AT386 1
14#endif
15#endif
16
17#ifdef unix
18#define XWINDOW 1
19#endif
20