[BACK]Return to term.h CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gnuplot

Diff for /OpenXM_contrib/gnuplot/Attic/term.h between version 1.1.1.1 and 1.1.1.3

version 1.1.1.1, 2000/01/09 17:00:56 version 1.1.1.3, 2003/09/15 07:09:23
Line 64 
Line 64 
 # endif                         /* X11 */  # endif                         /* X11 */
 #else /* include all applicable terminals not commented out */  #else /* include all applicable terminals not commented out */
   
   /***************************************************************/
   /* Another special subset, this time for 16bit DOS/Windows
    * builds. There's precious little space to squeeze drivers into on
    * these platforms, so it's easier to provide a working selection here
    * than to have every user try to find one him/herself. If you
    * HAVE_LIBPDF, HAVE_LIBGD and/or HAVE_LIBPNG, even this selection may
    * already be too large. */
   #if defined(DOS16) || defined (WIN16)
   # ifndef WIN16
   #  ifdef PC
   /* uncomment the next line to include SuperVGA support using the
    * SVGA.BGI drivers. This also triggers the inclusion of Super VGA
    * support */
   /* #   define BGI_NAME "svga256" */
   #   include "pc.trm"
   #  endif /* PC */
   # else /* WIN16 */
   #  include "win.trm"
   # endif /* WIN16 */
   # include "cgm.trm"
   # ifdef DEBUG
   #  include "debug.trm"
   # endif
   /* NOTE THAT GIF REQUIRES A SEPARATE LIBRARY : see term/gif.trm */
   # ifdef HAVE_LIBGD
   #  include "gif.trm"
   # endif
   # include "hpgl.trm"
   # include "pbm.trm"
   /* NOTE THAT PDF REQUIRES A SEPARATE LIBRARY : see term/pdf.trm */
   # ifdef HAVE_LIBPDF
   #  include "pdf.trm"
   # endif
   /* NOTE THAT PNG REQUIRES A SEPARATE LIBRARY : see term/png.trm */
   # ifdef HAVE_LIBPNG
   #  include "png.trm"
   # endif
   /* # include "post.trm" */
   # include "table.trm"
   #else
   /* not (WIN16 || DOS16) --> use general terminal selection */
   
   
 /****************************************************************************/  /****************************************************************************/
 /* Platform dependent part                                                  */  /* Platform dependent part                                                  */
 /****************************************************************************/  /****************************************************************************/
Line 90 
Line 133 
 #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)
Line 131 
Line 180 
 # 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
Line 169 
Line 222 
 #endif  #endif
   
   
   /* GGI */
   #ifdef HAVE_GGI
   # include "ggi.trm"
   #endif
   
   
 /* MGR Window system */  /* MGR Window system */
 #ifdef MGR  #ifdef MGR
 # include "mgr.trm"  # include "mgr.trm"
Line 203 
Line 262 
 #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"
Line 225 
Line 284 
   
 /* 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 */
 /****************************************************************************/  /****************************************************************************/
   
   
Line 262 
Line 322 
 /* 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 */  /* Enhanced Metafile Format driver */
 /* #include "excl.trm"          /* QMS/EXCL laserprinter (Talaris 1590 and others) */  #include "emf.trm"
   
   /* Roland DXY800A plotter */
   /* #include "dxy.trm" */
   /* QMS/EXCL laserprinter (Talaris 1590 and others) */
   /* #include "excl.trm" */
   
 /* fig graphics */  /* fig graphics */
 #include "fig.trm"  #include "fig.trm"
   
Line 274 
Line 339 
 # 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"
   
   /* Adobe Portable Document Format (PDF) */
   /* NOTE THAT PDF REQUIRES A SEPARATE LIBRARY : see term/pdf.trm */
   #ifdef HAVE_LIBPDF
   # include "pdf.trm"
   #endif
   
 /* 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"
   
   /* W3C Scalable Vector Graphics file */
   #include "svg.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 */  
 #include "tpic.trm"             /* TPIC specials for TeX */  
 #include "pstricks.trm"         /* LaTeX picture environment with PSTricks macros */  
 #include "texdraw.trm"          /* TeXDraw drawing package for LaTeX */  
 #include "metafont.trm"         /* METAFONT */  
   
   /* latex and emtex */
   #include "latex.trm"
   
   /* latex/tex with picture in postscript */
   #include "pslatex.trm"
   
   /* new epslatex driver */
   #include "epslatex.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 /* DOS16 || WIN16 special short termlist */
 #endif /* !SHORT_TERMLIST */  #endif /* !SHORT_TERMLIST */

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.3

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>