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