History log of /src/tools/compat/md2.h |
Revision | | Date | Author | Comments |
1.2 |
| 27-Oct-2003 |
lukem | Overhaul how `build.sh tools' are used:
* Rename "config.h" to "nbtool_config.h" and HAVE_CONFIG_H to HAVE_NBTOOL_CONFIG_H. This makes in more obvious in the source when we're using tools/compat/config.h versus "standard autoconf" config.h
* Consistently move the inclusion of nbtool_config.h to before <sys/cdefs.h> so that the former can provide __RCSID() (et al), and there's no need to protect those macros any more.
These changes should make it easier to "tool-ify" a program by adding: #if HAVE_NBTOOL_CONFIG_H #include "nbtool_config.h" #endif to the top of the source files (for the general case).
|
1.1 |
| 13-Sep-2002 |
thorpej | branches: 1.1.2; * 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).
|
1.1.2.2 |
| 03-Nov-2002 |
he | Pull up revision 1.1 (new, requested by thorpej in ticket #797): Include various more functions in libnbcompat, mostly becuase our tools use features not universally present in other versions. This applies to glob(3), vis(3), and the MD2, MD4, RMD160 and SHA1 implementations. Also add checks for random(3) and termios.h for the Heimdal host tools. Update README to indicate the current state of building the host tools on Solaris 8 (for SPARC).
|
1.1.2.1 |
| 13-Sep-2002 |
he | file md2.h was added on branch netbsd-1-6 on 2002-11-03 16:18:39 +0000
|