File: pldevs.h

package info (click to toggle)
plplot 5.3.1-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 26,248 kB
  • ctags: 11,687
  • sloc: ansic: 86,045; xml: 17,249; sh: 12,400; tcl: 8,113; cpp: 6,824; perl: 4,383; python: 3,915; makefile: 2,899; java: 2,788; fortran: 290; sed: 5; awk: 1
file content (44 lines) | stat: -rw-r--r-- 968 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/* -*-C-*-
 *
 *  $Id: pldevs.h,v 1.2 2001/01/12 07:54:58 mlebrun Exp $
 *
 *  Maurice LeBrun
 *  IFS, University of Texas at Austin
 *  18-Jul-1994
 *
 *  Contains macro definitions that determine what device drivers are
 *  compiled into the PLplot library.  On a Unix system, typically the
 *  configure script builds plDevs.h from plDevs.h.in.  Elsewhere, it's
 *  best to hand-configure a plDevs.h file and keep it with the
 *  system-specific files.
*/

#ifndef __PLDEVS_H__
#define __PLDEVS_H__

#undef PLD_plmeta		
#undef PLD_null			
#undef PLD_xterm		
#undef PLD_tek4010		
#undef PLD_tek4107		
#undef PLD_mskermit		
#undef PLD_vlt			
#undef PLD_versaterm		
#undef PLD_dg300		
#undef PLD_ps
#undef PLD_xfig			
#undef PLD_ljii			
#undef PLD_lj_hpgl		
#undef PLD_hp7470		
#undef PLD_hp7580		
#undef PLD_imp			
#undef PLD_xwin			
#undef PLD_tk

#define PLD_emxvga
#define PLD_ljii
#define PLD_hp7470
#define PLD_plmeta
#define PLD_null

#endif	/* __PLDEVS_H__ */