version 1.1.1.1, 2000/01/09 17:00:56 |
version 1.1.1.2, 2000/01/22 14:15:56 |
|
|
#endif |
#endif |
|
|
|
|
|
/* BeOS */ |
|
#ifdef __BEOS__ |
|
# include "be.trm" |
|
#endif |
|
|
|
|
/****************************************************************************/ |
/****************************************************************************/ |
/* MS-DOS and Windows */ |
/* MS-DOS and Windows */ |
#if defined(MSDOS) || defined(_Windows) |
#if defined(MSDOS) || defined(_Windows) |
|
|
# include "next.trm" |
# include "next.trm" |
#endif |
#endif |
|
|
|
/* Apple MacOs X Server (Openstep Unix) */ |
|
#if defined(__APPLE__) && defined(__MACH__) |
|
# include "openstep.trm" |
|
#endif |
|
|
/* OS/2 */ |
/* OS/2 */ |
#ifdef OS2 |
#ifdef OS2 |
|
|
#endif |
#endif |
|
|
/****************************************************************************/ |
/****************************************************************************/ |
/* Terminals not relevant for MSDOS, OS2, MS-Windows, ATARI or Amiga */ |
/* Terminals not relevant for MSDOS, MS-Windows, ATARI or Amiga */ |
#if !(defined(MSDOS) || defined(OS2) || defined(_Windows) || defined(ATARI) || defined(MTOS) || defined(AMIGA)) |
#if !(defined(MSDOS) || defined(_Windows) || defined(ATARI) || defined(MTOS) || defined(AMIGA)) |
|
|
/* AED 512 and AED 767 graphics terminals */ |
/* AED 512 and AED 767 graphics terminals */ |
# include "aed.trm" |
# include "aed.trm" |
|
|
|
|
/* Tektronix 4106, 4107, 4109 and 420x terminals */ |
/* Tektronix 4106, 4107, 4109 and 420x terminals */ |
# include "t410x.trm" |
# include "t410x.trm" |
|
|
/* a Tek 4010 and others including VT-style */ |
/* a Tek 4010 and others including VT-style */ |
# include "tek.trm" |
# include "tek.trm" |
|
|
/* inboard terminal driver for X11 (dumps gnuplot_x11 commands) */ |
/* inboard terminal driver for X11 (dumps gnuplot_x11 commands) */ |
# include "xlib.trm" |
# include "xlib.trm" |
|
|
#endif /* !MSDOS && !OS2 && !_Windows && !_ATARI && !_MTOS && !AMIGA */ |
#endif /* !MSDOS && !_Windows && !_ATARI && !_MTOS && !AMIGA */ |
/****************************************************************************/ |
/****************************************************************************/ |
|
|
|
|
|
|
/* DXF format for use with AutoCad (Release 10.x) */ |
/* DXF format for use with AutoCad (Release 10.x) */ |
#include "dxf.trm" |
#include "dxf.trm" |
|
|
/* #include "dxy.trm" /* Roland DXY800A plotter */ |
/* Roland DXY800A plotter */ |
/* #include "excl.trm" /* QMS/EXCL laserprinter (Talaris 1590 and others) */ |
/* #include "dxy.trm" */ |
|
/* QMS/EXCL laserprinter (Talaris 1590 and others) */ |
|
/* #include "excl.trm" */ |
|
|
/* fig graphics */ |
/* fig graphics */ |
#include "fig.trm" |
#include "fig.trm" |
|
|
# include "gif.trm" |
# include "gif.trm" |
#endif |
#endif |
|
|
/* #include "grass.trm" /* geographical info system */ |
/* geographical info system */ |
#include "hp26.trm" /* HP2623A and probably others */ |
/* #include "grass.trm" */ |
#include "hp2648.trm" /* HP2647 and 2648 */ |
|
#include "hp500c.trm" /* HP DeskJet 500 C */ |
|
#include "hpgl.trm" /* HP7475, HP7220 plotters, and (hopefully) lots of others */ |
|
#include "hpljii.trm" /* HP Laserjet II */ |
|
#include "hppj.trm" /* HP PrintJet */ |
|
#include "imagen.trm" /* Imagen laser printers */ |
|
/* #include "kyo.trm" /* Kyocera Prescribe printer */ |
|
#include "mif.trm" /* Frame Maker MIF 3.00 format driver */ |
|
#include "pbm.trm" /* portable bit map */ |
|
|
|
|
/* HP2623A and probably others */ |
|
#include "hp26.trm" |
|
|
|
/* HP2647 and 2648 */ |
|
#include "hp2648.trm" |
|
|
|
/* HP DeskJet 500 C */ |
|
#include "hp500c.trm" |
|
|
|
/* HP7475, HP7220 plotters, and (hopefully) lots of others */ |
|
#include "hpgl.trm" |
|
|
|
/* HP Laserjet II */ |
|
#include "hpljii.trm" |
|
|
|
/* HP PrintJet */ |
|
#include "hppj.trm" |
|
|
|
/* Imagen laser printers */ |
|
#include "imagen.trm" |
|
|
|
/* Kyocera Prescribe printer */ |
|
/* #include "kyo.trm" */ |
|
|
|
/* Frame Maker MIF 3.00 format driver */ |
|
#include "mif.trm" |
|
|
|
/* portable bit map */ |
|
#include "pbm.trm" |
|
|
/* NOTE THAT PNG REQUIRES A SEPARATE LIBRARY : see term/png.trm */ |
/* NOTE THAT PNG REQUIRES A SEPARATE LIBRARY : see term/png.trm */ |
#ifdef HAVE_LIBPNG |
#ifdef HAVE_LIBPNG |
# include "png.trm" |
# include "png.trm" |
#endif |
#endif |
|
|
#include "post.trm" /* postscript */ |
/* postscript */ |
#include "qms.trm" /* QMS laser printers */ |
#include "post.trm" |
#include "table.trm" /* built-in, but used for the documentation */ |
|
#include "tgif.trm" /* x11 tgif tool */ |
|
#include "tkcanvas.trm" /* tcl/tk */ |
|
/* #include "v384.trm" /* Vectrix 384 printer, also Tandy colour */ |
|
|
|
|
/* QMS laser printers */ |
|
#include "qms.trm" |
|
|
|
/* built-in, but used for the documentation */ |
|
#include "table.trm" |
|
|
|
/* x11 tgif tool */ |
|
#include "tgif.trm" |
|
|
|
/* tcl/tk with perl extensions */ |
|
#include "tkcanvas.trm" |
|
|
|
/* Vectrix 384 printer, also Tandy colour */ |
|
/* #include "v384.trm" */ |
|
|
/* wire printers */ |
/* wire printers */ |
#define EPSONP /* Epson LX-800, Star NL-10, NX-1000 and lots of others */ |
/* Epson LX-800, Star NL-10, NX-1000 and lots of others */ |
#define EPS60 /* Epson-style 60-dot per inch printers */ |
#define EPSONP |
#define EPS180 /* Epson-style 180-dot per inch (24 pin) printers */ |
|
|
/* Epson-style 60-dot per inch printers */ |
|
#define EPS60 |
|
|
|
/* Epson-style 180-dot per inch (24 pin) printers */ |
|
#define EPS180 |
|
|
#define NEC |
#define NEC |
#define OKIDATA |
#define OKIDATA |
#define STARC |
#define STARC |
#define TANDY60 /* Tandy DMP-130 series 60-dot per inch graphics */ |
|
#include "epson.trm" /* the common driver file for all of these */ |
|
|
|
|
/* Tandy DMP-130 series 60-dot per inch graphics */ |
|
#define TANDY60 |
|
|
|
/* the common driver file for all of these */ |
|
#include "epson.trm" |
|
|
|
|
/* TeX related terminals */ |
/* TeX related terminals */ |
#define EMTEX |
#define EMTEX |
#include "latex.trm" /* latex and emtex */ |
#define EEPIC |
#include "pslatex.trm" /* latex/tex with picture in postscript */ |
|
#include "eepic.trm" /* EEPIC-extended LaTeX driver, for EEPIC users */ |
/* latex and emtex */ |
#include "tpic.trm" /* TPIC specials for TeX */ |
#include "latex.trm" |
#include "pstricks.trm" /* LaTeX picture environment with PSTricks macros */ |
|
#include "texdraw.trm" /* TeXDraw drawing package for LaTeX */ |
/* latex/tex with picture in postscript */ |
#include "metafont.trm" /* METAFONT */ |
#include "pslatex.trm" |
|
|
|
/* EEPIC-extended LaTeX driver, for EEPIC users */ |
|
#include "eepic.trm" |
|
|
|
/* TPIC specials for TeX */ |
|
#include "tpic.trm" |
|
|
|
/* LaTeX picture environment with PSTricks macros */ |
|
#include "pstricks.trm" |
|
|
|
/* TeXDraw drawing package for LaTeX */ |
|
#include "texdraw.trm" |
|
|
|
/* METAFONT */ |
|
#include "metafont.trm" |
|
|
|
/* METAPOST */ |
|
#include "metapost.trm" |
|
|
#endif /* !SHORT_TERMLIST */ |
#endif /* !SHORT_TERMLIST */ |