Subject: CVS commit: basesrc/tools/compat
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 09/13/2002 22:07:02
Module Name: basesrc
Committed By: thorpej
Date: Fri Sep 13 19:07:02 UTC 2002
Modified Files:
basesrc/tools/compat: Makefile README config.h.in configure
configure.ac
Added Files:
basesrc/tools/compat: glob.h md2.h md4.h md5.h rmd160.h sha1.h vis.h
Log Message:
* Always include the NetBSD glob(3) in libnbcompat, as the host
tools use some features of glob(3) that are not available on
all systems.
* Always include the NetBSD vis(3) in libnbcompat, since vis(3)
is not really standardized, and the vis(3) present on some systems
is different from ours.
* Always include the NetBSD MD2, MD4, MD5, RMD160, and SHA1 implementations
in libnbcompat. The host tools use features of the NetBSD versions
which aren't present on all systems that include those functions.
* Add a check for random(3) -- the Heimdal host tools want it.
* Add a check for termios.h -- the Heimdal host tools want it.
* Update the README to indicate the current state of building the
host tools on Solaris 8 (for SPARC).
To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 basesrc/tools/compat/Makefile
cvs rdiff -r1.3 -r1.4 basesrc/tools/compat/README
cvs rdiff -r1.19 -r1.20 basesrc/tools/compat/config.h.in
cvs rdiff -r1.21 -r1.22 basesrc/tools/compat/configure \
basesrc/tools/compat/configure.ac
cvs rdiff -r0 -r1.1 basesrc/tools/compat/glob.h basesrc/tools/compat/md2.h \
basesrc/tools/compat/md4.h basesrc/tools/compat/md5.h \
basesrc/tools/compat/rmd160.h basesrc/tools/compat/sha1.h \
basesrc/tools/compat/vis.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.