~ubuntu-branches/debian/jessie/eso-midas/jessie

« back to all changes in this revision

Viewing changes to incl/aglvcmd.h

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2014-04-22 14:44:58 UTC
  • Revision ID: package-import@ubuntu.com-20140422144458-okiwi1assxkkiz39
Tags: upstream-13.09pl1.2+dfsg
ImportĀ upstreamĀ versionĀ 13.09pl1.2+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* @(#)aglvcmd.h        19.1 (OAA-ASTRONET) 02/25/03 13:49:25 */
 
2
/*
 
3
 * This file is used to avoid compilation complaints when
 
4
 * compiling the Versatec support programs on a system with
 
5
 * no Versatec support files
 
6
 *
 
7
 */
 
8
 
 
9
/*      @(#)vcmd.h 2.6 88/08/19 SMI; from UCB 4.4 83/04/05      */
 
10
 
 
11
#ifndef _sys_vcmd_h
 
12
#define _sys_vcmd_h
 
13
 
 
14
#include <sys/ioctl.h>
 
15
 
 
16
#define VPRINT          0100
 
17
#define VPLOT           0200
 
18
#define VPRINTPLOT      0400
 
19
#define VPC_TERMCOM     0040
 
20
#define VPC_FFCOM       0020
 
21
#define VPC_EOTCOM      0010
 
22
#define VPC_CLRCOM      0004
 
23
#define VPC_RESET       0002
 
24
 
 
25
#define VGETSTATE       _IOR(v, 0, int)
 
26
#define VSETSTATE       _IOW(v, 1, int)
 
27
 
 
28
#endif /*!_sys_vcmd_h*/