Get rid of the #define mess for other platforms. We're just Unix.
[dragonfly.git] / usr.sbin / pcvt / vttest / header.h
1 /* $DragonFly: src/usr.sbin/pcvt/vttest/Attic/header.h,v 1.3 2005/02/20 17:19:11 asmodai Exp $ */
2 #define VERSION "1.7b 1985-04-19"
3
4 #include <stdio.h>
5
6 #include <ctype.h>
7 #include <sgtty.h>
8 #include <signal.h>
9 #include <setjmp.h>
10 jmp_buf intrenv;
11 struct sgttyb sgttyOrg, sgttyNew;
12 char stdioBuf[BUFSIZ];
13 int brkrd, reading;
14 void    onterm(int);
15 void    onbrk(int);
16 int ttymode;