PLplot
5.10.0
|
00001 // -*-C-*- 00002 // 00003 // Maurice LeBrun 00004 // IFS, University of Texas at Austin 00005 // 18-Jul-1994 00006 // 00007 // Contains macro definitions that determine what device drivers are 00008 // compiled into the PLplot library. On a Unix system, typically the 00009 // configure script builds plDevs.h from plDevs.h.in. Elsewhere, it's 00010 // best to hand-configure a plDevs.h file and keep it with the 00011 // system-specific files. 00012 // 00013 // Copyright (C) 2004 Andrew Roach 00014 // Copyright (C) 2005 Thomas J. Duck 00015 // Copyright (C) 2006 Andrew Ross 00016 // Copyright (C) 2006 Alan W. Irwin 00017 // 00018 // This file is part of PLplot. 00019 // 00020 // PLplot is free software; you can redistribute it and/or modify 00021 // it under the terms of the GNU Library General Public License as published 00022 // by the Free Software Foundation; either version 2 of the License, or 00023 // (at your option) any later version. 00024 // 00025 // PLplot is distributed in the hope that it will be useful, 00026 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00027 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00028 // GNU Library General Public License for more details. 00029 // 00030 // You should have received a copy of the GNU Library General Public License 00031 // along with PLplot; if not, write to the Free Software 00032 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 00033 // 00034 // 00035 00036 #ifndef __PLDEVS_H__ 00037 #define __PLDEVS_H__ 00038 00039 /* #undef PDL_aqt */ 00040 /* #undef PLD_plmeta */ 00041 #define PLD_null 00042 /* #undef PLD_xterm */ 00043 /* #undef PLD_tek4010 */ 00044 /* #undef PLD_tek4010f */ 00045 /* #undef PLD_tek4107 */ 00046 /* #undef PLD_tek4107f */ 00047 /* #undef PLD_mskermit */ 00048 /* #undef PLD_vlt */ 00049 /* #undef PLD_versaterm */ 00050 /* #undef PLD_conex */ 00051 /* #undef PLD_linuxvga */ 00052 /* #undef PLD_dg300 */ 00053 /* #undef PLD_png */ 00054 /* #undef PLD_jpeg */ 00055 /* #undef PLD_gif */ 00056 /* #undef PLD_cgm */ 00057 #define PLD_ps 00058 #define PLD_xfig 00059 /* #undef PLD_ljiip */ 00060 /* #undef PLD_ljii */ 00061 /* #undef PLD_lj_hpgl */ 00062 /* #undef PLD_hp7470 */ 00063 /* #undef PLD_hp7580 */ 00064 /* #undef PLD_imp */ 00065 #define PLD_xwin 00066 #define PLD_tk 00067 /* #undef PLD_pbm */ 00068 /* #undef PLD_gcw */ 00069 /* #undef PLD_gnome */ 00070 /* #undef PLD_pstex */ 00071 #define PLD_psttf 00072 #define PLD_ntk 00073 #define PLD_tkwin 00074 #define PLD_mem 00075 /* #undef PLD_wingcc */ 00076 #define PLD_wxwidgets 00077 /* #undef PLD_wxpng */ 00078 #define PLD_svg 00079 #define PLD_pdf 00080 #define PLD_xcairo 00081 #define PLD_pdfcairo 00082 #define PLD_pscairo 00083 #define PLD_epscairo 00084 #define PLD_svgcairo 00085 #define PLD_pngcairo 00086 #define PLD_memcairo 00087 #define PLD_extcairo 00088 /* #undef PLD_wincairo */ 00089 #define PLD_bmpqt 00090 #define PLD_jpgqt 00091 #define PLD_pngqt 00092 #define PLD_ppmqt 00093 #define PLD_tiffqt 00094 #define PLD_svgqt 00095 #define PLD_epsqt 00096 #define PLD_pdfqt 00097 #define PLD_qtwidget 00098 #define PLD_extqt 00099 #define PLD_memqt 00100 00101 #endif // __PLDEVS_H__