• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

html/H03-May-2022-

LICENSEH A D31-Jan-20211.6 KiB2926

Makefile.auxH A D31-Jan-20212.5 KiB5818

Makefile.inH A D27-May-20202.2 KiB5321

Makefile.obj.inH A D27-May-20202.8 KiB8470

READMEH A D31-Jan-2021512 2012

conf.h.inH A D27-May-20201.8 KiB4740

configureH A D31-Jan-2021142.4 KiB5,0044,170

configure.inH A D27-Dec-20203.9 KiB123111

html.m4H A D26-Dec-20203.5 KiB9796

m4manH A D27-May-20201.9 KiB131117

man.m4H A D27-May-20202.6 KiB8180

mkstand.bashH A D27-May-2020515 3224

mkversion.shH A D27-May-20202.5 KiB6621

pr3287.manH A D31-Jan-202111.9 KiB415408

pr3287.man.m4H A D31-Jan-202114.8 KiB337336

README

1pr3287 is an IBM 3287 printer emulator.  It connects to an IBM host via TELNET,
2using TN3270 or TN3270E.  It supports SCS (SNA Character Stream).
3
4To build pr3287, type:
5
6    ./configure
7    make
8
9To install pr3287 in /usr/local/bin, type (as root):
10
11    make install
12
13If you are running Sun Solaris and have Sun's unbundled C compiler installed,
14_do_not_ use it to build pr3287.  Instead, type:
15
16    make CC=/usr/ccs/bin/cc
17
18If you have any questions or comments on pr3287, please contact
19paul.mattes@case.edu.
20