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