PLplot  5.9.9
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
plDevs.h
Go to the documentation of this file.
1 // -*-C-*-
2 // $Id: plDevs.h.in 12408 2013-07-09 16:28:26Z airwin $
3 //
4 // Maurice LeBrun
5 // IFS, University of Texas at Austin
6 // 18-Jul-1994
7 //
8 // Contains macro definitions that determine what device drivers are
9 // compiled into the PLplot library. On a Unix system, typically the
10 // configure script builds plDevs.h from plDevs.h.in. Elsewhere, it's
11 // best to hand-configure a plDevs.h file and keep it with the
12 // system-specific files.
13 //
14 // Copyright (C) 2004 Andrew Roach
15 // Copyright (C) 2005 Thomas J. Duck
16 // Copyright (C) 2006 Andrew Ross
17 // Copyright (C) 2006 Alan W. Irwin
18 //
19 // This file is part of PLplot.
20 //
21 // PLplot is free software; you can redistribute it and/or modify
22 // it under the terms of the GNU Library General Public License as published
23 // by the Free Software Foundation; either version 2 of the License, or
24 // (at your option) any later version.
25 //
26 // PLplot is distributed in the hope that it will be useful,
27 // but WITHOUT ANY WARRANTY; without even the implied warranty of
28 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
29 // GNU Library General Public License for more details.
30 //
31 // You should have received a copy of the GNU Library General Public License
32 // along with PLplot; if not, write to the Free Software
33 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
34 //
35 //
36 
37 #ifndef __PLDEVS_H__
38 #define __PLDEVS_H__
39 
40 /* #undef PDL_aqt */
41 /* #undef PLD_plmeta */
42 #define PLD_null
43 #define PLD_xterm
44 #define PLD_tek4010
45 #define PLD_tek4010f
46 #define PLD_tek4107
47 #define PLD_tek4107f
48 #define PLD_mskermit
49 #define PLD_vlt
50 #define PLD_versaterm
51 #define PLD_conex
52 /* #undef PLD_linuxvga */
53 /* #undef PLD_dg300 */
54 /* #undef PLD_png */
55 /* #undef PLD_jpeg */
56 /* #undef PLD_gif */
57 /* #undef PLD_cgm */
58 #define PLD_ps
59 #define PLD_xfig
60 /* #undef PLD_ljiip */
61 /* #undef PLD_ljii */
62 /* #undef PLD_lj_hpgl */
63 /* #undef PLD_hp7470 */
64 /* #undef PLD_hp7580 */
65 #define PLD_imp
66 #define PLD_xwin
67 #define PLD_tk
68 /* #undef PLD_pbm */
69 /* #undef PLD_gcw */
70 /* #undef PLD_gnome */
71 #define PLD_pstex
72 #define PLD_psttf
73 #define PLD_ntk
74 #define PLD_tkwin
75 #define PLD_mem
76 /* #undef PLD_wingcc */
77 #define PLD_wxwidgets
78 /* #undef PLD_wxpng */
79 #define PLD_svg
80 /* #undef PLD_pdf */
81 #define PLD_xcairo
82 #define PLD_pdfcairo
83 #define PLD_pscairo
84 #define PLD_epscairo
85 #define PLD_svgcairo
86 #define PLD_pngcairo
87 #define PLD_memcairo
88 #define PLD_extcairo
89 /* #undef PLD_wincairo */
90 #define PLD_bmpqt
91 #define PLD_jpgqt
92 #define PLD_pngqt
93 #define PLD_ppmqt
94 #define PLD_tiffqt
95 #define PLD_svgqt
96 #define PLD_epsqt
97 #define PLD_pdfqt
98 #define PLD_qtwidget
99 #define PLD_extqt
100 #define PLD_memqt
101 
102 #endif // __PLDEVS_H__