~ubuntu-branches/ubuntu/intrepid/plplot/intrepid

« back to all changes in this revision

Viewing changes to include/plDevs.h

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere
  • Date: 2006-11-04 10:19:34 UTC
  • mfrom: (2.1.8 edgy)
  • Revision ID: james.westby@ubuntu.com-20061104101934-mlirvdg4gpwi6i5q
Tags: 5.6.1-10
* Orphaning the package
* debian/control: Changed the maintainer to the Debian QA Group

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* include/plDevs.h.  Generated by configure.  */
2
 
/* -*-C-*- */
3
 
/* $Id: plDevs.h.in,v 1.5 2004/06/14 21:51:57 rlaboiss Exp $
4
 
 
5
 
    Maurice LeBrun
6
 
    IFS, University of Texas at Austin
7
 
    18-Jul-1994
8
 
 
9
 
    Contains macro definitions that determine what device drivers are
10
 
    compiled into the PLplot library.  On a Unix system, typically the
11
 
    configure script builds plDevs.h from plDevs.h.in.  Elsewhere, it's
12
 
    best to hand-configure a plDevs.h file and keep it with the
13
 
    system-specific files.
14
 
 
15
 
    Copyright (C) 2004  Andrew Roach
16
 
 
17
 
    This file is part of PLplot.
18
 
 
19
 
    PLplot is free software; you can redistribute it and/or modify
20
 
    it under the terms of the GNU Library General Public License as published
21
 
    by the Free Software Foundation; either version 2 of the License, or
22
 
    (at your option) any later version.
23
 
 
24
 
    PLplot is distributed in the hope that it will be useful,
25
 
    but WITHOUT ANY WARRANTY; without even the implied warranty of
26
 
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
27
 
    GNU Library General Public License for more details.
28
 
 
29
 
    You should have received a copy of the GNU Library General Public License
30
 
    along with PLplot; if not, write to the Free Software
31
 
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
32
 
 
33
 
*/
34
 
 
35
 
#ifndef __PLDEVS_H__
36
 
#define __PLDEVS_H__
37
 
 
38
 
#define PLD_plmeta 
39
 
#define PLD_null 
40
 
/* #undef PLD_xterm */
41
 
/* #undef PLD_tek4010 */
42
 
/* #undef PLD_tek4010f */
43
 
/* #undef PLD_tek4107 */
44
 
/* #undef PLD_tek4107f */
45
 
/* #undef PLD_mskermit */
46
 
/* #undef PLD_vlt */
47
 
/* #undef PLD_versaterm */
48
 
/* #undef PLD_conex */
49
 
/* #undef PLD_linuxvga */
50
 
/* #undef PLD_dg300 */
51
 
#define PLD_png 
52
 
#define PLD_jpeg 
53
 
/* #undef PLD_cgm */
54
 
#define PLD_ps 
55
 
#define PLD_xfig 
56
 
/* #undef PLD_ljiip */
57
 
/* #undef PLD_ljii */
58
 
#define PLD_lj_hpgl 
59
 
#define PLD_hp7470 
60
 
#define PLD_hp7580 
61
 
/* #undef PLD_imp */
62
 
#define PLD_xwin 
63
 
#define PLD_tk 
64
 
#define PLD_pbm 
65
 
/* #undef PLD_gnome */
66
 
#define PLD_pstex 
67
 
/* #undef PLD_ntk */
68
 
#define PLD_tkwin 
69
 
#define PLD_mem 
70
 
/* #undef PLD_wingcc */
71
 
 
72
 
#endif  /* __PLDEVS_H__ */