Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dan Theisen
tn5250
Commits
02f46798
Commit
02f46798
authored
May 31, 2000
by
Jason 'Eraserhead' Felice
Browse files
Fixed up automake files for release, released 0.16.0pre1.
parent
bc603d28
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
14 deletions
+16
-14
doc/Makefile.am
doc/Makefile.am
+2
-0
src/Makefile.am
src/Makefile.am
+10
-10
src/codes5250.h
src/codes5250.h
+4
-4
No files found.
doc/Makefile.am
View file @
02f46798
...
...
@@ -21,6 +21,7 @@ HTMLDOCS = buffer.c.html\
display.h.html
\
field.c.html
\
field.h.html
\
host5250.h.html
\
index.html
\
printsession.c.html
\
printsession.h.html
\
...
...
@@ -35,6 +36,7 @@ HTMLDOCS = buffer.c.html\
stream.h.html
\
telnetstr.c.html
\
terminal.h.html
\
tn5250d.h.html
\
utility.c.html
\
utility.h.html
\
version.c.html
\
...
...
src/Makefile.am
View file @
02f46798
...
...
@@ -38,34 +38,30 @@ lib5250_la_SOURCES = buffer.c\
lib5250_la_LIBADD
=
@with_extra_libs@
tn5250_SOURCES
=
tn5250.c
\
$(LIBSOURCES)
tn5250_SOURCES
=
tn5250.c
tn5250_LDADD
=
@with_extra_libs@ lib5250.la
scs2ascii_SOURCES
=
scs2ascii.c
\
$(LIBSOURCES)
scs2ascii_SOURCES
=
scs2ascii.c
scs2ascii_LDADD
=
@with_extra_libs@ lib5250.la
lp5250d_SOURCES
=
lp5250d.c
\
$(LIBSOURCES)
lp5250d_SOURCES
=
lp5250d.c
lp5250d_LDADD
=
@with_extra_libs@ lib5250.la
tn5250d_SOURCES
=
tn5250d.c
\
host5250.c
\
$(LIBSOURCES)
host5250.c
tn5250d_LDADD
=
@with_extra_libs@ lib5250.la
tn3270d_SOURCES
=
tn3270d.c
\
host3270.c
\
$(LIBSOURCES)
host3270.c
tn3270d_LDADD
=
@with_extra_libs@ lib5250.la
pkginclude_HEADERS
=
buffer.h
\
codes3270.h
\
codes5250.h
\
conf.h
\
config.h
\
...
...
@@ -74,6 +70,8 @@ pkginclude_HEADERS = buffer.h\
dbuffer.h
\
display.h
\
field.h
\
host3270.h
\
host5250.h
\
printsession.h
\
record.h
\
scs.h
\
...
...
@@ -81,6 +79,8 @@ pkginclude_HEADERS = buffer.h\
slangterm.h
\
stream.h
\
terminal.h
\
tn3270d.h
\
tn5250d.h
\
utility.h
\
wtd.h
...
...
src/codes5250.h
View file @
02f46798
...
...
@@ -72,9 +72,9 @@ extern "C" {
#define WDSF 0x15
/* Write to Display Structured Field on 5494 */
/* FIXME: */
#define SF 0x1D
/* Start of field */
/*
*****************************************************************
/*
* Operator Error Codes see 5494 User's Guide (GA27-3960-03) 2.3.4
*****************************************************************
*/
*/
#define ERR_DONT_KNOW 0x01
#define ERR_BYPASS_FIELD 0x04
...
...
@@ -126,9 +126,9 @@ extern "C" {
#define MSG_SBCS_WRONG_TYPE "Field requires double-byte characters."
#endif
/*
************************************************************************
/*
* More error codes - Data Stream Negative Responses (SC30-3533-04) 13.4 *
************************************************************************
*/
*/
#define DSNR_RESEQ_ERR 03
#define DSNR_INVCURSPOS 0x22
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment