Subject: CVS commit: src/usr.bin/tn3270
To: None <source-changes@NetBSD.org>
From: Garrett D'Amore <gdamore@netbsd.org>
List: source-changes
Date: 03/20/2006 01:34:49
Module Name:	src
Committed By:	gdamore
Date:		Mon Mar 20 01:34:49 UTC 2006

Modified Files:
	src/usr.bin/tn3270/api: astosc.c
	src/usr.bin/tn3270/ctlr: function.c
	src/usr.bin/tn3270/tools/mkdctype: ectype.c mkdctype.c
	src/usr.bin/tn3270/tools/mkmake: Makefile mkmake.y
	src/usr.bin/tn3270/tools/prt3270: Makefile prt3270.c

Log Message:
Support cross-building tn3270 from other OS' e.g. Solaris by hiding
_RCS and _COPYRIGHT macros in #ifndef HOST_TOOL, and defining HOST_CPPFLAGS
apropriately for host tools.  Approved by uwe@.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/usr.bin/tn3270/api/astosc.c
cvs rdiff -r1.5 -r1.6 src/usr.bin/tn3270/ctlr/function.c
cvs rdiff -r1.6 -r1.7 src/usr.bin/tn3270/tools/mkdctype/ectype.c
cvs rdiff -r1.7 -r1.8 src/usr.bin/tn3270/tools/mkdctype/mkdctype.c
cvs rdiff -r1.3 -r1.4 src/usr.bin/tn3270/tools/mkmake/Makefile
cvs rdiff -r1.12 -r1.13 src/usr.bin/tn3270/tools/mkmake/mkmake.y
cvs rdiff -r1.10 -r1.11 src/usr.bin/tn3270/tools/prt3270/Makefile
cvs rdiff -r1.8 -r1.9 src/usr.bin/tn3270/tools/prt3270/prt3270.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.